Inbound Saml Config Args
data class InboundSamlConfigArgs(val displayName: Output<String>? = null, val enabled: Output<Boolean>? = null, val idpConfig: Output<GoogleCloudIdentitytoolkitAdminV2IdpConfigArgs>? = null, val inboundSamlConfigId: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val spConfig: Output<GoogleCloudIdentitytoolkitAdminV2SpConfigArgs>? = null, val tenantId: Output<String>? = null) : ConvertibleToJava<InboundSamlConfigArgs>
Create an inbound SAML configuration for an Identity Toolkit project.
Constructors
Link copied to clipboard
constructor(displayName: Output<String>? = null, enabled: Output<Boolean>? = null, idpConfig: Output<GoogleCloudIdentitytoolkitAdminV2IdpConfigArgs>? = null, inboundSamlConfigId: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null, spConfig: Output<GoogleCloudIdentitytoolkitAdminV2SpConfigArgs>? = null, tenantId: Output<String>? = null)
Properties
Link copied to clipboard
The config's display name set by developers.
Link copied to clipboard
The SAML IdP (Identity Provider) configuration when the project acts as the relying party.
Link copied to clipboard
The id to use for this config.
Link copied to clipboard
The SAML SP (Service Provider) configuration when the project acts as the relying party to receive and accept an authentication assertion issued by a SAML identity provider.