Credential Commands
uac credential
Credential management commands, including creating, updating, deleting, and changing passwords for credentials
uac credential [OPTIONS] COMMAND [ARGS]...
change-password
Changes the runtime password of the Credential based on name
uac credential change-password [OPTIONS] name=value new_runtime_password=value
Options
- -o, --output <output>
- -s, --select <select>
select which field to be returned. JSONPATH
Arguments
- name=value new_runtime_password=value
Required argument(s)
create
Creates a Credential
uac credential create [OPTIONS] retain_sys_ids=value
Options
- -o, --output <output>
- -i, --input <input>
Required
- -s, --select <select>
select which field to be returned. JSONPATH
Arguments
- retain_sys_ids=value
Optional argument(s)
delete
Deletes the specified Credential
uac credential delete [OPTIONS] credentialid=value credentialname=value
Options
- -o, --output <output>
- -s, --select <select>
select which field to be returned. JSONPATH
Arguments
- credentialid=value credentialname=value
Required argument(s)
get
Retrieves information on a specific Credential
uac credential get [OPTIONS] credentialid=value credentialname=value
Options
- -o, --output <output>
- -s, --select <select>
select which field to be returned. JSONPATH
Arguments
- credentialid=value credentialname=value
Required argument(s)
list
Retrieves information on all Credentials
uac credential list [OPTIONS]
Options
- -o, --output <output>
- -s, --select <select>
select which field to be returned. JSONPATH
Arguments
test-provider
Run the Test Provider command for the specified Credentials
uac credential test-provider [OPTIONS] credentialid=value credentialname=value
Options
- -o, --output <output>
- -s, --select <select>
select which field to be returned. JSONPATH
Arguments
- credentialid=value credentialname=value
Required argument(s)
update
Modifies the Credential specified by the sysId
uac credential update [OPTIONS] version=value sys_id=value
exclude_related=value export_release_level=value
export_table=value name=value description=value
retain_sys_ids=value runtime_user=value
runtime_password=value runtime_pass_phrase=value
runtime_token=value provider=value
provider_parameters=value runtime_key_location=value
type=value opswise_groups=value
Options
- -o, --output <output>
- -i, --input <input>
Required
- -s, --select <select>
select which field to be returned. JSONPATH
Arguments
- version=value sys_id=value exclude_related=value export_release_level=value export_table=value name=value description=value retain_sys_ids=value runtime_user=value runtime_password=value runtime_pass_phrase=value runtime_token=value provider=value provider_parameters=value runtime_key_location=value type=value opswise_groups=value
Optional argument(s)