GetServerlessSecurityConfigPlainArgs

data class GetServerlessSecurityConfigPlainArgs(val id: String, val samlOptions: GetServerlessSecurityConfigSamlOptions? = null) : ConvertibleToJava<GetServerlessSecurityConfigPlainArgs>

A collection of arguments for invoking getServerlessSecurityConfig.

Constructors

Link copied to clipboard
constructor(id: String, samlOptions: GetServerlessSecurityConfigSamlOptions? = null)

Properties

Link copied to clipboard
val id: String

The unique identifier of the security configuration.

Link copied to clipboard

SAML options for the security configuration.

Functions

Link copied to clipboard
open override fun toJava(): GetServerlessSecurityConfigPlainArgs