Class AuthBackendConfig
Inherited Members
Namespace: Pulumi.Vault.Azure
Assembly: Pulumi.Vault.dll
Syntax
public class AuthBackendConfig : CustomResource
Constructors
View SourceAuthBackendConfig(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 SourceBackend
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> |
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> |
ClientSecret
The client secret for credentials to query the Azure APIs.
Declaration
public Output<string> ClientSecret { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
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> |
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> |
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 SourceGet(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 |