Show / Hide Table of Contents

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 Source

ClientCertificatePassword

Declaration
public static string ClientCertificatePassword { get; set; }
Property Value
Type Description
System.String
View Source

ClientCertificatePath

Declaration
public static string ClientCertificatePath { get; set; }
Property Value
Type Description
System.String
View Source

ClientId

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

ClientSecret

Declaration
public static string ClientSecret { get; set; }
Property Value
Type Description
System.String
View Source

Environment

Declaration
public static string Environment { get; set; }
Property Value
Type Description
System.String
View Source

MsiEndpoint

Declaration
public static string MsiEndpoint { get; set; }
Property Value
Type Description
System.String
View Source

SubscriptionId

Declaration
public static string SubscriptionId { get; set; }
Property Value
Type Description
System.String
View Source

TenantId

Declaration
public static string TenantId { get; set; }
Property Value
Type Description
System.String
View Source

UseMsi

Declaration
public static bool? UseMsi { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.