Class TenantOauthIdpConfigArgs
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 TenantOauthIdpConfigArgs : ResourceArgs
Constructors
View SourceTenantOauthIdpConfigArgs()
Declaration
public TenantOauthIdpConfigArgs()
Properties
View SourceClientId
The client id of an OAuth client.
Declaration
public Input<string> ClientId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ClientSecret
The client secret of the OAuth client, to enable OIDC code flow.
Declaration
public Input<string> ClientSecret { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DisplayName
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> |
Issuer
For OIDC Idps, the issuer identifier.
Declaration
public Input<string> Issuer { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the OauthIdpConfig. Must start with oidc..
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> |
Tenant
The name of the tenant where this OIDC IDP configuration resource exists
Declaration
public Input<string> Tenant { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |