McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 214

↗ View in doc context
page
214
source
unity-connection/rest-api/cupi/cupi.md
chunk_id
unity-connection::rest-api::cupi::cupi::180

Description Operation Data Type Field Name A flag indicating whether the user must change their credentials (PIN or password) at the next login. Possible values: • true • false Default Value :true Read/Write Boolean CredMustChange A flag indicating whether this user credential will expire, and therefore the user must change the credential periodically. However, if the credential does not expire (value = "true"), the user still may change the credential (if allowed by CantChange). Possible values: • true • false Default value: false Read/Write Boolean DoesntExpire The unique identifier of the CredentialPolicy object that is associated with this credential. Value for this parameter can be fetched from the objectid parameter. Response of the following URI: GET: https://<conection-server>/vmrest/credentialpolicies. Read/Write String(36) CredentialPolicyObjectId The unique identifier of the CredentialPolicy object that is associated with this credential. Value for this parameter can be fetched from the objectid parameter. Response of the following URI: GET: https://<conection-server>/vmrest/credentialpolicies. Read/Write datetime(8) TimeChanged The number of logon attempted that failed due to invalid credentials. The Unity system or external authentication provider determined that the credentials supplied as part of a user logon attempt were invalid. Default value: 0 Read/Write Integer(4) HackCount The date and time of the last logon attempt with an invalid user credential. Read/Write datetime(8) TimeLastHack The date and time that the credential was locked by an administrator. Read/Write datetime(8) TimeLockout The date and time that the credential was locked due to too many hacks. The date and time is recorded in this column whenever a user credential is locked due to too many hacks based on the credential policy. Read/Write datetime(8) TimeHacked Unique identifier for the password/pin Read Only String (36) ObjectId The PIN or password, for a user. The credentials are stored in an encrypted format. Read/Write String(256) Credentials A unique text name of the user. Read/Write String(64) Alias Cisco Unity Connection Provisioning Interface (CUPI) API 182 Cisco Unity Connection Provisioning Interface (CUPI) API -- User Password PIN Settings Explanation of Data Fields