InboundSamlSsoProfileArgs

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)

Functions

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

Properties

Link copied to clipboard
val customer: Output<String>? = null

Immutable. The customer. For example: customers/C0123abc.

Link copied to clipboard
val displayName: Output<String>? = null

Human-readable name of the SAML SSO profile.

Link copied to clipboard
val idpConfig: Output<SamlIdpConfigArgs>? = null

SAML identity provider configuration.

Link copied to clipboard
val spConfig: Output<SamlSpConfigArgs>? = null

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.