Show / Hide Table of Contents

Class TenantInboundSamlConfigState

Inheritance
System.Object
InputArgs
ResourceArgs
TenantInboundSamlConfigState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.IdentityPlatform
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class TenantInboundSamlConfigState : ResourceArgs

Constructors

View Source

TenantInboundSamlConfigState()

Declaration
public TenantInboundSamlConfigState()

Properties

View Source

DisplayName

Human friendly display name.

Declaration
public Input<string> DisplayName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

IdpConfig

SAML IdP configuration when the project acts as the relying party Structure is documented below.

Declaration
public Input<TenantInboundSamlConfigIdpConfigGetArgs> IdpConfig { get; set; }
Property Value
Type Description
Input<TenantInboundSamlConfigIdpConfigGetArgs>
View Source

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>
View Source

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>
View Source

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<TenantInboundSamlConfigSpConfigGetArgs> SpConfig { get; set; }
Property Value
Type Description
Input<TenantInboundSamlConfigSpConfigGetArgs>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.