Class BackendArgs
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 BackendArgs : ResourceArgs
Constructors
View SourceBackendArgs()
Declaration
public BackendArgs()
Properties
View SourceClientId
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> |
Description
Human-friendly description of the mount for the backend.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Environment
The Azure cloud environment. Valid values: AzurePublicCloud, AzureUSGovernmentCloud, AzureChinaCloud, AzureGermanCloud.
Declaration
public Input<string> Environment { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Path
Path to mount the backend at.
Declaration
public Input<string> Path { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SubscriptionId
The subscription id for the Azure Active Directory.
Declaration
public Input<string> SubscriptionId { 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> |