Class DefaultSupportedIdpConfigArgs
Inherited Members
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 DefaultSupportedIdpConfigArgs : ResourceArgs
Constructors
View SourceDefaultSupportedIdpConfigArgs()
Declaration
public DefaultSupportedIdpConfigArgs()
Properties
View SourceClientId
OAuth client ID
Declaration
public Input<string> ClientId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ClientSecret
OAuth client secret
Declaration
public Input<string> ClientSecret { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Enabled
If this IDP allows the user to sign in
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
IdpId
ID of the IDP. Possible values include:
apple.comfacebook.comgc.apple.comgithub.comgoogle.comlinkedin.commicrosoft.complaygames.google.comtwitter.comyahoo.com
Declaration
public Input<string> IdpId { 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> |