Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Bicep resource definition
The roleAssignmentApprovals resource type can be deployed with operations that target:
For a list of changed properties in each API version, see change log.
Resource format
To create a Microsoft.Authorization/roleAssignmentApprovals resource, add the following Bicep to your template.
resource symbolicname 'Microsoft.Authorization/roleAssignmentApprovals@2021-01-01-preview' = {
name: 'string'
}
Property Values
Microsoft.Authorization/roleAssignmentApprovals
| Name | Description | Value |
|---|---|---|
| name | The resource name | string (required) |
ARM template resource definition
The roleAssignmentApprovals resource type can be deployed with operations that target:
For a list of changed properties in each API version, see change log.
Resource format
To create a Microsoft.Authorization/roleAssignmentApprovals resource, add the following JSON to your template.
{
"type": "Microsoft.Authorization/roleAssignmentApprovals",
"apiVersion": "2021-01-01-preview",
"name": "string"
}
Property Values
Microsoft.Authorization/roleAssignmentApprovals
| Name | Description | Value |
|---|---|---|
| apiVersion | The api version | '2021-01-01-preview' |
| name | The resource name | string (required) |
| type | The resource type | 'Microsoft.Authorization/roleAssignmentApprovals' |
Usage Examples
Terraform (AzAPI provider) resource definition
The roleAssignmentApprovals resource type can be deployed with operations that target:
For a list of changed properties in each API version, see change log.
Resource format
To create a Microsoft.Authorization/roleAssignmentApprovals resource, add the following Terraform to your template.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Authorization/roleAssignmentApprovals@2021-01-01-preview"
name = "string"
parent_id = "string"
}
Property Values
Microsoft.Authorization/roleAssignmentApprovals
| Name | Description | Value |
|---|---|---|
| name | The resource name | string (required) |
| type | The resource type | "Microsoft.Authorization/roleAssignmentApprovals@2021-01-01-preview" |