Show / Hide Table of Contents

Class BackendState

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

Constructors

View Source

BackendState()

Declaration
public BackendState()

Properties

View Source

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>
View Source

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>
View Source

Description

Human-friendly description of the mount for the backend.

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

Path

Path to mount the backend at.

Declaration
public Input<string> Path { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SubscriptionId

The subscription id for the Azure Active Directory.

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

TenantId

The tenant id for the Azure Active Directory organization.

Declaration
public Input<string> TenantId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.