Class ProviderArgs
Inheritance
System.Object
ProviderArgs
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()
Assembly: Pulumi.AzureAD.dll
Syntax
public sealed class ProviderArgs : ResourceArgs
Constructors
View Source
ProviderArgs()
Declaration
Properties
View Source
ClientCertificatePassword
Declaration
public Input<string> ClientCertificatePassword { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
ClientCertificatePath
Declaration
public Input<string> ClientCertificatePath { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
ClientId
Declaration
public Input<string> ClientId { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
ClientSecret
Declaration
public Input<string> ClientSecret { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Environment
Declaration
public Input<string> Environment { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
MsiEndpoint
Declaration
public Input<string> MsiEndpoint { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
SubscriptionId
Declaration
public Input<string> SubscriptionId { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
TenantId
Declaration
public Input<string> TenantId { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
UseMsi
Declaration
public Input<bool> UseMsi { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|