Show / Hide Table of Contents

Class InboundSamlConfigArgs

Inheritance
System.Object
InputArgs
ResourceArgs
InboundSamlConfigArgs
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 InboundSamlConfigArgs : ResourceArgs

Constructors

View Source

InboundSamlConfigArgs()

Declaration
public InboundSamlConfigArgs()

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<InboundSamlConfigIdpConfigArgs> IdpConfig { get; set; }
Property Value
Type Description
Input<InboundSamlConfigIdpConfigArgs>
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<InboundSamlConfigSpConfigArgs> SpConfig { get; set; }
Property Value
Type Description
Input<InboundSamlConfigSpConfigArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.