GetServerlessSecurityConfigResult

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.

Constructors

Link copied to clipboard
constructor(configVersion: String, createdDate: String, description: String, id: String, lastModifiedDate: String, samlOptions: GetServerlessSecurityConfigSamlOptions? = null, type: String)

Types

Link copied to clipboard
object Companion

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
val id: String
Link copied to clipboard

The date the configuration was last modified.

Link copied to clipboard

SAML options for the security configuration.

Link copied to clipboard

The type of security configuration.