get_security_config
(**kwargs)¶Returns information about an OpenSearch Serverless security configuration. For more information, see SAML authentication for Amazon OpenSearch Serverless.
See also: AWS API Documentation
Request Syntax
response = client.get_security_config(
id='string'
)
[REQUIRED]
The unique identifier of the security configuration.
{
'securityConfigDetail': {
'configVersion': 'string',
'createdDate': 123,
'description': 'string',
'id': 'string',
'lastModifiedDate': 123,
'samlOptions': {
'groupAttribute': 'string',
'metadata': 'string',
'sessionTimeout': 123,
'userAttribute': 'string'
},
'type': 'saml'
}
}
Response Structure
Details of the requested security configuration.
The version of the security configuration.
The date the configuration was created.
The description of the security configuration.
The unique identifier of the security configuration.
The timestamp of when the configuration was last modified.
SAML options for the security configuration in the form of a key-value map.
The group attribute for this SAML integration.
The XML IdP metadata file generated from your identity provider.
The session timeout, in minutes. Minimum is 15 minutes and maximum is 1440 minutes (24 hours or 1 day). Default is 60 minutes.
A user attribute for this SAML integration.
The type of security configuration.
Exceptions
OpenSearchServiceServerless.Client.exceptions.InternalServerException
OpenSearchServiceServerless.Client.exceptions.ResourceNotFoundException
OpenSearchServiceServerless.Client.exceptions.ValidationException