Class AuthBackendConfigArgs
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.Vault.Azure
Assembly: Pulumi.Vault.dll
Syntax
public sealed class AuthBackendConfigArgs : ResourceArgs
Constructors
View SourceAuthBackendConfigArgs()
Declaration
public AuthBackendConfigArgs()
Properties
View SourceBackend
The path the Azure auth backend being configured was
mounted at. Defaults to azure.
Declaration
public Input<string> Backend { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ClientId
The client id for credentials to query the Azure APIs. Currently read permissions to query compute resources are required.
Declaration
public Input<string> ClientId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ClientSecret
The client secret for credentials to query the Azure APIs.
Declaration
public Input<string> ClientSecret { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Environment
The Azure cloud environment. Valid values:
AzurePublicCloud, AzureUSGovernmentCloud, AzureChinaCloud,
AzureGermanCloud. Defaults to AzurePublicCloud.
Declaration
public Input<string> Environment { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Resource
The configured URL for the application registered in Azure Active Directory.
Declaration
public Input<string> Resource { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TenantId
The tenant id for the Azure Active Directory organization.
Declaration
public Input<string> TenantId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |