Share via


RecordAllDecisionsProperties interface

Record All Decisions payload.

Properties

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. NOTE: This property will not be serialized. It can only be populated by the server.

resourceId

The id of resource which needs to be approved/denied. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

decision

The decision to make. Approvers can take action of Approve/Deny

decision?: string

Property Value

string

justification

Justification provided by approvers for their action

justification?: string

Property Value

string

principalId

The id of principal which needs to be approved/denied. NOTE: This property will not be serialized. It can only be populated by the server.

principalId?: string

Property Value

string

resourceId

The id of resource which needs to be approved/denied. NOTE: This property will not be serialized. It can only be populated by the server.

resourceId?: string

Property Value

string