azure-native.resources.getDeploymentStackAtSubscription
Explore with Pulumi AI
Gets a Deployment stack with a given name at Subscription scope.
Uses Azure REST API version 2024-03-01.
Other available API versions: 2022-08-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native resources [ApiVersion]
. See the version guide for details.
Using getDeploymentStackAtSubscription
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getDeploymentStackAtSubscription(args: GetDeploymentStackAtSubscriptionArgs, opts?: InvokeOptions): Promise<GetDeploymentStackAtSubscriptionResult>
function getDeploymentStackAtSubscriptionOutput(args: GetDeploymentStackAtSubscriptionOutputArgs, opts?: InvokeOptions): Output<GetDeploymentStackAtSubscriptionResult>
def get_deployment_stack_at_subscription(deployment_stack_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDeploymentStackAtSubscriptionResult
def get_deployment_stack_at_subscription_output(deployment_stack_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDeploymentStackAtSubscriptionResult]
func LookupDeploymentStackAtSubscription(ctx *Context, args *LookupDeploymentStackAtSubscriptionArgs, opts ...InvokeOption) (*LookupDeploymentStackAtSubscriptionResult, error)
func LookupDeploymentStackAtSubscriptionOutput(ctx *Context, args *LookupDeploymentStackAtSubscriptionOutputArgs, opts ...InvokeOption) LookupDeploymentStackAtSubscriptionResultOutput
> Note: This function is named LookupDeploymentStackAtSubscription
in the Go SDK.
public static class GetDeploymentStackAtSubscription
{
public static Task<GetDeploymentStackAtSubscriptionResult> InvokeAsync(GetDeploymentStackAtSubscriptionArgs args, InvokeOptions? opts = null)
public static Output<GetDeploymentStackAtSubscriptionResult> Invoke(GetDeploymentStackAtSubscriptionInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDeploymentStackAtSubscriptionResult> getDeploymentStackAtSubscription(GetDeploymentStackAtSubscriptionArgs args, InvokeOptions options)
public static Output<GetDeploymentStackAtSubscriptionResult> getDeploymentStackAtSubscription(GetDeploymentStackAtSubscriptionArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:resources:getDeploymentStackAtSubscription
arguments:
# arguments dictionary
The following arguments are supported:
- Deployment
Stack stringName - Name of the deployment stack.
- Deployment
Stack stringName - Name of the deployment stack.
- deployment
Stack StringName - Name of the deployment stack.
- deployment
Stack stringName - Name of the deployment stack.
- deployment_
stack_ strname - Name of the deployment stack.
- deployment
Stack StringName - Name of the deployment stack.
getDeploymentStackAtSubscription Result
The following output properties are available:
- Action
On Pulumi.Unmanage Azure Native. Resources. Outputs. Action On Unmanage Response - Defines the behavior of resources that are no longer managed after the Deployment stack is updated or deleted.
- Azure
Api stringVersion - The Azure API version of the resource.
- Correlation
Id string - The correlation id of the last Deployment stack upsert or delete operation. It is in GUID format and is used for tracing.
- Deleted
Resources List<Pulumi.Azure Native. Resources. Outputs. Resource Reference Response> - An array of resources that were deleted during the most recent Deployment stack update. Deleted means that the resource was removed from the template and relevant deletion operations were specified.
- Deny
Settings Pulumi.Azure Native. Resources. Outputs. Deny Settings Response - Defines how resources deployed by the stack are locked.
- Deployment
Id string - The resourceId of the deployment resource created by the deployment stack.
- Detached
Resources List<Pulumi.Azure Native. Resources. Outputs. Resource Reference Response> - An array of resources that were detached during the most recent Deployment stack update. Detached means that the resource was removed from the template, but no relevant deletion operations were specified. So, the resource still exists while no longer being associated with the stack.
- Duration string
- The duration of the last successful Deployment stack update.
- Failed
Resources List<Pulumi.Azure Native. Resources. Outputs. Resource Reference Extended Response> - An array of resources that failed to reach goal state during the most recent update. Each resourceId is accompanied by an error message.
- Id string
- String Id used to locate any resource on Azure.
- Name string
- Name of this resource.
- Outputs object
- The outputs of the deployment resource created by the deployment stack.
- Provisioning
State string - State of the deployment stack.
- Resources
List<Pulumi.
Azure Native. Resources. Outputs. Managed Resource Reference Response> - An array of resources currently managed by the deployment stack.
- System
Data Pulumi.Azure Native. Resources. Outputs. System Data Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- Type of this resource.
- Debug
Setting Pulumi.Azure Native. Resources. Outputs. Deployment Stacks Debug Setting Response - The debug setting of the deployment.
- Deployment
Scope string - The scope at which the initial deployment should be created. If a scope is not specified, it will default to the scope of the deployment stack. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroupId}'), subscription (format: '/subscriptions/{subscriptionId}'), resource group (format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}').
- Description string
- Deployment stack description. Max length of 4096 characters.
- Error
Pulumi.
Azure Native. Resources. Outputs. Error Detail Response - The error detail.
- Location string
- The location of the Deployment stack. It cannot be changed after creation. It must be one of the supported Azure locations.
- Parameters
Dictionary<string, Pulumi.
Azure Native. Resources. Outputs. Deployment Parameter Response> - Name and value pairs that define the deployment parameters for the template. Use this element when providing the parameter values directly in the request, rather than linking to an existing parameter file. Use either the parametersLink property or the parameters property, but not both.
- Parameters
Link Pulumi.Azure Native. Resources. Outputs. Deployment Stacks Parameters Link Response - The URI of parameters file. Use this element to link to an existing parameters file. Use either the parametersLink property or the parameters property, but not both.
- Dictionary<string, string>
- Deployment stack resource tags.
- Action
On ActionUnmanage On Unmanage Response - Defines the behavior of resources that are no longer managed after the Deployment stack is updated or deleted.
- Azure
Api stringVersion - The Azure API version of the resource.
- Correlation
Id string - The correlation id of the last Deployment stack upsert or delete operation. It is in GUID format and is used for tracing.
- Deleted
Resources []ResourceReference Response - An array of resources that were deleted during the most recent Deployment stack update. Deleted means that the resource was removed from the template and relevant deletion operations were specified.
- Deny
Settings DenySettings Response - Defines how resources deployed by the stack are locked.
- Deployment
Id string - The resourceId of the deployment resource created by the deployment stack.
- Detached
Resources []ResourceReference Response - An array of resources that were detached during the most recent Deployment stack update. Detached means that the resource was removed from the template, but no relevant deletion operations were specified. So, the resource still exists while no longer being associated with the stack.
- Duration string
- The duration of the last successful Deployment stack update.
- Failed
Resources []ResourceReference Extended Response - An array of resources that failed to reach goal state during the most recent update. Each resourceId is accompanied by an error message.
- Id string
- String Id used to locate any resource on Azure.
- Name string
- Name of this resource.
- Outputs interface{}
- The outputs of the deployment resource created by the deployment stack.
- Provisioning
State string - State of the deployment stack.
- Resources
[]Managed
Resource Reference Response - An array of resources currently managed by the deployment stack.
- System
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- Type of this resource.
- Debug
Setting DeploymentStacks Debug Setting Response - The debug setting of the deployment.
- Deployment
Scope string - The scope at which the initial deployment should be created. If a scope is not specified, it will default to the scope of the deployment stack. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroupId}'), subscription (format: '/subscriptions/{subscriptionId}'), resource group (format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}').
- Description string
- Deployment stack description. Max length of 4096 characters.
- Error
Error
Detail Response - The error detail.
- Location string
- The location of the Deployment stack. It cannot be changed after creation. It must be one of the supported Azure locations.
- Parameters
map[string]Deployment
Parameter Response - Name and value pairs that define the deployment parameters for the template. Use this element when providing the parameter values directly in the request, rather than linking to an existing parameter file. Use either the parametersLink property or the parameters property, but not both.
- Parameters
Link DeploymentStacks Parameters Link Response - The URI of parameters file. Use this element to link to an existing parameters file. Use either the parametersLink property or the parameters property, but not both.
- map[string]string
- Deployment stack resource tags.
- action
On ActionUnmanage On Unmanage Response - Defines the behavior of resources that are no longer managed after the Deployment stack is updated or deleted.
- azure
Api StringVersion - The Azure API version of the resource.
- correlation
Id String - The correlation id of the last Deployment stack upsert or delete operation. It is in GUID format and is used for tracing.
- deleted
Resources List<ResourceReference Response> - An array of resources that were deleted during the most recent Deployment stack update. Deleted means that the resource was removed from the template and relevant deletion operations were specified.
- deny
Settings DenySettings Response - Defines how resources deployed by the stack are locked.
- deployment
Id String - The resourceId of the deployment resource created by the deployment stack.
- detached
Resources List<ResourceReference Response> - An array of resources that were detached during the most recent Deployment stack update. Detached means that the resource was removed from the template, but no relevant deletion operations were specified. So, the resource still exists while no longer being associated with the stack.
- duration String
- The duration of the last successful Deployment stack update.
- failed
Resources List<ResourceReference Extended Response> - An array of resources that failed to reach goal state during the most recent update. Each resourceId is accompanied by an error message.
- id String
- String Id used to locate any resource on Azure.
- name String
- Name of this resource.
- outputs Object
- The outputs of the deployment resource created by the deployment stack.
- provisioning
State String - State of the deployment stack.
- resources
List<Managed
Resource Reference Response> - An array of resources currently managed by the deployment stack.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- Type of this resource.
- debug
Setting DeploymentStacks Debug Setting Response - The debug setting of the deployment.
- deployment
Scope String - The scope at which the initial deployment should be created. If a scope is not specified, it will default to the scope of the deployment stack. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroupId}'), subscription (format: '/subscriptions/{subscriptionId}'), resource group (format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}').
- description String
- Deployment stack description. Max length of 4096 characters.
- error
Error
Detail Response - The error detail.
- location String
- The location of the Deployment stack. It cannot be changed after creation. It must be one of the supported Azure locations.
- parameters
Map<String,Deployment
Parameter Response> - Name and value pairs that define the deployment parameters for the template. Use this element when providing the parameter values directly in the request, rather than linking to an existing parameter file. Use either the parametersLink property or the parameters property, but not both.
- parameters
Link DeploymentStacks Parameters Link Response - The URI of parameters file. Use this element to link to an existing parameters file. Use either the parametersLink property or the parameters property, but not both.
- Map<String,String>
- Deployment stack resource tags.
- action
On ActionUnmanage On Unmanage Response - Defines the behavior of resources that are no longer managed after the Deployment stack is updated or deleted.
- azure
Api stringVersion - The Azure API version of the resource.
- correlation
Id string - The correlation id of the last Deployment stack upsert or delete operation. It is in GUID format and is used for tracing.
- deleted
Resources ResourceReference Response[] - An array of resources that were deleted during the most recent Deployment stack update. Deleted means that the resource was removed from the template and relevant deletion operations were specified.
- deny
Settings DenySettings Response - Defines how resources deployed by the stack are locked.
- deployment
Id string - The resourceId of the deployment resource created by the deployment stack.
- detached
Resources ResourceReference Response[] - An array of resources that were detached during the most recent Deployment stack update. Detached means that the resource was removed from the template, but no relevant deletion operations were specified. So, the resource still exists while no longer being associated with the stack.
- duration string
- The duration of the last successful Deployment stack update.
- failed
Resources ResourceReference Extended Response[] - An array of resources that failed to reach goal state during the most recent update. Each resourceId is accompanied by an error message.
- id string
- String Id used to locate any resource on Azure.
- name string
- Name of this resource.
- outputs any
- The outputs of the deployment resource created by the deployment stack.
- provisioning
State string - State of the deployment stack.
- resources
Managed
Resource Reference Response[] - An array of resources currently managed by the deployment stack.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- Type of this resource.
- debug
Setting DeploymentStacks Debug Setting Response - The debug setting of the deployment.
- deployment
Scope string - The scope at which the initial deployment should be created. If a scope is not specified, it will default to the scope of the deployment stack. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroupId}'), subscription (format: '/subscriptions/{subscriptionId}'), resource group (format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}').
- description string
- Deployment stack description. Max length of 4096 characters.
- error
Error
Detail Response - The error detail.
- location string
- The location of the Deployment stack. It cannot be changed after creation. It must be one of the supported Azure locations.
- parameters
{[key: string]: Deployment
Parameter Response} - Name and value pairs that define the deployment parameters for the template. Use this element when providing the parameter values directly in the request, rather than linking to an existing parameter file. Use either the parametersLink property or the parameters property, but not both.
- parameters
Link DeploymentStacks Parameters Link Response - The URI of parameters file. Use this element to link to an existing parameters file. Use either the parametersLink property or the parameters property, but not both.
- {[key: string]: string}
- Deployment stack resource tags.
- action_
on_ Actionunmanage On Unmanage Response - Defines the behavior of resources that are no longer managed after the Deployment stack is updated or deleted.
- azure_
api_ strversion - The Azure API version of the resource.
- correlation_
id str - The correlation id of the last Deployment stack upsert or delete operation. It is in GUID format and is used for tracing.
- deleted_
resources Sequence[ResourceReference Response] - An array of resources that were deleted during the most recent Deployment stack update. Deleted means that the resource was removed from the template and relevant deletion operations were specified.
- deny_
settings DenySettings Response - Defines how resources deployed by the stack are locked.
- deployment_
id str - The resourceId of the deployment resource created by the deployment stack.
- detached_
resources Sequence[ResourceReference Response] - An array of resources that were detached during the most recent Deployment stack update. Detached means that the resource was removed from the template, but no relevant deletion operations were specified. So, the resource still exists while no longer being associated with the stack.
- duration str
- The duration of the last successful Deployment stack update.
- failed_
resources Sequence[ResourceReference Extended Response] - An array of resources that failed to reach goal state during the most recent update. Each resourceId is accompanied by an error message.
- id str
- String Id used to locate any resource on Azure.
- name str
- Name of this resource.
- outputs Any
- The outputs of the deployment resource created by the deployment stack.
- provisioning_
state str - State of the deployment stack.
- resources
Sequence[Managed
Resource Reference Response] - An array of resources currently managed by the deployment stack.
- system_
data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- Type of this resource.
- debug_
setting DeploymentStacks Debug Setting Response - The debug setting of the deployment.
- deployment_
scope str - The scope at which the initial deployment should be created. If a scope is not specified, it will default to the scope of the deployment stack. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroupId}'), subscription (format: '/subscriptions/{subscriptionId}'), resource group (format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}').
- description str
- Deployment stack description. Max length of 4096 characters.
- error
Error
Detail Response - The error detail.
- location str
- The location of the Deployment stack. It cannot be changed after creation. It must be one of the supported Azure locations.
- parameters
Mapping[str, Deployment
Parameter Response] - Name and value pairs that define the deployment parameters for the template. Use this element when providing the parameter values directly in the request, rather than linking to an existing parameter file. Use either the parametersLink property or the parameters property, but not both.
- parameters_
link DeploymentStacks Parameters Link Response - The URI of parameters file. Use this element to link to an existing parameters file. Use either the parametersLink property or the parameters property, but not both.
- Mapping[str, str]
- Deployment stack resource tags.
- action
On Property MapUnmanage - Defines the behavior of resources that are no longer managed after the Deployment stack is updated or deleted.
- azure
Api StringVersion - The Azure API version of the resource.
- correlation
Id String - The correlation id of the last Deployment stack upsert or delete operation. It is in GUID format and is used for tracing.
- deleted
Resources List<Property Map> - An array of resources that were deleted during the most recent Deployment stack update. Deleted means that the resource was removed from the template and relevant deletion operations were specified.
- deny
Settings Property Map - Defines how resources deployed by the stack are locked.
- deployment
Id String - The resourceId of the deployment resource created by the deployment stack.
- detached
Resources List<Property Map> - An array of resources that were detached during the most recent Deployment stack update. Detached means that the resource was removed from the template, but no relevant deletion operations were specified. So, the resource still exists while no longer being associated with the stack.
- duration String
- The duration of the last successful Deployment stack update.
- failed
Resources List<Property Map> - An array of resources that failed to reach goal state during the most recent update. Each resourceId is accompanied by an error message.
- id String
- String Id used to locate any resource on Azure.
- name String
- Name of this resource.
- outputs Any
- The outputs of the deployment resource created by the deployment stack.
- provisioning
State String - State of the deployment stack.
- resources List<Property Map>
- An array of resources currently managed by the deployment stack.
- system
Data Property Map - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- Type of this resource.
- debug
Setting Property Map - The debug setting of the deployment.
- deployment
Scope String - The scope at which the initial deployment should be created. If a scope is not specified, it will default to the scope of the deployment stack. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroupId}'), subscription (format: '/subscriptions/{subscriptionId}'), resource group (format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}').
- description String
- Deployment stack description. Max length of 4096 characters.
- error Property Map
- The error detail.
- location String
- The location of the Deployment stack. It cannot be changed after creation. It must be one of the supported Azure locations.
- parameters Map<Property Map>
- Name and value pairs that define the deployment parameters for the template. Use this element when providing the parameter values directly in the request, rather than linking to an existing parameter file. Use either the parametersLink property or the parameters property, but not both.
- parameters
Link Property Map - The URI of parameters file. Use this element to link to an existing parameters file. Use either the parametersLink property or the parameters property, but not both.
- Map<String>
- Deployment stack resource tags.
Supporting Types
ActionOnUnmanageResponse
- Resources string
- Specifies an action for a newly unmanaged resource. Delete will attempt to delete the resource from Azure. Detach will leave the resource in it's current state.
- Management
Groups string - Specifies an action for a newly unmanaged resource. Delete will attempt to delete the resource from Azure. Detach will leave the resource in it's current state.
- Resource
Groups string - Specifies an action for a newly unmanaged resource. Delete will attempt to delete the resource from Azure. Detach will leave the resource in it's current state.
- Resources string
- Specifies an action for a newly unmanaged resource. Delete will attempt to delete the resource from Azure. Detach will leave the resource in it's current state.
- Management
Groups string - Specifies an action for a newly unmanaged resource. Delete will attempt to delete the resource from Azure. Detach will leave the resource in it's current state.
- Resource
Groups string - Specifies an action for a newly unmanaged resource. Delete will attempt to delete the resource from Azure. Detach will leave the resource in it's current state.
- resources String
- Specifies an action for a newly unmanaged resource. Delete will attempt to delete the resource from Azure. Detach will leave the resource in it's current state.
- management
Groups String - Specifies an action for a newly unmanaged resource. Delete will attempt to delete the resource from Azure. Detach will leave the resource in it's current state.
- resource
Groups String - Specifies an action for a newly unmanaged resource. Delete will attempt to delete the resource from Azure. Detach will leave the resource in it's current state.
- resources string
- Specifies an action for a newly unmanaged resource. Delete will attempt to delete the resource from Azure. Detach will leave the resource in it's current state.
- management
Groups string - Specifies an action for a newly unmanaged resource. Delete will attempt to delete the resource from Azure. Detach will leave the resource in it's current state.
- resource
Groups string - Specifies an action for a newly unmanaged resource. Delete will attempt to delete the resource from Azure. Detach will leave the resource in it's current state.
- resources str
- Specifies an action for a newly unmanaged resource. Delete will attempt to delete the resource from Azure. Detach will leave the resource in it's current state.
- management_
groups str - Specifies an action for a newly unmanaged resource. Delete will attempt to delete the resource from Azure. Detach will leave the resource in it's current state.
- resource_
groups str - Specifies an action for a newly unmanaged resource. Delete will attempt to delete the resource from Azure. Detach will leave the resource in it's current state.
- resources String
- Specifies an action for a newly unmanaged resource. Delete will attempt to delete the resource from Azure. Detach will leave the resource in it's current state.
- management
Groups String - Specifies an action for a newly unmanaged resource. Delete will attempt to delete the resource from Azure. Detach will leave the resource in it's current state.
- resource
Groups String - Specifies an action for a newly unmanaged resource. Delete will attempt to delete the resource from Azure. Detach will leave the resource in it's current state.
DenySettingsResponse
- Mode string
- denySettings Mode that defines denied actions.
- Apply
To boolChild Scopes - DenySettings will be applied to child resource scopes of every managed resource with a deny assignment.
- Excluded
Actions List<string> - List of role-based management operations that are excluded from the denySettings. Up to 200 actions are permitted. If the denySetting mode is set to 'denyWriteAndDelete', then the following actions are automatically appended to 'excludedActions': '*/read' and 'Microsoft.Authorization/locks/delete'. If the denySetting mode is set to 'denyDelete', then the following actions are automatically appended to 'excludedActions': 'Microsoft.Authorization/locks/delete'. Duplicate actions will be removed.
- Excluded
Principals List<string> - List of AAD principal IDs excluded from the lock. Up to 5 principals are permitted.
- Mode string
- denySettings Mode that defines denied actions.
- Apply
To boolChild Scopes - DenySettings will be applied to child resource scopes of every managed resource with a deny assignment.
- Excluded
Actions []string - List of role-based management operations that are excluded from the denySettings. Up to 200 actions are permitted. If the denySetting mode is set to 'denyWriteAndDelete', then the following actions are automatically appended to 'excludedActions': '*/read' and 'Microsoft.Authorization/locks/delete'. If the denySetting mode is set to 'denyDelete', then the following actions are automatically appended to 'excludedActions': 'Microsoft.Authorization/locks/delete'. Duplicate actions will be removed.
- Excluded
Principals []string - List of AAD principal IDs excluded from the lock. Up to 5 principals are permitted.
- mode String
- denySettings Mode that defines denied actions.
- apply
To BooleanChild Scopes - DenySettings will be applied to child resource scopes of every managed resource with a deny assignment.
- excluded
Actions List<String> - List of role-based management operations that are excluded from the denySettings. Up to 200 actions are permitted. If the denySetting mode is set to 'denyWriteAndDelete', then the following actions are automatically appended to 'excludedActions': '*/read' and 'Microsoft.Authorization/locks/delete'. If the denySetting mode is set to 'denyDelete', then the following actions are automatically appended to 'excludedActions': 'Microsoft.Authorization/locks/delete'. Duplicate actions will be removed.
- excluded
Principals List<String> - List of AAD principal IDs excluded from the lock. Up to 5 principals are permitted.
- mode string
- denySettings Mode that defines denied actions.
- apply
To booleanChild Scopes - DenySettings will be applied to child resource scopes of every managed resource with a deny assignment.
- excluded
Actions string[] - List of role-based management operations that are excluded from the denySettings. Up to 200 actions are permitted. If the denySetting mode is set to 'denyWriteAndDelete', then the following actions are automatically appended to 'excludedActions': '*/read' and 'Microsoft.Authorization/locks/delete'. If the denySetting mode is set to 'denyDelete', then the following actions are automatically appended to 'excludedActions': 'Microsoft.Authorization/locks/delete'. Duplicate actions will be removed.
- excluded
Principals string[] - List of AAD principal IDs excluded from the lock. Up to 5 principals are permitted.
- mode str
- denySettings Mode that defines denied actions.
- apply_
to_ boolchild_ scopes - DenySettings will be applied to child resource scopes of every managed resource with a deny assignment.
- excluded_
actions Sequence[str] - List of role-based management operations that are excluded from the denySettings. Up to 200 actions are permitted. If the denySetting mode is set to 'denyWriteAndDelete', then the following actions are automatically appended to 'excludedActions': '*/read' and 'Microsoft.Authorization/locks/delete'. If the denySetting mode is set to 'denyDelete', then the following actions are automatically appended to 'excludedActions': 'Microsoft.Authorization/locks/delete'. Duplicate actions will be removed.
- excluded_
principals Sequence[str] - List of AAD principal IDs excluded from the lock. Up to 5 principals are permitted.
- mode String
- denySettings Mode that defines denied actions.
- apply
To BooleanChild Scopes - DenySettings will be applied to child resource scopes of every managed resource with a deny assignment.
- excluded
Actions List<String> - List of role-based management operations that are excluded from the denySettings. Up to 200 actions are permitted. If the denySetting mode is set to 'denyWriteAndDelete', then the following actions are automatically appended to 'excludedActions': '*/read' and 'Microsoft.Authorization/locks/delete'. If the denySetting mode is set to 'denyDelete', then the following actions are automatically appended to 'excludedActions': 'Microsoft.Authorization/locks/delete'. Duplicate actions will be removed.
- excluded
Principals List<String> - List of AAD principal IDs excluded from the lock. Up to 5 principals are permitted.
DeploymentParameterResponse
- Reference
Pulumi.
Azure Native. Resources. Inputs. Key Vault Parameter Reference Response - Azure Key Vault parameter reference.
- Type string
- Type of the value.
- Value object
- Input value to the parameter.
- Reference
Key
Vault Parameter Reference Response - Azure Key Vault parameter reference.
- Type string
- Type of the value.
- Value interface{}
- Input value to the parameter.
- reference
Key
Vault Parameter Reference Response - Azure Key Vault parameter reference.
- type String
- Type of the value.
- value Object
- Input value to the parameter.
- reference
Key
Vault Parameter Reference Response - Azure Key Vault parameter reference.
- type string
- Type of the value.
- value any
- Input value to the parameter.
- reference
Key
Vault Parameter Reference Response - Azure Key Vault parameter reference.
- type str
- Type of the value.
- value Any
- Input value to the parameter.
- reference Property Map
- Azure Key Vault parameter reference.
- type String
- Type of the value.
- value Any
- Input value to the parameter.
DeploymentStacksDebugSettingResponse
- Detail
Level string - Specifies the type of information to log for debugging. The permitted values are none, requestContent, responseContent, or both requestContent and responseContent separated by a comma. The default is none. When setting this value, carefully consider the type of information that is being passed in during deployment. By logging information about the request or response, sensitive data that is retrieved through the deployment operations could potentially be exposed.
- Detail
Level string - Specifies the type of information to log for debugging. The permitted values are none, requestContent, responseContent, or both requestContent and responseContent separated by a comma. The default is none. When setting this value, carefully consider the type of information that is being passed in during deployment. By logging information about the request or response, sensitive data that is retrieved through the deployment operations could potentially be exposed.
- detail
Level String - Specifies the type of information to log for debugging. The permitted values are none, requestContent, responseContent, or both requestContent and responseContent separated by a comma. The default is none. When setting this value, carefully consider the type of information that is being passed in during deployment. By logging information about the request or response, sensitive data that is retrieved through the deployment operations could potentially be exposed.
- detail
Level string - Specifies the type of information to log for debugging. The permitted values are none, requestContent, responseContent, or both requestContent and responseContent separated by a comma. The default is none. When setting this value, carefully consider the type of information that is being passed in during deployment. By logging information about the request or response, sensitive data that is retrieved through the deployment operations could potentially be exposed.
- detail_
level str - Specifies the type of information to log for debugging. The permitted values are none, requestContent, responseContent, or both requestContent and responseContent separated by a comma. The default is none. When setting this value, carefully consider the type of information that is being passed in during deployment. By logging information about the request or response, sensitive data that is retrieved through the deployment operations could potentially be exposed.
- detail
Level String - Specifies the type of information to log for debugging. The permitted values are none, requestContent, responseContent, or both requestContent and responseContent separated by a comma. The default is none. When setting this value, carefully consider the type of information that is being passed in during deployment. By logging information about the request or response, sensitive data that is retrieved through the deployment operations could potentially be exposed.
DeploymentStacksParametersLinkResponse
- Uri string
- The URI of the parameters file.
- Content
Version string - If included, must match the ContentVersion in the template.
- Uri string
- The URI of the parameters file.
- Content
Version string - If included, must match the ContentVersion in the template.
- uri String
- The URI of the parameters file.
- content
Version String - If included, must match the ContentVersion in the template.
- uri string
- The URI of the parameters file.
- content
Version string - If included, must match the ContentVersion in the template.
- uri str
- The URI of the parameters file.
- content_
version str - If included, must match the ContentVersion in the template.
- uri String
- The URI of the parameters file.
- content
Version String - If included, must match the ContentVersion in the template.
ErrorAdditionalInfoResponse
ErrorDetailResponse
- Additional
Info List<Pulumi.Azure Native. Resources. Inputs. Error Additional Info Response> - The error additional info.
- Code string
- The error code.
- Details
List<Pulumi.
Azure Native. Resources. Inputs. Error Detail Response> - The error details.
- Message string
- The error message.
- Target string
- The error target.
- Additional
Info []ErrorAdditional Info Response - The error additional info.
- Code string
- The error code.
- Details
[]Error
Detail Response - The error details.
- Message string
- The error message.
- Target string
- The error target.
- additional
Info List<ErrorAdditional Info Response> - The error additional info.
- code String
- The error code.
- details
List<Error
Detail Response> - The error details.
- message String
- The error message.
- target String
- The error target.
- additional
Info ErrorAdditional Info Response[] - The error additional info.
- code string
- The error code.
- details
Error
Detail Response[] - The error details.
- message string
- The error message.
- target string
- The error target.
- additional_
info Sequence[ErrorAdditional Info Response] - The error additional info.
- code str
- The error code.
- details
Sequence[Error
Detail Response] - The error details.
- message str
- The error message.
- target str
- The error target.
- additional
Info List<Property Map> - The error additional info.
- code String
- The error code.
- details List<Property Map>
- The error details.
- message String
- The error message.
- target String
- The error target.
KeyVaultParameterReferenceResponse
- Key
Vault Pulumi.Azure Native. Resources. Inputs. Key Vault Reference Response - Azure Key Vault reference.
- Secret
Name string - Azure Key Vault secret name.
- Secret
Version string - Azure Key Vault secret version.
- Key
Vault KeyVault Reference Response - Azure Key Vault reference.
- Secret
Name string - Azure Key Vault secret name.
- Secret
Version string - Azure Key Vault secret version.
- key
Vault KeyVault Reference Response - Azure Key Vault reference.
- secret
Name String - Azure Key Vault secret name.
- secret
Version String - Azure Key Vault secret version.
- key
Vault KeyVault Reference Response - Azure Key Vault reference.
- secret
Name string - Azure Key Vault secret name.
- secret
Version string - Azure Key Vault secret version.
- key_
vault KeyVault Reference Response - Azure Key Vault reference.
- secret_
name str - Azure Key Vault secret name.
- secret_
version str - Azure Key Vault secret version.
- key
Vault Property Map - Azure Key Vault reference.
- secret
Name String - Azure Key Vault secret name.
- secret
Version String - Azure Key Vault secret version.
KeyVaultReferenceResponse
- Id string
- Azure Key Vault resourceId.
- Id string
- Azure Key Vault resourceId.
- id String
- Azure Key Vault resourceId.
- id string
- Azure Key Vault resourceId.
- id str
- Azure Key Vault resourceId.
- id String
- Azure Key Vault resourceId.
ManagedResourceReferenceResponse
- Id string
- The resourceId of a resource managed by the deployment stack.
- Deny
Status string - denyAssignment settings applied to the resource.
- Status string
- Current management state of the resource in the deployment stack.
- Id string
- The resourceId of a resource managed by the deployment stack.
- Deny
Status string - denyAssignment settings applied to the resource.
- Status string
- Current management state of the resource in the deployment stack.
- id String
- The resourceId of a resource managed by the deployment stack.
- deny
Status String - denyAssignment settings applied to the resource.
- status String
- Current management state of the resource in the deployment stack.
- id string
- The resourceId of a resource managed by the deployment stack.
- deny
Status string - denyAssignment settings applied to the resource.
- status string
- Current management state of the resource in the deployment stack.
- id str
- The resourceId of a resource managed by the deployment stack.
- deny_
status str - denyAssignment settings applied to the resource.
- status str
- Current management state of the resource in the deployment stack.
- id String
- The resourceId of a resource managed by the deployment stack.
- deny
Status String - denyAssignment settings applied to the resource.
- status String
- Current management state of the resource in the deployment stack.
ResourceReferenceExtendedResponse
- Id string
- The resourceId of a resource managed by the deployment stack.
- Error
Pulumi.
Azure Native. Resources. Inputs. Error Detail Response - The error detail.
- Id string
- The resourceId of a resource managed by the deployment stack.
- Error
Error
Detail Response - The error detail.
- id String
- The resourceId of a resource managed by the deployment stack.
- error
Error
Detail Response - The error detail.
- id string
- The resourceId of a resource managed by the deployment stack.
- error
Error
Detail Response - The error detail.
- id str
- The resourceId of a resource managed by the deployment stack.
- error
Error
Detail Response - The error detail.
- id String
- The resourceId of a resource managed by the deployment stack.
- error Property Map
- The error detail.
ResourceReferenceResponse
- Id string
- The resourceId of a resource managed by the deployment stack.
- Id string
- The resourceId of a resource managed by the deployment stack.
- id String
- The resourceId of a resource managed by the deployment stack.
- id string
- The resourceId of a resource managed by the deployment stack.
- id str
- The resourceId of a resource managed by the deployment stack.
- id String
- The resourceId of a resource managed by the deployment stack.
SystemDataResponse
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - The type of identity that last modified the resource.
- created_
at str - The timestamp of resource creation (UTC).
- created_
by str - The identity that created the resource.
- created_
by_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0