class Aws::ElasticsearchService::Types::SAMLOptionsInput
@return [Integer]
value is 60.
inactive. Acceptable values are between 1 and 1440, and the default
The duration, in minutes, after which a user session becomes
@!attribute [rw] session_timeout_minutes
@return [String]
The key to use for matching the SAML Roles attribute.
@!attribute [rw] roles_key
@return [String]
The key to use for matching the SAML Subject attribute.
@!attribute [rw] subject_key
@return [String]
The backend role to which the SAML master user is mapped to.
@!attribute [rw] master_backend_role
@return [String]
Elasticsearch Service domain’s internal database.
The SAML master username, which is stored in the Amazon
@!attribute [rw] master_user_name
@return [Types::SAMLIdp]
Specifies the SAML Identity Provider’s information.
@!attribute [rw] idp
@return [Boolean]
True if SAML is enabled.
@!attribute [rw] enabled
}
session_timeout_minutes: 1,
roles_key: “String”,
subject_key: “String”,
master_backend_role: “BackendRole”,
master_user_name: “Username”,
},
entity_id: “SAMLEntityId”, # required
metadata_content: “SAMLMetadata”, # required
idp: {
enabled: false,
{
data as a hash:
@note When making an API call, you may pass SAMLOptionsInput
Specifies the SAML application configuration for the domain.