It is time to say goodbye: This version of Elastic Cloud Enterprise has reached end-of-life (EOL) and is no longer supported.
The documentation for this version is no longer being maintained. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
AuthenticationInfo
editAuthenticationInfo
editA user's authentication info
Properties
edit-
elevated_permissions_expire_at
(string
asdate-time
) - The UTC time when elevated permissions will expire, if the user has elevated permissions
-
has_elevated_permissions
(boolean
, required) - True if the user has elevated permissions
-
has_totp_device
(boolean
, required) - True if the user has an available TOTP device
-
totp_device_source
(string
; allowed values: [native
,okta
], required) - The TOTP device source
Example
edit{ "elevated_permissions_expire_at" : "2019-01-01T00:00:00Z", "has_elevated_permissions" : true, "has_totp_device" : true, "totp_device_source" : "string" }