This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.authorization.listPolicySetDefinitionVersionAllBuiltins
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
This operation lists all the built-in policy set definition versions for all built-in policy set definitions. Azure REST API version: 2023-04-01.
Other available API versions: 2024-05-01, 2025-01-01.
Using listPolicySetDefinitionVersionAllBuiltins
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 listPolicySetDefinitionVersionAllBuiltins(args: ListPolicySetDefinitionVersionAllBuiltinsArgs, opts?: InvokeOptions): Promise<ListPolicySetDefinitionVersionAllBuiltinsResult>
function listPolicySetDefinitionVersionAllBuiltinsOutput(args: ListPolicySetDefinitionVersionAllBuiltinsOutputArgs, opts?: InvokeOptions): Output<ListPolicySetDefinitionVersionAllBuiltinsResult>def list_policy_set_definition_version_all_builtins(opts: Optional[InvokeOptions] = None) -> ListPolicySetDefinitionVersionAllBuiltinsResult
def list_policy_set_definition_version_all_builtins_output(opts: Optional[InvokeOptions] = None) -> Output[ListPolicySetDefinitionVersionAllBuiltinsResult]func ListPolicySetDefinitionVersionAllBuiltins(ctx *Context, args *ListPolicySetDefinitionVersionAllBuiltinsArgs, opts ...InvokeOption) (*ListPolicySetDefinitionVersionAllBuiltinsResult, error)
func ListPolicySetDefinitionVersionAllBuiltinsOutput(ctx *Context, args *ListPolicySetDefinitionVersionAllBuiltinsOutputArgs, opts ...InvokeOption) ListPolicySetDefinitionVersionAllBuiltinsResultOutput> Note: This function is named ListPolicySetDefinitionVersionAllBuiltins in the Go SDK.
public static class ListPolicySetDefinitionVersionAllBuiltins 
{
    public static Task<ListPolicySetDefinitionVersionAllBuiltinsResult> InvokeAsync(ListPolicySetDefinitionVersionAllBuiltinsArgs args, InvokeOptions? opts = null)
    public static Output<ListPolicySetDefinitionVersionAllBuiltinsResult> Invoke(ListPolicySetDefinitionVersionAllBuiltinsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<ListPolicySetDefinitionVersionAllBuiltinsResult> listPolicySetDefinitionVersionAllBuiltins(ListPolicySetDefinitionVersionAllBuiltinsArgs args, InvokeOptions options)
public static Output<ListPolicySetDefinitionVersionAllBuiltinsResult> listPolicySetDefinitionVersionAllBuiltins(ListPolicySetDefinitionVersionAllBuiltinsArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:authorization:listPolicySetDefinitionVersionAllBuiltins
  arguments:
    # arguments dictionaryThe following arguments are supported:
listPolicySetDefinitionVersionAllBuiltins Result
The following output properties are available:
- NextLink string
- The URL to use for getting the next set of results.
- Value
List<Pulumi.Azure Native. Authorization. Outputs. Policy Set Definition Version Response> 
- An array of policy set definition versions.
- NextLink string
- The URL to use for getting the next set of results.
- Value
[]PolicySet Definition Version Response 
- An array of policy set definition versions.
- nextLink String
- The URL to use for getting the next set of results.
- value
List<PolicySet Definition Version Response> 
- An array of policy set definition versions.
- nextLink string
- The URL to use for getting the next set of results.
- value
PolicySet Definition Version Response[] 
- An array of policy set definition versions.
- next_link str
- The URL to use for getting the next set of results.
- value
Sequence[PolicySet Definition Version Response] 
- An array of policy set definition versions.
- nextLink String
- The URL to use for getting the next set of results.
- value List<Property Map>
- An array of policy set definition 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.Azure Native. Authorization. Inputs. Parameter Definitions Value Response Metadata 
- 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
ParameterDefinitions Value Response Metadata 
- 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
ParameterDefinitions Value Response Metadata 
- 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
ParameterDefinitions Value Response Metadata 
- 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
ParameterDefinitions Value Response Metadata 
- 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.
ParameterValuesValueResponse   
- Value object
- The value of the parameter.
- Value interface{}
- The value of the parameter.
- value Object
- The value of the parameter.
- value any
- The value of the parameter.
- value Any
- The value of the parameter.
- value Any
- The value of the parameter.
PolicyDefinitionGroupResponse   
- Name string
- The name of the group.
- AdditionalMetadata stringId 
- A resource ID of a resource that contains additional metadata about the group.
- Category string
- The group's category.
- Description string
- The group's description.
- DisplayName string
- The group's display name.
- Name string
- The name of the group.
- AdditionalMetadata stringId 
- A resource ID of a resource that contains additional metadata about the group.
- Category string
- The group's category.
- Description string
- The group's description.
- DisplayName string
- The group's display name.
- name String
- The name of the group.
- additionalMetadata StringId 
- A resource ID of a resource that contains additional metadata about the group.
- category String
- The group's category.
- description String
- The group's description.
- displayName String
- The group's display name.
- name string
- The name of the group.
- additionalMetadata stringId 
- A resource ID of a resource that contains additional metadata about the group.
- category string
- The group's category.
- description string
- The group's description.
- displayName string
- The group's display name.
- name str
- The name of the group.
- additional_metadata_ strid 
- A resource ID of a resource that contains additional metadata about the group.
- category str
- The group's category.
- description str
- The group's description.
- display_name str
- The group's display name.
- name String
- The name of the group.
- additionalMetadata StringId 
- A resource ID of a resource that contains additional metadata about the group.
- category String
- The group's category.
- description String
- The group's description.
- displayName String
- The group's display name.
PolicyDefinitionReferenceResponse   
- EffectiveDefinition stringVersion 
- The effective version of the policy definition in use. This is only present if requested via the $expand query parameter.
- LatestDefinition stringVersion 
- The latest version of the policy definition available. This is only present if requested via the $expand query parameter.
- PolicyDefinition stringId 
- The ID of the policy definition or policy set definition.
- DefinitionVersion string
- The version of the policy definition to use.
- GroupNames List<string>
- The name of the groups that this policy definition reference belongs to.
- Parameters
Dictionary<string, Pulumi.Azure Native. Authorization. Inputs. Parameter Values Value Response> 
- The parameter values for the referenced policy rule. The keys are the parameter names.
- PolicyDefinition stringReference Id 
- A unique id (within the policy set definition) for this policy definition reference.
- EffectiveDefinition stringVersion 
- The effective version of the policy definition in use. This is only present if requested via the $expand query parameter.
- LatestDefinition stringVersion 
- The latest version of the policy definition available. This is only present if requested via the $expand query parameter.
- PolicyDefinition stringId 
- The ID of the policy definition or policy set definition.
- DefinitionVersion string
- The version of the policy definition to use.
- GroupNames []string
- The name of the groups that this policy definition reference belongs to.
- Parameters
map[string]ParameterValues Value Response 
- The parameter values for the referenced policy rule. The keys are the parameter names.
- PolicyDefinition stringReference Id 
- A unique id (within the policy set definition) for this policy definition reference.
- effectiveDefinition StringVersion 
- The effective version of the policy definition in use. This is only present if requested via the $expand query parameter.
- latestDefinition StringVersion 
- The latest version of the policy definition available. This is only present if requested via the $expand query parameter.
- policyDefinition StringId 
- The ID of the policy definition or policy set definition.
- definitionVersion String
- The version of the policy definition to use.
- groupNames List<String>
- The name of the groups that this policy definition reference belongs to.
- parameters
Map<String,ParameterValues Value Response> 
- The parameter values for the referenced policy rule. The keys are the parameter names.
- policyDefinition StringReference Id 
- A unique id (within the policy set definition) for this policy definition reference.
- effectiveDefinition stringVersion 
- The effective version of the policy definition in use. This is only present if requested via the $expand query parameter.
- latestDefinition stringVersion 
- The latest version of the policy definition available. This is only present if requested via the $expand query parameter.
- policyDefinition stringId 
- The ID of the policy definition or policy set definition.
- definitionVersion string
- The version of the policy definition to use.
- groupNames string[]
- The name of the groups that this policy definition reference belongs to.
- parameters
{[key: string]: ParameterValues Value Response} 
- The parameter values for the referenced policy rule. The keys are the parameter names.
- policyDefinition stringReference Id 
- A unique id (within the policy set definition) for this policy definition reference.
- effective_definition_ strversion 
- The effective version of the policy definition in use. This is only present if requested via the $expand query parameter.
- latest_definition_ strversion 
- The latest version of the policy definition available. This is only present if requested via the $expand query parameter.
- policy_definition_ strid 
- The ID of the policy definition or policy set definition.
- definition_version str
- The version of the policy definition to use.
- group_names Sequence[str]
- The name of the groups that this policy definition reference belongs to.
- parameters
Mapping[str, ParameterValues Value Response] 
- The parameter values for the referenced policy rule. The keys are the parameter names.
- policy_definition_ strreference_ id 
- A unique id (within the policy set definition) for this policy definition reference.
- effectiveDefinition StringVersion 
- The effective version of the policy definition in use. This is only present if requested via the $expand query parameter.
- latestDefinition StringVersion 
- The latest version of the policy definition available. This is only present if requested via the $expand query parameter.
- policyDefinition StringId 
- The ID of the policy definition or policy set definition.
- definitionVersion String
- The version of the policy definition to use.
- groupNames List<String>
- The name of the groups that this policy definition reference belongs to.
- parameters Map<Property Map>
- The parameter values for the referenced policy rule. The keys are the parameter names.
- policyDefinition StringReference Id 
- A unique id (within the policy set definition) for this policy definition reference.
PolicySetDefinitionVersionResponse    
- Id string
- The ID of the policy set definition version.
- Name string
- The name of the policy set definition version.
- PolicyDefinitions List<Pulumi.Azure Native. Authorization. Inputs. Policy Definition Reference Response> 
- An array of policy definition references.
- SystemData Pulumi.Azure Native. Authorization. Inputs. System Data Response 
- The system metadata relating to this resource.
- Type string
- The type of the resource (Microsoft.Authorization/policySetDefinitions/versions).
- Description string
- The policy set definition description.
- DisplayName string
- The display name of the policy set definition.
- Metadata object
- The policy set definition metadata. Metadata is an open ended object and is typically a collection of key value pairs.
- Parameters
Dictionary<string, Pulumi.Azure Native. Authorization. Inputs. Parameter Definitions Value Response> 
- The policy set definition parameters that can be used in policy definition references.
- PolicyDefinition List<Pulumi.Groups Azure Native. Authorization. Inputs. Policy Definition Group Response> 
- The metadata describing groups of policy definition references within the policy set definition.
- PolicyType string
- The type of policy definition. Possible values are NotSpecified, BuiltIn, Custom, and Static.
- Version string
- The policy set definition version in #.#.# format.
- Id string
- The ID of the policy set definition version.
- Name string
- The name of the policy set definition version.
- PolicyDefinitions []PolicyDefinition Reference Response 
- An array of policy definition references.
- SystemData SystemData Response 
- The system metadata relating to this resource.
- Type string
- The type of the resource (Microsoft.Authorization/policySetDefinitions/versions).
- Description string
- The policy set definition description.
- DisplayName string
- The display name of the policy set definition.
- Metadata interface{}
- The policy set definition metadata. Metadata is an open ended object and is typically a collection of key value pairs.
- Parameters
map[string]ParameterDefinitions Value Response 
- The policy set definition parameters that can be used in policy definition references.
- PolicyDefinition []PolicyGroups Definition Group Response 
- The metadata describing groups of policy definition references within the policy set definition.
- PolicyType string
- The type of policy definition. Possible values are NotSpecified, BuiltIn, Custom, and Static.
- Version string
- The policy set definition version in #.#.# format.
- id String
- The ID of the policy set definition version.
- name String
- The name of the policy set definition version.
- policyDefinitions List<PolicyDefinition Reference Response> 
- An array of policy definition references.
- systemData SystemData Response 
- The system metadata relating to this resource.
- type String
- The type of the resource (Microsoft.Authorization/policySetDefinitions/versions).
- description String
- The policy set definition description.
- displayName String
- The display name of the policy set definition.
- metadata Object
- The policy set definition metadata. Metadata is an open ended object and is typically a collection of key value pairs.
- parameters
Map<String,ParameterDefinitions Value Response> 
- The policy set definition parameters that can be used in policy definition references.
- policyDefinition List<PolicyGroups Definition Group Response> 
- The metadata describing groups of policy definition references within the policy set definition.
- policyType String
- The type of policy definition. Possible values are NotSpecified, BuiltIn, Custom, and Static.
- version String
- The policy set definition version in #.#.# format.
- id string
- The ID of the policy set definition version.
- name string
- The name of the policy set definition version.
- policyDefinitions PolicyDefinition Reference Response[] 
- An array of policy definition references.
- systemData SystemData Response 
- The system metadata relating to this resource.
- type string
- The type of the resource (Microsoft.Authorization/policySetDefinitions/versions).
- description string
- The policy set definition description.
- displayName string
- The display name of the policy set definition.
- metadata any
- The policy set definition metadata. Metadata is an open ended object and is typically a collection of key value pairs.
- parameters
{[key: string]: ParameterDefinitions Value Response} 
- The policy set definition parameters that can be used in policy definition references.
- policyDefinition PolicyGroups Definition Group Response[] 
- The metadata describing groups of policy definition references within the policy set definition.
- policyType string
- The type of policy definition. Possible values are NotSpecified, BuiltIn, Custom, and Static.
- version string
- The policy set definition version in #.#.# format.
- id str
- The ID of the policy set definition version.
- name str
- The name of the policy set definition version.
- policy_definitions Sequence[PolicyDefinition Reference Response] 
- An array of policy definition references.
- system_data SystemData Response 
- The system metadata relating to this resource.
- type str
- The type of the resource (Microsoft.Authorization/policySetDefinitions/versions).
- description str
- The policy set definition description.
- display_name str
- The display name of the policy set definition.
- metadata Any
- The policy set definition metadata. Metadata is an open ended object and is typically a collection of key value pairs.
- parameters
Mapping[str, ParameterDefinitions Value Response] 
- The policy set definition parameters that can be used in policy definition references.
- policy_definition_ Sequence[Policygroups Definition Group Response] 
- The metadata describing groups of policy definition references within the policy set definition.
- policy_type str
- The type of policy definition. Possible values are NotSpecified, BuiltIn, Custom, and Static.
- version str
- The policy set definition version in #.#.# format.
- id String
- The ID of the policy set definition version.
- name String
- The name of the policy set definition version.
- policyDefinitions List<Property Map>
- An array of policy definition references.
- systemData Property Map
- The system metadata relating to this resource.
- type String
- The type of the resource (Microsoft.Authorization/policySetDefinitions/versions).
- description String
- The policy set definition description.
- displayName String
- The display name of the policy set definition.
- metadata Any
- The policy set definition metadata. Metadata is an open ended object and is typically a collection of key value pairs.
- parameters Map<Property Map>
- The policy set definition parameters that can be used in policy definition references.
- policyDefinition List<Property Map>Groups 
- The metadata describing groups of policy definition references within the policy set definition.
- policyType String
- The type of policy definition. Possible values are NotSpecified, BuiltIn, Custom, and Static.
- version String
- The policy set definition version in #.#.# format.
SystemDataResponse  
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- 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.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- 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.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- 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.
- createdBy stringType 
- The type of identity that created the resource.
- lastModified stringAt 
- The timestamp of resource last modification (UTC)
- lastModified stringBy 
- The identity that last modified the resource.
- lastModified 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.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi