The roleAssignmentApprovals/stages resource type can be deployed to:
For a list of changed properties in each API version, see change log.
To create a Microsoft.Authorization/roleAssignmentApprovals/stages resource, add the following JSON to your template.
{
"type": "Microsoft.Authorization/roleAssignmentApprovals/stages",
"apiVersion": "2021-01-01-preview",
"name": "string",
"displayName": "string",
"justification": "string",
"reviewResult": "string"
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.Authorization/roleAssignmentApprovals/stages' |
apiVersion | The resource api version | '2021-01-01-preview' |
name | The resource name See how to set names and types for child resources in JSON ARM templates. |
string (required) |
displayName | The display name for the approval stage. | string |
justification | Justification provided by approvers for their action | string |
reviewResult | The decision on the approval stage. This value is initially set to NotReviewed. Approvers can take action of Approve/Deny | 'Approve' 'Deny' 'NotReviewed' |