Inbound Saml Sso Profile Args
data class InboundSamlSsoProfileArgs(val customer: Output<String>? = null, val displayName: Output<String>? = null, val idpConfig: Output<SamlIdpConfigArgs>? = null, val spConfig: Output<SamlSpConfigArgs>? = null) : ConvertibleToJava<InboundSamlSsoProfileArgs>
Creates an InboundSamlSsoProfile for a customer. Auto-naming is currently not supported for this resource.
Constructors
Link copied to clipboard
fun InboundSamlSsoProfileArgs(customer: Output<String>? = null, displayName: Output<String>? = null, idpConfig: Output<SamlIdpConfigArgs>? = null, spConfig: Output<SamlSpConfigArgs>? = null)