Package | Description |
---|---|
com.amazonaws.services.opensearchserverless.model |
Modifier and Type | Method and Description |
---|---|
SamlConfigOptions |
SamlConfigOptions.clone() |
SamlConfigOptions |
UpdateSecurityConfigRequest.getSamlOptions()
SAML options in in the form of a key-value map.
|
SamlConfigOptions |
CreateSecurityConfigRequest.getSamlOptions()
Describes SAML options in in the form of a key-value map.
|
SamlConfigOptions |
SecurityConfigDetail.getSamlOptions()
SAML options for the security configuration in the form of a key-value map.
|
SamlConfigOptions |
SamlConfigOptions.withGroupAttribute(String groupAttribute)
The group attribute for this SAML integration.
|
SamlConfigOptions |
SamlConfigOptions.withMetadata(String metadata)
The XML IdP metadata file generated from your identity provider.
|
SamlConfigOptions |
SamlConfigOptions.withSessionTimeout(Integer sessionTimeout)
The session timeout, in minutes.
|
SamlConfigOptions |
SamlConfigOptions.withUserAttribute(String userAttribute)
A user attribute for this SAML integration.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateSecurityConfigRequest.setSamlOptions(SamlConfigOptions samlOptions)
SAML options in in the form of a key-value map.
|
void |
CreateSecurityConfigRequest.setSamlOptions(SamlConfigOptions samlOptions)
Describes SAML options in in the form of a key-value map.
|
void |
SecurityConfigDetail.setSamlOptions(SamlConfigOptions samlOptions)
SAML options for the security configuration in the form of a key-value map.
|
UpdateSecurityConfigRequest |
UpdateSecurityConfigRequest.withSamlOptions(SamlConfigOptions samlOptions)
SAML options in in the form of a key-value map.
|
CreateSecurityConfigRequest |
CreateSecurityConfigRequest.withSamlOptions(SamlConfigOptions samlOptions)
Describes SAML options in in the form of a key-value map.
|
SecurityConfigDetail |
SecurityConfigDetail.withSamlOptions(SamlConfigOptions samlOptions)
SAML options for the security configuration in the form of a key-value map.
|
Copyright © 2023. All rights reserved.