InboundSamlConfigArgs

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
fun InboundSamlConfigArgs(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)

Functions

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

Properties

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

The config's display name set by developers.

Link copied to clipboard
val enabled: Output<Boolean>? = null

True if allows the user to sign in with the provider.

Link copied to clipboard

The SAML IdP (Identity Provider) configuration when the project acts as the relying party.

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

The id to use for this config.

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

The name of the InboundSamlConfig resource, for example: 'projects/my-awesome-project/inboundSamlConfigs/my-config-id'. Ignored during create requests.

Link copied to clipboard
val project: Output<String>? = null
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.

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