InboundSamlConfig

class InboundSamlConfig : KotlinCustomResource

Create an inbound SAML configuration for an Identity Toolkit project.

Properties

Link copied to clipboard
val displayName: Output<String>

The config's display name set by developers.

Link copied to clipboard
val enabled: Output<Boolean>

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

Link copied to clipboard
val id: Output<String>
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
val name: Output<String>

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>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
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>
Link copied to clipboard
val urn: Output<String>