Get Serverless Security Config Result
data class GetServerlessSecurityConfigResult(val configVersion: String, val createdDate: String, val description: String, val id: String, val lastModifiedDate: String, val samlOptions: GetServerlessSecurityConfigSamlOptions? = null, val type: String)
A collection of values returned by getServerlessSecurityConfig.
Properties
Link copied to clipboard
The version of the security configuration.
Link copied to clipboard
The date the configuration was created.
Link copied to clipboard
The description of the security configuration.
Link copied to clipboard
The date the configuration was last modified.
Link copied to clipboard
SAML options for the security configuration.