A newer version is available. For the latest information, see the
current release documentation.
AuthenticationInfo
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
AuthenticationInfo
editA user's authentication info
Properties
edit-
elevated_permissions_expire_at(stringasdate-time) - Deprecated: The UTC time when elevated permissions will expire, if the user has elevated permissions
-
expires_at(stringasdate-time) - The UTC time when current authentication will expire. Applies to only token based authentication
-
has_elevated_permissions(boolean, required) - Deprecated: True if the user has elevated permissions
-
has_totp_device(boolean) - Deprecated: True if the user has an available TOTP device
-
refresh_token_url(string, required) - The API to be used when refreshing the current user's JWT
-
totp_device_source(string) - Deprecated: The TOTP device source
-
totp_device_source_enable_mfa_href(string) - Deprecated: URL for configuring an MFA TOTP device. Does not apply when totp_device_source is 'native'.
Example
edit{
"elevated_permissions_expire_at" : "2019-01-01T00:00:00Z",
"expires_at" : "2019-01-01T00:00:00Z",
"has_elevated_permissions" : true,
"has_totp_device" : true,
"refresh_token_url" : "string",
"totp_device_source" : "string",
"totp_device_source_enable_mfa_href" : "string"
}