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.AzureAD
Assembly: Pulumi.AzureAD.dll
Syntax
public static class Config
Properties
View SourceClientCertificatePassword
Declaration
public static string ClientCertificatePassword { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ClientCertificatePath
Declaration
public static string ClientCertificatePath { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ClientId
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 |
Environment
Declaration
public static string Environment { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
MsiEndpoint
Declaration
public static string MsiEndpoint { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SubscriptionId
Declaration
public static string SubscriptionId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
TenantId
Declaration
public static string TenantId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
UseMsi
Declaration
public static bool? UseMsi { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |