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
constructor(customer: Output<String>? = null, displayName: Output<String>? = null, idpConfig: Output<SamlIdpConfigArgs>? = null, spConfig: Output<SamlSpConfigArgs>? = null)
Properties
Link copied to clipboard
Human-readable name of the SAML SSO profile.
Link copied to clipboard
SAML identity provider configuration.
Link copied to clipboard
SAML service provider configuration for this SAML SSO profile. These are the service provider details provided by Google that should be configured on the corresponding identity provider.