Show / Hide Table of Contents

Class TenantDefaultSupportedIdpConfigArgs

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

Constructors

View Source

TenantDefaultSupportedIdpConfigArgs()

Declaration
public TenantDefaultSupportedIdpConfigArgs()

Properties

View Source

ClientId

OAuth client ID

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

ClientSecret

OAuth client secret

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

Enabled

If this IDP allows the user to sign in

Declaration
public Input<bool> Enabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

IdpId

ID of the IDP. Possible values include:

  • apple.com
  • facebook.com
  • gc.apple.com
  • github.com
  • google.com
  • linkedin.com
  • microsoft.com
  • playgames.google.com
  • twitter.com
  • yahoo.com
Declaration
public Input<string> IdpId { 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

Tenant

The name of the tenant where this DefaultSupportedIdpConfig 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.