1. Packages
  2. Azure Native v2
  3. API Docs
  4. authorization
  5. listPolicyDefinitionVersionAllAtManagementGroup
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native-v2.authorization.listPolicyDefinitionVersionAllAtManagementGroup

Explore with Pulumi AI

These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

This operation lists all the policy definition versions for all policy definitions at the management group scope. Azure REST API version: 2023-04-01.

Other available API versions: 2024-05-01, 2025-01-01.

Using listPolicyDefinitionVersionAllAtManagementGroup

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 listPolicyDefinitionVersionAllAtManagementGroup(args: ListPolicyDefinitionVersionAllAtManagementGroupArgs, opts?: InvokeOptions): Promise<ListPolicyDefinitionVersionAllAtManagementGroupResult>
function listPolicyDefinitionVersionAllAtManagementGroupOutput(args: ListPolicyDefinitionVersionAllAtManagementGroupOutputArgs, opts?: InvokeOptions): Output<ListPolicyDefinitionVersionAllAtManagementGroupResult>
Copy
def list_policy_definition_version_all_at_management_group(management_group_name: Optional[str] = None,
                                                           opts: Optional[InvokeOptions] = None) -> ListPolicyDefinitionVersionAllAtManagementGroupResult
def list_policy_definition_version_all_at_management_group_output(management_group_name: Optional[pulumi.Input[str]] = None,
                                                           opts: Optional[InvokeOptions] = None) -> Output[ListPolicyDefinitionVersionAllAtManagementGroupResult]
Copy
func ListPolicyDefinitionVersionAllAtManagementGroup(ctx *Context, args *ListPolicyDefinitionVersionAllAtManagementGroupArgs, opts ...InvokeOption) (*ListPolicyDefinitionVersionAllAtManagementGroupResult, error)
func ListPolicyDefinitionVersionAllAtManagementGroupOutput(ctx *Context, args *ListPolicyDefinitionVersionAllAtManagementGroupOutputArgs, opts ...InvokeOption) ListPolicyDefinitionVersionAllAtManagementGroupResultOutput
Copy

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

public static class ListPolicyDefinitionVersionAllAtManagementGroup 
{
    public static Task<ListPolicyDefinitionVersionAllAtManagementGroupResult> InvokeAsync(ListPolicyDefinitionVersionAllAtManagementGroupArgs args, InvokeOptions? opts = null)
    public static Output<ListPolicyDefinitionVersionAllAtManagementGroupResult> Invoke(ListPolicyDefinitionVersionAllAtManagementGroupInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<ListPolicyDefinitionVersionAllAtManagementGroupResult> listPolicyDefinitionVersionAllAtManagementGroup(ListPolicyDefinitionVersionAllAtManagementGroupArgs args, InvokeOptions options)
public static Output<ListPolicyDefinitionVersionAllAtManagementGroupResult> listPolicyDefinitionVersionAllAtManagementGroup(ListPolicyDefinitionVersionAllAtManagementGroupArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:authorization:listPolicyDefinitionVersionAllAtManagementGroup
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ManagementGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the management group. The name is case insensitive.
ManagementGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the management group. The name is case insensitive.
managementGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the management group. The name is case insensitive.
managementGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the management group. The name is case insensitive.
management_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the management group. The name is case insensitive.
managementGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the management group. The name is case insensitive.

listPolicyDefinitionVersionAllAtManagementGroup Result

The following output properties are available:

NextLink string
The URL to use for getting the next set of results.
Value List<Pulumi.AzureNative.Authorization.Outputs.PolicyDefinitionVersionResponse>
An array of policy definitions versions.
NextLink string
The URL to use for getting the next set of results.
Value []PolicyDefinitionVersionResponse
An array of policy definitions versions.
nextLink String
The URL to use for getting the next set of results.
value List<PolicyDefinitionVersionResponse>
An array of policy definitions versions.
nextLink string
The URL to use for getting the next set of results.
value PolicyDefinitionVersionResponse[]
An array of policy definitions versions.
next_link str
The URL to use for getting the next set of results.
value Sequence[PolicyDefinitionVersionResponse]
An array of policy definitions versions.
nextLink String
The URL to use for getting the next set of results.
value List<Property Map>
An array of policy definitions versions.

Supporting Types

ParameterDefinitionsValueResponse

AllowedValues List<object>
The allowed values for the parameter.
DefaultValue object
The default value for the parameter if no value is provided.
Metadata Pulumi.AzureNative.Authorization.Inputs.ParameterDefinitionsValueResponseMetadata
General metadata for the parameter.
Schema object
Provides validation of parameter inputs during assignment using a self-defined JSON schema. This property is only supported for object-type parameters and follows the Json.NET Schema 2019-09 implementation. You can learn more about using schemas at https://json-schema.org/ and test draft schemas at https://www.jsonschemavalidator.net/.
Type string
The data type of the parameter.
AllowedValues []interface{}
The allowed values for the parameter.
DefaultValue interface{}
The default value for the parameter if no value is provided.
Metadata ParameterDefinitionsValueResponseMetadata
General metadata for the parameter.
Schema interface{}
Provides validation of parameter inputs during assignment using a self-defined JSON schema. This property is only supported for object-type parameters and follows the Json.NET Schema 2019-09 implementation. You can learn more about using schemas at https://json-schema.org/ and test draft schemas at https://www.jsonschemavalidator.net/.
Type string
The data type of the parameter.
allowedValues List<Object>
The allowed values for the parameter.
defaultValue Object
The default value for the parameter if no value is provided.
metadata ParameterDefinitionsValueResponseMetadata
General metadata for the parameter.
schema Object
Provides validation of parameter inputs during assignment using a self-defined JSON schema. This property is only supported for object-type parameters and follows the Json.NET Schema 2019-09 implementation. You can learn more about using schemas at https://json-schema.org/ and test draft schemas at https://www.jsonschemavalidator.net/.
type String
The data type of the parameter.
allowedValues any[]
The allowed values for the parameter.
defaultValue any
The default value for the parameter if no value is provided.
metadata ParameterDefinitionsValueResponseMetadata
General metadata for the parameter.
schema any
Provides validation of parameter inputs during assignment using a self-defined JSON schema. This property is only supported for object-type parameters and follows the Json.NET Schema 2019-09 implementation. You can learn more about using schemas at https://json-schema.org/ and test draft schemas at https://www.jsonschemavalidator.net/.
type string
The data type of the parameter.
allowed_values Sequence[Any]
The allowed values for the parameter.
default_value Any
The default value for the parameter if no value is provided.
metadata ParameterDefinitionsValueResponseMetadata
General metadata for the parameter.
schema Any
Provides validation of parameter inputs during assignment using a self-defined JSON schema. This property is only supported for object-type parameters and follows the Json.NET Schema 2019-09 implementation. You can learn more about using schemas at https://json-schema.org/ and test draft schemas at https://www.jsonschemavalidator.net/.
type str
The data type of the parameter.
allowedValues List<Any>
The allowed values for the parameter.
defaultValue Any
The default value for the parameter if no value is provided.
metadata Property Map
General metadata for the parameter.
schema Any
Provides validation of parameter inputs during assignment using a self-defined JSON schema. This property is only supported for object-type parameters and follows the Json.NET Schema 2019-09 implementation. You can learn more about using schemas at https://json-schema.org/ and test draft schemas at https://www.jsonschemavalidator.net/.
type String
The data type of the parameter.

ParameterDefinitionsValueResponseMetadata

AssignPermissions bool
Set to true to have Azure portal create role assignments on the resource ID or resource scope value of this parameter during policy assignment. This property is useful in case you wish to assign permissions outside the assignment scope.
Description string
The description of the parameter.
DisplayName string
The display name for the parameter.
StrongType string
Used when assigning the policy definition through the portal. Provides a context aware list of values for the user to choose from.
AssignPermissions bool
Set to true to have Azure portal create role assignments on the resource ID or resource scope value of this parameter during policy assignment. This property is useful in case you wish to assign permissions outside the assignment scope.
Description string
The description of the parameter.
DisplayName string
The display name for the parameter.
StrongType string
Used when assigning the policy definition through the portal. Provides a context aware list of values for the user to choose from.
assignPermissions Boolean
Set to true to have Azure portal create role assignments on the resource ID or resource scope value of this parameter during policy assignment. This property is useful in case you wish to assign permissions outside the assignment scope.
description String
The description of the parameter.
displayName String
The display name for the parameter.
strongType String
Used when assigning the policy definition through the portal. Provides a context aware list of values for the user to choose from.
assignPermissions boolean
Set to true to have Azure portal create role assignments on the resource ID or resource scope value of this parameter during policy assignment. This property is useful in case you wish to assign permissions outside the assignment scope.
description string
The description of the parameter.
displayName string
The display name for the parameter.
strongType string
Used when assigning the policy definition through the portal. Provides a context aware list of values for the user to choose from.
assign_permissions bool
Set to true to have Azure portal create role assignments on the resource ID or resource scope value of this parameter during policy assignment. This property is useful in case you wish to assign permissions outside the assignment scope.
description str
The description of the parameter.
display_name str
The display name for the parameter.
strong_type str
Used when assigning the policy definition through the portal. Provides a context aware list of values for the user to choose from.
assignPermissions Boolean
Set to true to have Azure portal create role assignments on the resource ID or resource scope value of this parameter during policy assignment. This property is useful in case you wish to assign permissions outside the assignment scope.
description String
The description of the parameter.
displayName String
The display name for the parameter.
strongType String
Used when assigning the policy definition through the portal. Provides a context aware list of values for the user to choose from.

PolicyDefinitionVersionResponse

Id This property is required. string
The ID of the policy definition version.
Name This property is required. string
The name of the policy definition version.
SystemData This property is required. Pulumi.AzureNative.Authorization.Inputs.SystemDataResponse
The system metadata relating to this resource.
Type This property is required. string
The type of the resource (Microsoft.Authorization/policyDefinitions/versions).
Description string
The policy definition description.
DisplayName string
The display name of the policy definition.
Metadata object
The policy definition metadata. Metadata is an open ended object and is typically a collection of key value pairs.
Mode string
The policy definition mode. Some examples are All, Indexed, Microsoft.KeyVault.Data.
Parameters Dictionary<string, Pulumi.AzureNative.Authorization.Inputs.ParameterDefinitionsValueResponse>
The parameter definitions for parameters used in the policy rule. The keys are the parameter names.
PolicyRule object
The policy rule.
PolicyType string
The type of policy definition. Possible values are NotSpecified, BuiltIn, Custom, and Static.
Version string
The policy definition version in #.#.# format.
Id This property is required. string
The ID of the policy definition version.
Name This property is required. string
The name of the policy definition version.
SystemData This property is required. SystemDataResponse
The system metadata relating to this resource.
Type This property is required. string
The type of the resource (Microsoft.Authorization/policyDefinitions/versions).
Description string
The policy definition description.
DisplayName string
The display name of the policy definition.
Metadata interface{}
The policy definition metadata. Metadata is an open ended object and is typically a collection of key value pairs.
Mode string
The policy definition mode. Some examples are All, Indexed, Microsoft.KeyVault.Data.
Parameters map[string]ParameterDefinitionsValueResponse
The parameter definitions for parameters used in the policy rule. The keys are the parameter names.
PolicyRule interface{}
The policy rule.
PolicyType string
The type of policy definition. Possible values are NotSpecified, BuiltIn, Custom, and Static.
Version string
The policy definition version in #.#.# format.
id This property is required. String
The ID of the policy definition version.
name This property is required. String
The name of the policy definition version.
systemData This property is required. SystemDataResponse
The system metadata relating to this resource.
type This property is required. String
The type of the resource (Microsoft.Authorization/policyDefinitions/versions).
description String
The policy definition description.
displayName String
The display name of the policy definition.
metadata Object
The policy definition metadata. Metadata is an open ended object and is typically a collection of key value pairs.
mode String
The policy definition mode. Some examples are All, Indexed, Microsoft.KeyVault.Data.
parameters Map<String,ParameterDefinitionsValueResponse>
The parameter definitions for parameters used in the policy rule. The keys are the parameter names.
policyRule Object
The policy rule.
policyType String
The type of policy definition. Possible values are NotSpecified, BuiltIn, Custom, and Static.
version String
The policy definition version in #.#.# format.
id This property is required. string
The ID of the policy definition version.
name This property is required. string
The name of the policy definition version.
systemData This property is required. SystemDataResponse
The system metadata relating to this resource.
type This property is required. string
The type of the resource (Microsoft.Authorization/policyDefinitions/versions).
description string
The policy definition description.
displayName string
The display name of the policy definition.
metadata any
The policy definition metadata. Metadata is an open ended object and is typically a collection of key value pairs.
mode string
The policy definition mode. Some examples are All, Indexed, Microsoft.KeyVault.Data.
parameters {[key: string]: ParameterDefinitionsValueResponse}
The parameter definitions for parameters used in the policy rule. The keys are the parameter names.
policyRule any
The policy rule.
policyType string
The type of policy definition. Possible values are NotSpecified, BuiltIn, Custom, and Static.
version string
The policy definition version in #.#.# format.
id This property is required. str
The ID of the policy definition version.
name This property is required. str
The name of the policy definition version.
system_data This property is required. SystemDataResponse
The system metadata relating to this resource.
type This property is required. str
The type of the resource (Microsoft.Authorization/policyDefinitions/versions).
description str
The policy definition description.
display_name str
The display name of the policy definition.
metadata Any
The policy definition metadata. Metadata is an open ended object and is typically a collection of key value pairs.
mode str
The policy definition mode. Some examples are All, Indexed, Microsoft.KeyVault.Data.
parameters Mapping[str, ParameterDefinitionsValueResponse]
The parameter definitions for parameters used in the policy rule. The keys are the parameter names.
policy_rule Any
The policy rule.
policy_type str
The type of policy definition. Possible values are NotSpecified, BuiltIn, Custom, and Static.
version str
The policy definition version in #.#.# format.
id This property is required. String
The ID of the policy definition version.
name This property is required. String
The name of the policy definition version.
systemData This property is required. Property Map
The system metadata relating to this resource.
type This property is required. String
The type of the resource (Microsoft.Authorization/policyDefinitions/versions).
description String
The policy definition description.
displayName String
The display name of the policy definition.
metadata Any
The policy definition metadata. Metadata is an open ended object and is typically a collection of key value pairs.
mode String
The policy definition mode. Some examples are All, Indexed, Microsoft.KeyVault.Data.
parameters Map<Property Map>
The parameter definitions for parameters used in the policy rule. The keys are the parameter names.
policyRule Any
The policy rule.
policyType String
The type of policy definition. Possible values are NotSpecified, BuiltIn, Custom, and Static.
version String
The policy definition version in #.#.# format.

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-v2 pulumi/pulumi-azure-native
License
Apache-2.0
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi