AuthBackendConfig
Create a AuthBackendConfig Resource
new AuthBackendConfig(name: string, args: AuthBackendConfigArgs, opts?: CustomResourceOptions);def AuthBackendConfig(resource_name, opts=None, backend=None, client_id=None, client_secret=None, environment=None, resource=None, tenant_id=None, __props__=None);func NewAuthBackendConfig(ctx *Context, name string, args AuthBackendConfigArgs, opts ...ResourceOption) (*AuthBackendConfig, error)public AuthBackendConfig(string name, AuthBackendConfigArgs args, CustomResourceOptions? opts = null)- name string
- The unique name of the resource.
- args AuthBackendConfigArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- opts ResourceOptions
- A bag of options that control this resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args AuthBackendConfigArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AuthBackendConfigArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
AuthBackendConfig Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.
Inputs
The AuthBackendConfig resource accepts the following input properties:
- Resource string
The configured URL for the application registered in Azure Active Directory.
- Tenant
Id string The tenant id for the Azure Active Directory organization.
- Backend string
The path the Azure auth backend being configured was mounted at. Defaults to
azure.- Client
Id string The client id for credentials to query the Azure APIs. Currently read permissions to query compute resources are required.
- Client
Secret string The client secret for credentials to query the Azure APIs.
- Environment string
The Azure cloud environment. Valid values: AzurePublicCloud, AzureUSGovernmentCloud, AzureChinaCloud, AzureGermanCloud. Defaults to
AzurePublicCloud.
- Resource string
The configured URL for the application registered in Azure Active Directory.
- Tenant
Id string The tenant id for the Azure Active Directory organization.
- Backend string
The path the Azure auth backend being configured was mounted at. Defaults to
azure.- Client
Id string The client id for credentials to query the Azure APIs. Currently read permissions to query compute resources are required.
- Client
Secret string The client secret for credentials to query the Azure APIs.
- Environment string
The Azure cloud environment. Valid values: AzurePublicCloud, AzureUSGovernmentCloud, AzureChinaCloud, AzureGermanCloud. Defaults to
AzurePublicCloud.
- resource string
The configured URL for the application registered in Azure Active Directory.
- tenant
Id string The tenant id for the Azure Active Directory organization.
- backend string
The path the Azure auth backend being configured was mounted at. Defaults to
azure.- client
Id string The client id for credentials to query the Azure APIs. Currently read permissions to query compute resources are required.
- client
Secret string The client secret for credentials to query the Azure APIs.
- environment string
The Azure cloud environment. Valid values: AzurePublicCloud, AzureUSGovernmentCloud, AzureChinaCloud, AzureGermanCloud. Defaults to
AzurePublicCloud.
- resource str
The configured URL for the application registered in Azure Active Directory.
- tenant_
id str The tenant id for the Azure Active Directory organization.
- backend str
The path the Azure auth backend being configured was mounted at. Defaults to
azure.- client_
id str The client id for credentials to query the Azure APIs. Currently read permissions to query compute resources are required.
- client_
secret str The client secret for credentials to query the Azure APIs.
- environment str
The Azure cloud environment. Valid values: AzurePublicCloud, AzureUSGovernmentCloud, AzureChinaCloud, AzureGermanCloud. Defaults to
AzurePublicCloud.
Outputs
All input properties are implicitly available as output properties. Additionally, the AuthBackendConfig resource produces the following output properties:
Look up an Existing AuthBackendConfig Resource
Get an existing AuthBackendConfig resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: AuthBackendConfigState, opts?: CustomResourceOptions): AuthBackendConfigstatic get(resource_name, id, opts=None, backend=None, client_id=None, client_secret=None, environment=None, resource=None, tenant_id=None, __props__=None);func GetAuthBackendConfig(ctx *Context, name string, id IDInput, state *AuthBackendConfigState, opts ...ResourceOption) (*AuthBackendConfig, error)public static AuthBackendConfig Get(string name, Input<string> id, AuthBackendConfigState? state, CustomResourceOptions? opts = null)- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
The following state arguments are supported:
- Backend string
The path the Azure auth backend being configured was mounted at. Defaults to
azure.- Client
Id string The client id for credentials to query the Azure APIs. Currently read permissions to query compute resources are required.
- Client
Secret string The client secret for credentials to query the Azure APIs.
- Environment string
The Azure cloud environment. Valid values: AzurePublicCloud, AzureUSGovernmentCloud, AzureChinaCloud, AzureGermanCloud. Defaults to
AzurePublicCloud.- Resource string
The configured URL for the application registered in Azure Active Directory.
- Tenant
Id string The tenant id for the Azure Active Directory organization.
- Backend string
The path the Azure auth backend being configured was mounted at. Defaults to
azure.- Client
Id string The client id for credentials to query the Azure APIs. Currently read permissions to query compute resources are required.
- Client
Secret string The client secret for credentials to query the Azure APIs.
- Environment string
The Azure cloud environment. Valid values: AzurePublicCloud, AzureUSGovernmentCloud, AzureChinaCloud, AzureGermanCloud. Defaults to
AzurePublicCloud.- Resource string
The configured URL for the application registered in Azure Active Directory.
- Tenant
Id string The tenant id for the Azure Active Directory organization.
- backend string
The path the Azure auth backend being configured was mounted at. Defaults to
azure.- client
Id string The client id for credentials to query the Azure APIs. Currently read permissions to query compute resources are required.
- client
Secret string The client secret for credentials to query the Azure APIs.
- environment string
The Azure cloud environment. Valid values: AzurePublicCloud, AzureUSGovernmentCloud, AzureChinaCloud, AzureGermanCloud. Defaults to
AzurePublicCloud.- resource string
The configured URL for the application registered in Azure Active Directory.
- tenant
Id string The tenant id for the Azure Active Directory organization.
- backend str
The path the Azure auth backend being configured was mounted at. Defaults to
azure.- client_
id str The client id for credentials to query the Azure APIs. Currently read permissions to query compute resources are required.
- client_
secret str The client secret for credentials to query the Azure APIs.
- environment str
The Azure cloud environment. Valid values: AzurePublicCloud, AzureUSGovernmentCloud, AzureChinaCloud, AzureGermanCloud. Defaults to
AzurePublicCloud.- resource str
The configured URL for the application registered in Azure Active Directory.
- tenant_
id str The tenant id for the Azure Active Directory organization.
Package Details
- Repository
- https://github.com/pulumi/pulumi-vault
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
vaultTerraform Provider.