メインコンテンツまでスキップ

AWSOpenSearchDomainAdvancedSecuritySAMLOptions

No description

type AWSOpenSearchDomainAdvancedSecuritySAMLOptions {
enabled: Boolean!
idp: AWSOpenSearchDomainAdvancedSecuritySAMLOptionsIdp
rolesKey: String!
sessionTimeoutMinutes: Int!
subjectKey: String!
}

Fields

AWSOpenSearchDomainAdvancedSecuritySAMLOptions.enabled ● Boolean! non-null scalar

True if SAML is enabled

AWSOpenSearchDomainAdvancedSecuritySAMLOptions.idp ● AWSOpenSearchDomainAdvancedSecuritySAMLOptionsIdp object

Describes the SAML Identity Provider's information

AWSOpenSearchDomainAdvancedSecuritySAMLOptions.rolesKey ● String! non-null scalar

The key used for matching the SAML Roles attribute

AWSOpenSearchDomainAdvancedSecuritySAMLOptions.sessionTimeoutMinutes ● Int! non-null scalar

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

AWSOpenSearchDomainAdvancedSecuritySAMLOptions.subjectKey ● String! non-null scalar

The key used for matching the SAML Subject attribute

Member of

AWSOpenSearchDomainAdvancedSecurityOptions object