AuthenticationTimeout
AuthenticationTimeout Document
Error details when a user must reauthenticate an identity in order to perform this operation.
Name |
Type |
Description |
DATA_TYPE |
string |
Type of this document |
high_assurance |
boolean |
Boolean flag indicating whether the new authentication must be done within the same auth session as the application making the request. |
identities |
array of string <uuid> |
List of identities that would have otherwise been authorized except that the authentication has timed out. |
require_mfa |
boolean |
Flag indicating that multi-factor authentication is required. Only occurs on high assurance storage gateways. |
{
"DATA_TYPE": "authentication_timeout#1.1.0",
"high_assurance": true,
"identities": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"require_mfa": true
}