SamlSsoInfoArgs

data class SamlSsoInfoArgs(val inboundSamlSsoProfile: Output<String>) : ConvertibleToJava<SamlSsoInfoArgs>

Details that are applicable when sso_mode == SAML_SSO.

Constructors

Link copied to clipboard
constructor(inboundSamlSsoProfile: Output<String>)

Properties

Link copied to clipboard

Name of the InboundSamlSsoProfile to use. Must be of the form inboundSamlSsoProfiles/{inbound_saml_sso_profile}.

Functions

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