Show / Hide Table of Contents

Class ProviderArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ProviderArgs
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.AzureAD
Assembly: Pulumi.AzureAD.dll
Syntax
public sealed class ProviderArgs : ResourceArgs

Constructors

View Source

ProviderArgs()

Declaration
public ProviderArgs()

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