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] sys_id=value name=value description=value
retain_sys_ids=value runtime_user=value
runtime_password=value runtime_pass_phrase=value
runtime_token=value provider=value
runtime_key_location=value type=value
Options
- -o, --output <output>
- -i, --input <input>
Required
- -s, --select <select>
select which field to be returned. JSONPATH
Arguments
- sys_id=value name=value description=value retain_sys_ids=value runtime_user=value runtime_password=value runtime_pass_phrase=value runtime_token=value provider=value runtime_key_location=value type=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] sys_id=value name=value description=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
- sys_id=value name=value description=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)