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:

SubscriptionId string

The subscription id for the Azure Active Directory.

TenantId string

The tenant id for the Azure Active Directory organization.

ClientId string

The client id for credentials to query the Azure APIs. Currently read permissions to query compute resources are required.

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

SubscriptionId string

The subscription id for the Azure Active Directory.

TenantId string

The tenant id for the Azure Active Directory organization.

ClientId string

The client id for credentials to query the Azure APIs. Currently read permissions to query compute resources are required.

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

subscriptionId string

The subscription id for the Azure Active Directory.

tenantId string

The tenant id for the Azure Active Directory organization.

clientId string

The client id for credentials to query the Azure APIs. Currently read permissions to query compute resources are required.

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

Id string
The provider-assigned unique ID for this managed resource.
Id string
The provider-assigned unique ID for this managed resource.
id string
The provider-assigned unique ID for this managed resource.
id str
The provider-assigned unique ID for this managed resource.

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): Backend
static 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:

ClientId string

The client id for credentials to query the Azure APIs. Currently read permissions to query compute resources are required.

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

SubscriptionId string

The subscription id for the Azure Active Directory.

TenantId string

The tenant id for the Azure Active Directory organization.

ClientId string

The client id for credentials to query the Azure APIs. Currently read permissions to query compute resources are required.

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

SubscriptionId string

The subscription id for the Azure Active Directory.

TenantId string

The tenant id for the Azure Active Directory organization.

clientId string

The client id for credentials to query the Azure APIs. Currently read permissions to query compute resources are required.

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

subscriptionId string

The subscription id for the Azure Active Directory.

tenantId 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 vault Terraform Provider.