Show / Hide Table of Contents

Class AuthBackendConfig

Inheritance
System.Object
Resource
CustomResource
AuthBackendConfig
Inherited Members
CustomResource.Id
Resource.GetResourceType()
Resource.GetResourceName()
Resource.Urn
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 class AuthBackendConfig : CustomResource

Constructors

View Source

AuthBackendConfig(String, AuthBackendConfigArgs, CustomResourceOptions)

Create a AuthBackendConfig resource with the given unique name, arguments, and options.

Declaration
public AuthBackendConfig(string name, AuthBackendConfigArgs args, CustomResourceOptions options = null)
Parameters
Type Name Description
System.String name

The unique name of the resource

AuthBackendConfigArgs args

The arguments used to populate this resource's properties

CustomResourceOptions options

A bag of options that control this resource's behavior

Properties

View Source

Backend

The path the Azure auth backend being configured was mounted at. Defaults to azure.

Declaration
public Output<string> Backend { get; }
Property Value
Type Description
Output<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 Output<string> ClientId { get; }
Property Value
Type Description
Output<System.String>
View Source

ClientSecret

The client secret for credentials to query the Azure APIs.

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

Environment

The Azure cloud environment. Valid values: AzurePublicCloud, AzureUSGovernmentCloud, AzureChinaCloud, AzureGermanCloud. Defaults to AzurePublicCloud.

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

Resource

The configured URL for the application registered in Azure Active Directory.

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

TenantId

The tenant id for the Azure Active Directory organization.

Declaration
public Output<string> TenantId { get; }
Property Value
Type Description
Output<System.String>

Methods

View Source

Get(String, Input<String>, AuthBackendConfigState, CustomResourceOptions)

Get an existing AuthBackendConfig resource's state with the given name, ID, and optional extra properties used to qualify the lookup.

Declaration
public static AuthBackendConfig Get(string name, Input<string> id, AuthBackendConfigState state = null, CustomResourceOptions options = null)
Parameters
Type Name Description
System.String name

The unique name of the resulting resource.

Input<System.String> id

The unique provider ID of the resource to lookup.

AuthBackendConfigState state

Any extra arguments used during the lookup.

CustomResourceOptions options

A bag of options that control this resource's behavior

Returns
Type Description
AuthBackendConfig
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.