getTemporaryPasswordAttributes response
The getTemporaryPasswordAttributes response returns information about the temporary security code assigned to a user.
getTemporaryPasswordAttributes
output fields provides details about the getTemporaryPasswordAttributes
output fields.Output Field | Required? | Type | Purpose |
|---|---|---|---|
requestId | Y | string | The requestId sent with the getTemporaryPasswordAttributes request. |
status | Y | hexBinary | If a request to retrieve a security code expiration is unsuccessful, the status provides the reason. |
statusMessage | Y | string | States whether the temporary security code expiration was successfully retrieved. |
tempPwdAttributes expirationTime | N | dateTime | The temporary security code expiration time (maximum of 30 days) using GMT. If no date is returned, the default expiration period (1 day) is used to calculate the security code expiration. |
tempPwdAttributes oneTimeUseOnly | N | boolean | If this field returns "true," the temporary security code expires after one use, or at the expiration date. The default value is "false." |