Show / Hide Table of Contents

Class AuthBackendConfigArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AuthBackendConfigArgs
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 AuthBackendConfigArgs : ResourceArgs

Constructors

View Source

AuthBackendConfigArgs()

Declaration
public AuthBackendConfigArgs()

Properties

View Source

Backend

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

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

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>
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.