You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElasticsearchService::Types::SAMLOptionsOutput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes the SAML application configured for the domain.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

True if SAML is enabled.

Returns:

  • (Boolean)

    True if SAML is enabled.

#idpTypes::SAMLIdp

Describes the SAML Identity Provider\'s information.

Returns:

  • (Types::SAMLIdp)

    Describes the SAML Identity Provider\'s information.

#roles_keyString

The key used for matching the SAML Roles attribute.

Returns:

  • (String)

    The key used for matching the SAML Roles attribute.

#session_timeout_minutesInteger

The duration, in minutes, after which a user session becomes inactive.

Returns:

  • (Integer)

    The duration, in minutes, after which a user session becomes inactive.

#subject_keyString

The key used for matching the SAML Subject attribute.

Returns:

  • (String)

    The key used for matching the SAML Subject attribute.