Show / Hide Table of Contents

Class OauthIdpConfigState

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

Constructors

View Source

OauthIdpConfigState()

Declaration
public OauthIdpConfigState()

Properties

View Source

ClientId

The client id of an OAuth client.

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

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

Issuer

For OIDC Idps, the issuer identifier.

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

Name

The name of the OauthIdpConfig. Must start with oidc..

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