1. Packages
  2. Azure Native
  3. API Docs
  4. resources
  5. getDeploymentStackAtManagementGroup
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.3.0 published on Monday, Apr 28, 2025 by Pulumi

azure-native.resources.getDeploymentStackAtManagementGroup

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.3.0 published on Monday, Apr 28, 2025 by Pulumi

    Gets a Deployment stack with a given name at Management Group 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 getDeploymentStackAtManagementGroup

    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 getDeploymentStackAtManagementGroup(args: GetDeploymentStackAtManagementGroupArgs, opts?: InvokeOptions): Promise<GetDeploymentStackAtManagementGroupResult>
    function getDeploymentStackAtManagementGroupOutput(args: GetDeploymentStackAtManagementGroupOutputArgs, opts?: InvokeOptions): Output<GetDeploymentStackAtManagementGroupResult>
    def get_deployment_stack_at_management_group(deployment_stack_name: Optional[str] = None,
                                                 management_group_id: Optional[str] = None,
                                                 opts: Optional[InvokeOptions] = None) -> GetDeploymentStackAtManagementGroupResult
    def get_deployment_stack_at_management_group_output(deployment_stack_name: Optional[pulumi.Input[str]] = None,
                                                 management_group_id: Optional[pulumi.Input[str]] = None,
                                                 opts: Optional[InvokeOptions] = None) -> Output[GetDeploymentStackAtManagementGroupResult]
    func LookupDeploymentStackAtManagementGroup(ctx *Context, args *LookupDeploymentStackAtManagementGroupArgs, opts ...InvokeOption) (*LookupDeploymentStackAtManagementGroupResult, error)
    func LookupDeploymentStackAtManagementGroupOutput(ctx *Context, args *LookupDeploymentStackAtManagementGroupOutputArgs, opts ...InvokeOption) LookupDeploymentStackAtManagementGroupResultOutput

    > Note: This function is named LookupDeploymentStackAtManagementGroup in the Go SDK.

    public static class GetDeploymentStackAtManagementGroup 
    {
        public static Task<GetDeploymentStackAtManagementGroupResult> InvokeAsync(GetDeploymentStackAtManagementGroupArgs args, InvokeOptions? opts = null)
        public static Output<GetDeploymentStackAtManagementGroupResult> Invoke(GetDeploymentStackAtManagementGroupInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDeploymentStackAtManagementGroupResult> getDeploymentStackAtManagementGroup(GetDeploymentStackAtManagementGroupArgs args, InvokeOptions options)
    public static Output<GetDeploymentStackAtManagementGroupResult> getDeploymentStackAtManagementGroup(GetDeploymentStackAtManagementGroupArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:resources:getDeploymentStackAtManagementGroup
      arguments:
        # arguments dictionary

    The following arguments are supported:

    DeploymentStackName string
    Name of the deployment stack.
    ManagementGroupId string
    Management Group id.
    DeploymentStackName string
    Name of the deployment stack.
    ManagementGroupId string
    Management Group id.
    deploymentStackName String
    Name of the deployment stack.
    managementGroupId String
    Management Group id.
    deploymentStackName string
    Name of the deployment stack.
    managementGroupId string
    Management Group id.
    deployment_stack_name str
    Name of the deployment stack.
    management_group_id str
    Management Group id.
    deploymentStackName String
    Name of the deployment stack.
    managementGroupId String
    Management Group id.

    getDeploymentStackAtManagementGroup Result

    The following output properties are available:

    ActionOnUnmanage Pulumi.AzureNative.Resources.Outputs.ActionOnUnmanageResponse
    Defines the behavior of resources that are no longer managed after the Deployment stack is updated or deleted.
    AzureApiVersion string
    The Azure API version of the resource.
    CorrelationId string
    The correlation id of the last Deployment stack upsert or delete operation. It is in GUID format and is used for tracing.
    DeletedResources List<Pulumi.AzureNative.Resources.Outputs.ResourceReferenceResponse>
    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.
    DenySettings Pulumi.AzureNative.Resources.Outputs.DenySettingsResponse
    Defines how resources deployed by the stack are locked.
    DeploymentId string
    The resourceId of the deployment resource created by the deployment stack.
    DetachedResources List<Pulumi.AzureNative.Resources.Outputs.ResourceReferenceResponse>
    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.
    FailedResources List<Pulumi.AzureNative.Resources.Outputs.ResourceReferenceExtendedResponse>
    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.
    ProvisioningState string
    State of the deployment stack.
    Resources List<Pulumi.AzureNative.Resources.Outputs.ManagedResourceReferenceResponse>
    An array of resources currently managed by the deployment stack.
    SystemData Pulumi.AzureNative.Resources.Outputs.SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    Type of this resource.
    DebugSetting Pulumi.AzureNative.Resources.Outputs.DeploymentStacksDebugSettingResponse
    The debug setting of the deployment.
    DeploymentScope 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.AzureNative.Resources.Outputs.ErrorDetailResponse
    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.AzureNative.Resources.Outputs.DeploymentParameterResponse>
    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.
    ParametersLink Pulumi.AzureNative.Resources.Outputs.DeploymentStacksParametersLinkResponse
    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.
    Tags Dictionary<string, string>
    Deployment stack resource tags.
    ActionOnUnmanage ActionOnUnmanageResponse
    Defines the behavior of resources that are no longer managed after the Deployment stack is updated or deleted.
    AzureApiVersion string
    The Azure API version of the resource.
    CorrelationId string
    The correlation id of the last Deployment stack upsert or delete operation. It is in GUID format and is used for tracing.
    DeletedResources []ResourceReferenceResponse
    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.
    DenySettings DenySettingsResponse
    Defines how resources deployed by the stack are locked.
    DeploymentId string
    The resourceId of the deployment resource created by the deployment stack.
    DetachedResources []ResourceReferenceResponse
    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.
    FailedResources []ResourceReferenceExtendedResponse
    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.
    ProvisioningState string
    State of the deployment stack.
    Resources []ManagedResourceReferenceResponse
    An array of resources currently managed by the deployment stack.
    SystemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    Type of this resource.
    DebugSetting DeploymentStacksDebugSettingResponse
    The debug setting of the deployment.
    DeploymentScope 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 ErrorDetailResponse
    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]DeploymentParameterResponse
    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.
    ParametersLink DeploymentStacksParametersLinkResponse
    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.
    Tags map[string]string
    Deployment stack resource tags.
    actionOnUnmanage ActionOnUnmanageResponse
    Defines the behavior of resources that are no longer managed after the Deployment stack is updated or deleted.
    azureApiVersion String
    The Azure API version of the resource.
    correlationId String
    The correlation id of the last Deployment stack upsert or delete operation. It is in GUID format and is used for tracing.
    deletedResources List<ResourceReferenceResponse>
    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.
    denySettings DenySettingsResponse
    Defines how resources deployed by the stack are locked.
    deploymentId String
    The resourceId of the deployment resource created by the deployment stack.
    detachedResources List<ResourceReferenceResponse>
    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.
    failedResources List<ResourceReferenceExtendedResponse>
    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.
    provisioningState String
    State of the deployment stack.
    resources List<ManagedResourceReferenceResponse>
    An array of resources currently managed by the deployment stack.
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    Type of this resource.
    debugSetting DeploymentStacksDebugSettingResponse
    The debug setting of the deployment.
    deploymentScope 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 ErrorDetailResponse
    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,DeploymentParameterResponse>
    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.
    parametersLink DeploymentStacksParametersLinkResponse
    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.
    tags Map<String,String>
    Deployment stack resource tags.
    actionOnUnmanage ActionOnUnmanageResponse
    Defines the behavior of resources that are no longer managed after the Deployment stack is updated or deleted.
    azureApiVersion string
    The Azure API version of the resource.
    correlationId string
    The correlation id of the last Deployment stack upsert or delete operation. It is in GUID format and is used for tracing.
    deletedResources ResourceReferenceResponse[]
    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.
    denySettings DenySettingsResponse
    Defines how resources deployed by the stack are locked.
    deploymentId string
    The resourceId of the deployment resource created by the deployment stack.
    detachedResources ResourceReferenceResponse[]
    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.
    failedResources ResourceReferenceExtendedResponse[]
    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.
    provisioningState string
    State of the deployment stack.
    resources ManagedResourceReferenceResponse[]
    An array of resources currently managed by the deployment stack.
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type string
    Type of this resource.
    debugSetting DeploymentStacksDebugSettingResponse
    The debug setting of the deployment.
    deploymentScope 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 ErrorDetailResponse
    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]: DeploymentParameterResponse}
    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.
    parametersLink DeploymentStacksParametersLinkResponse
    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.
    tags {[key: string]: string}
    Deployment stack resource tags.
    action_on_unmanage ActionOnUnmanageResponse
    Defines the behavior of resources that are no longer managed after the Deployment stack is updated or deleted.
    azure_api_version str
    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[ResourceReferenceResponse]
    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 DenySettingsResponse
    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[ResourceReferenceResponse]
    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[ResourceReferenceExtendedResponse]
    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[ManagedResourceReferenceResponse]
    An array of resources currently managed by the deployment stack.
    system_data SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type str
    Type of this resource.
    debug_setting DeploymentStacksDebugSettingResponse
    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 ErrorDetailResponse
    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, DeploymentParameterResponse]
    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 DeploymentStacksParametersLinkResponse
    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.
    tags Mapping[str, str]
    Deployment stack resource tags.
    actionOnUnmanage Property Map
    Defines the behavior of resources that are no longer managed after the Deployment stack is updated or deleted.
    azureApiVersion String
    The Azure API version of the resource.
    correlationId String
    The correlation id of the last Deployment stack upsert or delete operation. It is in GUID format and is used for tracing.
    deletedResources 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.
    denySettings Property Map
    Defines how resources deployed by the stack are locked.
    deploymentId String
    The resourceId of the deployment resource created by the deployment stack.
    detachedResources 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.
    failedResources 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.
    provisioningState String
    State of the deployment stack.
    resources List<Property Map>
    An array of resources currently managed by the deployment stack.
    systemData Property Map
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    Type of this resource.
    debugSetting Property Map
    The debug setting of the deployment.
    deploymentScope 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.
    parametersLink 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.
    tags 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.
    ManagementGroups 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.
    ResourceGroups 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.
    ManagementGroups 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.
    ResourceGroups 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.
    managementGroups 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.
    resourceGroups 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.
    managementGroups 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.
    resourceGroups 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.
    managementGroups 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.
    resourceGroups 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.
    ApplyToChildScopes bool
    DenySettings will be applied to child resource scopes of every managed resource with a deny assignment.
    ExcludedActions 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.
    ExcludedPrincipals 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.
    ApplyToChildScopes bool
    DenySettings will be applied to child resource scopes of every managed resource with a deny assignment.
    ExcludedActions []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.
    ExcludedPrincipals []string
    List of AAD principal IDs excluded from the lock. Up to 5 principals are permitted.
    mode String
    denySettings Mode that defines denied actions.
    applyToChildScopes Boolean
    DenySettings will be applied to child resource scopes of every managed resource with a deny assignment.
    excludedActions 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.
    excludedPrincipals 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.
    applyToChildScopes boolean
    DenySettings will be applied to child resource scopes of every managed resource with a deny assignment.
    excludedActions 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.
    excludedPrincipals 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_child_scopes bool
    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.
    applyToChildScopes Boolean
    DenySettings will be applied to child resource scopes of every managed resource with a deny assignment.
    excludedActions 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.
    excludedPrincipals List<String>
    List of AAD principal IDs excluded from the lock. Up to 5 principals are permitted.

    DeploymentParameterResponse

    Reference Pulumi.AzureNative.Resources.Inputs.KeyVaultParameterReferenceResponse
    Azure Key Vault parameter reference.
    Type string
    Type of the value.
    Value object
    Input value to the parameter.
    Reference KeyVaultParameterReferenceResponse
    Azure Key Vault parameter reference.
    Type string
    Type of the value.
    Value interface{}
    Input value to the parameter.
    reference KeyVaultParameterReferenceResponse
    Azure Key Vault parameter reference.
    type String
    Type of the value.
    value Object
    Input value to the parameter.
    reference KeyVaultParameterReferenceResponse
    Azure Key Vault parameter reference.
    type string
    Type of the value.
    value any
    Input value to the parameter.
    reference KeyVaultParameterReferenceResponse
    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

    DetailLevel 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.
    DetailLevel 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.
    detailLevel 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.
    detailLevel 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.
    detailLevel 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.
    ContentVersion string
    If included, must match the ContentVersion in the template.
    Uri string
    The URI of the parameters file.
    ContentVersion string
    If included, must match the ContentVersion in the template.
    uri String
    The URI of the parameters file.
    contentVersion String
    If included, must match the ContentVersion in the template.
    uri string
    The URI of the parameters file.
    contentVersion 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.
    contentVersion String
    If included, must match the ContentVersion in the template.

    ErrorAdditionalInfoResponse

    Info object
    The additional info.
    Type string
    The additional info type.
    Info interface{}
    The additional info.
    Type string
    The additional info type.
    info Object
    The additional info.
    type String
    The additional info type.
    info any
    The additional info.
    type string
    The additional info type.
    info Any
    The additional info.
    type str
    The additional info type.
    info Any
    The additional info.
    type String
    The additional info type.

    ErrorDetailResponse

    AdditionalInfo List<Pulumi.AzureNative.Resources.Inputs.ErrorAdditionalInfoResponse>
    The error additional info.
    Code string
    The error code.
    Details List<Pulumi.AzureNative.Resources.Inputs.ErrorDetailResponse>
    The error details.
    Message string
    The error message.
    Target string
    The error target.
    AdditionalInfo []ErrorAdditionalInfoResponse
    The error additional info.
    Code string
    The error code.
    Details []ErrorDetailResponse
    The error details.
    Message string
    The error message.
    Target string
    The error target.
    additionalInfo List<ErrorAdditionalInfoResponse>
    The error additional info.
    code String
    The error code.
    details List<ErrorDetailResponse>
    The error details.
    message String
    The error message.
    target String
    The error target.
    additionalInfo ErrorAdditionalInfoResponse[]
    The error additional info.
    code string
    The error code.
    details ErrorDetailResponse[]
    The error details.
    message string
    The error message.
    target string
    The error target.
    additional_info Sequence[ErrorAdditionalInfoResponse]
    The error additional info.
    code str
    The error code.
    details Sequence[ErrorDetailResponse]
    The error details.
    message str
    The error message.
    target str
    The error target.
    additionalInfo 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

    KeyVault Pulumi.AzureNative.Resources.Inputs.KeyVaultReferenceResponse
    Azure Key Vault reference.
    SecretName string
    Azure Key Vault secret name.
    SecretVersion string
    Azure Key Vault secret version.
    KeyVault KeyVaultReferenceResponse
    Azure Key Vault reference.
    SecretName string
    Azure Key Vault secret name.
    SecretVersion string
    Azure Key Vault secret version.
    keyVault KeyVaultReferenceResponse
    Azure Key Vault reference.
    secretName String
    Azure Key Vault secret name.
    secretVersion String
    Azure Key Vault secret version.
    keyVault KeyVaultReferenceResponse
    Azure Key Vault reference.
    secretName string
    Azure Key Vault secret name.
    secretVersion string
    Azure Key Vault secret version.
    key_vault KeyVaultReferenceResponse
    Azure Key Vault reference.
    secret_name str
    Azure Key Vault secret name.
    secret_version str
    Azure Key Vault secret version.
    keyVault Property Map
    Azure Key Vault reference.
    secretName String
    Azure Key Vault secret name.
    secretVersion 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.
    DenyStatus 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.
    DenyStatus 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.
    denyStatus 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.
    denyStatus 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.
    denyStatus 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.AzureNative.Resources.Inputs.ErrorDetailResponse
    The error detail.
    Id string
    The resourceId of a resource managed by the deployment stack.
    Error ErrorDetailResponse
    The error detail.
    id String
    The resourceId of a resource managed by the deployment stack.
    error ErrorDetailResponse
    The error detail.
    id string
    The resourceId of a resource managed by the deployment stack.
    error ErrorDetailResponse
    The error detail.
    id str
    The resourceId of a resource managed by the deployment stack.
    error ErrorDetailResponse
    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

    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.
    createdAt string
    The timestamp of resource creation (UTC).
    createdBy string
    The identity that created the resource.
    createdByType string
    The type of identity that created the resource.
    lastModifiedAt string
    The timestamp of resource last modification (UTC)
    lastModifiedBy string
    The identity that last modified the resource.
    lastModifiedByType string
    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_type str
    The type of identity that created the resource.
    last_modified_at str
    The timestamp of resource last modification (UTC)
    last_modified_by str
    The identity that last modified the resource.
    last_modified_by_type str
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
    Azure Native v3.3.0 published on Monday, Apr 28, 2025 by Pulumi