Class TenantInboundSamlConfigArgs
Inherited Members
Namespace: Pulumi.Gcp.IdentityPlatform
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class TenantInboundSamlConfigArgs : ResourceArgs
Constructors
View SourceTenantInboundSamlConfigArgs()
Declaration
public TenantInboundSamlConfigArgs()
Properties
View SourceDisplayName
Human friendly display name.
Declaration
public Input<string> DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Enabled
If this config allows users to sign in with the provider.
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
IdpConfig
SAML IdP configuration when the project acts as the relying party Structure is documented below.
Declaration
public Input<TenantInboundSamlConfigIdpConfigArgs> IdpConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<TenantInboundSamlConfigIdpConfigArgs> |
Name
The name of the InboundSamlConfig resource. Must start with 'saml.' and can only have alphanumeric characters, hyphens, underscores or periods. The part after 'saml.' must also start with a lowercase letter, end with an alphanumeric character, and have at least 2 characters.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Project
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
Declaration
public Input<string> Project { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SpConfig
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. Structure is documented below.
Declaration
public Input<TenantInboundSamlConfigSpConfigArgs> SpConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<TenantInboundSamlConfigSpConfigArgs> |
Tenant
The name of the tenant where this inbound SAML config resource exists
Declaration
public Input<string> Tenant { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |