Microsoft.Authorization policyAssignments 2019-09-01
Article 12/09/2024
1 contributor
Feedback
In this article
Bicep resource definition
The policyAssignments resource type can be deployed with operations that target:
For a list of changed properties in each API version, see change log .
To create a Microsoft.Authorization/policyAssignments resource, add the following Bicep to your template.
resource symbolicname 'Microsoft.Authorization/policyAssignments@2019-09-01' = {
scope: resourceSymbolicName or scope
identity: {
type: 'string'
}
location: 'string'
name: 'string'
properties: {
description: 'string'
displayName: 'string'
enforcementMode: 'string'
metadata: any(Azure.Bicep.Types.Concrete.AnyType)
notScopes: [
'string'
]
parameters: {
{customized property}: {
value: any(Azure.Bicep.Types.Concrete.AnyType)
}
}
policyDefinitionId: 'string'
scope: 'string'
}
sku: {
name: 'string'
tier: 'string'
}
}
Property values
Identity
Name
Description
Value
type
The identity type. This is the only required field when adding a system assigned identity to a resource.
'None' 'SystemAssigned'
Microsoft.Authorization/policyAssignments
Name
Description
Value
identity
The managed identity associated with the policy assignment.
Identity
location
The location of the policy assignment. Only required when utilizing managed identity.
string
name
The resource name
string (required)
properties
Properties for the policy assignment.
PolicyAssignmentProperties
scope
Use when creating a resource at a scope that is different than the deployment scope.
Set this property to the symbolic name of a resource to apply the extension resource .
sku
The policy sku. This property is optional, obsolete, and will be ignored.
PolicySku
ParameterValues
ParameterValuesValue
Name
Description
Value
value
The value of the parameter.
any
PolicyAssignmentProperties
Name
Description
Value
description
This message will be part of response in case of policy violation.
string
displayName
The display name of the policy assignment.
string
enforcementMode
The policy assignment enforcement mode. Possible values are Default and DoNotEnforce.
'Default' 'DoNotEnforce'
metadata
The policy assignment metadata. Metadata is an open ended object and is typically a collection of key value pairs.
any
notScopes
The policy's excluded scopes.
string[]
parameters
The parameter values for the assigned policy rule. The keys are the parameter names.
ParameterValues
policyDefinitionId
The ID of the policy definition or policy set definition being assigned.
string
scope
The scope for the policy assignment.
string
PolicySku
Name
Description
Value
name
The name of the policy sku. Possible values are A0 and A1.
string (required)
tier
The policy sku tier. Possible values are Free and Standard.
string
Quickstart samples
The following quickstart samples deploy this resource type.
ARM template resource definition
The policyAssignments resource type can be deployed with operations that target:
For a list of changed properties in each API version, see change log .
To create a Microsoft.Authorization/policyAssignments resource, add the following JSON to your template.
{
"type": "Microsoft.Authorization/policyAssignments",
"apiVersion": "2019-09-01",
"name": "string",
"identity": {
"type": "string"
},
"location": "string",
"properties": {
"description": "string",
"displayName": "string",
"enforcementMode": "string",
"metadata": {},
"notScopes": [ "string" ],
"parameters": {
"{customized property}": {
"value": {}
}
},
"policyDefinitionId": "string",
"scope": "string"
},
"sku": {
"name": "string",
"tier": "string"
}
}
Property values
Identity
Name
Description
Value
type
The identity type. This is the only required field when adding a system assigned identity to a resource.
'None' 'SystemAssigned'
Microsoft.Authorization/policyAssignments
Name
Description
Value
apiVersion
The api version
'2019-09-01'
identity
The managed identity associated with the policy assignment.
Identity
location
The location of the policy assignment. Only required when utilizing managed identity.
string
name
The resource name
string (required)
properties
Properties for the policy assignment.
PolicyAssignmentProperties
sku
The policy sku. This property is optional, obsolete, and will be ignored.
PolicySku
type
The resource type
'Microsoft.Authorization/policyAssignments'
ParameterValues
ParameterValuesValue
Name
Description
Value
value
The value of the parameter.
any
PolicyAssignmentProperties
Name
Description
Value
description
This message will be part of response in case of policy violation.
string
displayName
The display name of the policy assignment.
string
enforcementMode
The policy assignment enforcement mode. Possible values are Default and DoNotEnforce.
'Default' 'DoNotEnforce'
metadata
The policy assignment metadata. Metadata is an open ended object and is typically a collection of key value pairs.
any
notScopes
The policy's excluded scopes.
string[]
parameters
The parameter values for the assigned policy rule. The keys are the parameter names.
ParameterValues
policyDefinitionId
The ID of the policy definition or policy set definition being assigned.
string
scope
The scope for the policy assignment.
string
PolicySku
Name
Description
Value
name
The name of the policy sku. Possible values are A0 and A1.
string (required)
tier
The policy sku tier. Possible values are Free and Standard.
string
Quickstart templates
The following quickstart templates deploy this resource type.
The policyAssignments resource type can be deployed with operations that target:
For a list of changed properties in each API version, see change log .
To create a Microsoft.Authorization/policyAssignments resource, add the following Terraform to your template.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Authorization/policyAssignments@2019-09-01"
name = "string"
parent_id = "string"
identity = {
type = "string"
}
location = "string"
sku = {
name = "string"
tier = "string"
}
body = jsonencode({
properties = {
description = "string"
displayName = "string"
enforcementMode = "string"
metadata = ?
notScopes = [
"string"
]
parameters = {
{customized property} = {
value = ?
}
}
policyDefinitionId = "string"
scope = "string"
}
})
}
Property values
Identity
Name
Description
Value
type
The identity type. This is the only required field when adding a system assigned identity to a resource.
'None' 'SystemAssigned'
Microsoft.Authorization/policyAssignments
Name
Description
Value
identity
The managed identity associated with the policy assignment.
Identity
location
The location of the policy assignment. Only required when utilizing managed identity.
string
name
The resource name
string (required)
parent_id
The ID of the resource to apply this extension resource to.
string (required)
properties
Properties for the policy assignment.
PolicyAssignmentProperties
sku
The policy sku. This property is optional, obsolete, and will be ignored.
PolicySku
type
The resource type
"Microsoft.Authorization/policyAssignments@2019-09-01"
ParameterValues
ParameterValuesValue
Name
Description
Value
value
The value of the parameter.
any
PolicyAssignmentProperties
Name
Description
Value
description
This message will be part of response in case of policy violation.
string
displayName
The display name of the policy assignment.
string
enforcementMode
The policy assignment enforcement mode. Possible values are Default and DoNotEnforce.
'Default' 'DoNotEnforce'
metadata
The policy assignment metadata. Metadata is an open ended object and is typically a collection of key value pairs.
any
notScopes
The policy's excluded scopes.
string[]
parameters
The parameter values for the assigned policy rule. The keys are the parameter names.
ParameterValues
policyDefinitionId
The ID of the policy definition or policy set definition being assigned.
string
scope
The scope for the policy assignment.
string
PolicySku
Name
Description
Value
name
The name of the policy sku. Possible values are A0 and A1.
string (required)
tier
The policy sku tier. Possible values are Free and Standard.
string