Class Config
Inheritance
System.Object
Config
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.Auth0
Assembly: Pulumi.Auth0.dll
Syntax
public static class Config
Properties
View SourceClientId
Declaration
public static string ClientId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ClientSecret
Declaration
public static string ClientSecret { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Debug
Declaration
public static bool? Debug { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Domain
Declaration
public static string Domain { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |