Update an existing credential
credentials_put( id, type, username, password, name = NULL, description = NULL, remote_host_id = NULL, state = NULL, system_credential = NULL )
id | integer required. The ID of the credential. |
---|---|
type | string required. |
username | string required. The username for the credential. |
password | string required. The password for the credential. |
name | string optional. The name identifying the credential. |
description | string optional. A long description of the credential. |
remote_host_id | integer optional. The ID of the remote host associated with the credential. |
state | string optional. The U.S. state for the credential. Only for VAN credentials. |
system_credential | boolean optional. |
A list containing the following elements:
integer, The ID of the credential.
string, The name identifying the credential
string, The credential's type.
string, The username for the credential.
string, A long description of the credential.
string, The name of the user who this credential belongs to.
integer, The ID of the remote host associated with this credential.
string, The name of the remote host associated with this credential.
string, The U.S. state for the credential. Only for VAN credentials.
string, The creation time for this credential.
string, The last modification time for this credential.