RecordAllDecisionsProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Record All Decisions payload.
public class RecordAllDecisionsProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Authorization.Models.RecordAllDecisionsProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Authorization.Models.RecordAllDecisionsProperties>
type RecordAllDecisionsProperties = class
interface IJsonModel<RecordAllDecisionsProperties>
interface IPersistableModel<RecordAllDecisionsProperties>
Public Class RecordAllDecisionsProperties
Implements IJsonModel(Of RecordAllDecisionsProperties), IPersistableModel(Of RecordAllDecisionsProperties)
- Inheritance
-
RecordAllDecisionsProperties
- Implements
Constructors
| Name | Description |
|---|---|
| RecordAllDecisionsProperties() |
Initializes a new instance of RecordAllDecisionsProperties. |
Properties
| Name | Description |
|---|---|
| Decision |
The decision to make. Approvers can take action of Approve/Deny. |
| Justification |
Justification provided by approvers for their action. |
| PrincipalId |
The id of principal which needs to be approved/denied. |
| ResourceId |
The id of resource which needs to be approved/denied. |