Backend
Create a Backend Resource
new Backend(name: string, args: BackendArgs, opts?: CustomResourceOptions);def Backend(resource_name, opts=None, client_id=None, client_secret=None, description=None, environment=None, path=None, subscription_id=None, tenant_id=None, __props__=None);func NewBackend(ctx *Context, name string, args BackendArgs, opts ...ResourceOption) (*Backend, error)public Backend(string name, BackendArgs args, CustomResourceOptions? opts = null)- name string
- The unique name of the resource.
- args BackendArgs
- 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 BackendArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args BackendArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
Backend Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.
Inputs
The Backend resource accepts the following input properties:
- Subscription
Id string The subscription id for the Azure Active Directory.
- Tenant
Id string The tenant id for the Azure Active Directory organization.
- 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
- Description string
Human-friendly description of the mount for the backend.
- Environment string
The Azure cloud environment. Valid values: AzurePublicCloud, AzureUSGovernmentCloud, AzureChinaCloud, AzureGermanCloud.
- Path string
Path to mount the backend at.
- Subscription
Id string The subscription id for the Azure Active Directory.
- Tenant
Id string The tenant id for the Azure Active Directory organization.
- 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
- Description string
Human-friendly description of the mount for the backend.
- Environment string
The Azure cloud environment. Valid values: AzurePublicCloud, AzureUSGovernmentCloud, AzureChinaCloud, AzureGermanCloud.
- Path string
Path to mount the backend at.
- subscription
Id string The subscription id for the Azure Active Directory.
- tenant
Id string The tenant id for the Azure Active Directory organization.
- 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
- description string
Human-friendly description of the mount for the backend.
- environment string
The Azure cloud environment. Valid values: AzurePublicCloud, AzureUSGovernmentCloud, AzureChinaCloud, AzureGermanCloud.
- path string
Path to mount the backend at.
- subscription_
id str The subscription id for the Azure Active Directory.
- tenant_
id str The tenant id for the Azure Active Directory organization.
- 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
- description str
Human-friendly description of the mount for the backend.
- environment str
The Azure cloud environment. Valid values: AzurePublicCloud, AzureUSGovernmentCloud, AzureChinaCloud, AzureGermanCloud.
- path str
Path to mount the backend at.
Outputs
All input properties are implicitly available as output properties. Additionally, the Backend resource produces the following output properties:
Look up an Existing Backend Resource
Get an existing Backend 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?: BackendState, opts?: CustomResourceOptions): Backendstatic get(resource_name, id, opts=None, client_id=None, client_secret=None, description=None, environment=None, path=None, subscription_id=None, tenant_id=None, __props__=None);func GetBackend(ctx *Context, name string, id IDInput, state *BackendState, opts ...ResourceOption) (*Backend, error)public static Backend Get(string name, Input<string> id, BackendState? 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:
- 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
- Description string
Human-friendly description of the mount for the backend.
- Environment string
The Azure cloud environment. Valid values: AzurePublicCloud, AzureUSGovernmentCloud, AzureChinaCloud, AzureGermanCloud.
- Path string
Path to mount the backend at.
- Subscription
Id string The subscription id for the Azure Active Directory.
- Tenant
Id string The tenant id for the Azure Active Directory organization.
- 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
- Description string
Human-friendly description of the mount for the backend.
- Environment string
The Azure cloud environment. Valid values: AzurePublicCloud, AzureUSGovernmentCloud, AzureChinaCloud, AzureGermanCloud.
- Path string
Path to mount the backend at.
- Subscription
Id string The subscription id for the Azure Active Directory.
- Tenant
Id string The tenant id for the Azure Active Directory organization.
- 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
- description string
Human-friendly description of the mount for the backend.
- environment string
The Azure cloud environment. Valid values: AzurePublicCloud, AzureUSGovernmentCloud, AzureChinaCloud, AzureGermanCloud.
- path string
Path to mount the backend at.
- subscription
Id string The subscription id for the Azure Active Directory.
- tenant
Id string The tenant id for the Azure Active Directory organization.
- 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
- description str
Human-friendly description of the mount for the backend.
- environment str
The Azure cloud environment. Valid values: AzurePublicCloud, AzureUSGovernmentCloud, AzureChinaCloud, AzureGermanCloud.
- path str
Path to mount the backend at.
- subscription_
id str The subscription id for the 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.