AccessReviewDecisionProperties Class   
Approval Step.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
AccessReviewDecisionProperties(*, decision: str | _models.AccessReviewResult | None = None, justification: str | None = None, **kwargs: Any)Keyword-Only Parameters
| Name | Description | 
|---|---|
| decision | The decision on the approval step. This value is initially set to NotReviewed. Approvers can take action of Approve/Deny. Known values are: "Approve", "Deny", "NotReviewed", "DontKnow", and "NotNotified". Default value: None | 
| justification | Justification provided by approvers for their action. Default value: None | 
Variables
| Name | Description | 
|---|---|
| recommendation | The feature- generated recommendation shown to the reviewer. Known values are: "Approve", "Deny", and "NoInfoAvailable". | 
| decision | The decision on the approval step. This value is initially set to NotReviewed. Approvers can take action of Approve/Deny. Known values are: "Approve", "Deny", "NotReviewed", "DontKnow", and "NotNotified". | 
| justification | Justification provided by approvers for their action. | 
| reviewed_date_time | Date Time when a decision was taken. | 
| apply_result | The outcome of applying the decision. Known values are: "New", "Applying", "AppliedSuccessfully", "AppliedWithUnknownFailure", "AppliedSuccessfullyButObjectNotFound", and "ApplyNotSupported". | 
| applied_date_time | The date and time when the review decision was applied. | 
| principal_id_applied_by_principal_id | The identity id. | 
| principal_type_applied_by_principal_type | The identity type : user/servicePrincipal. Known values are: "user" and "servicePrincipal". | 
| principal_name_applied_by_principal_name | The identity display name. | 
| user_principal_name_applied_by_user_principal_name | The user principal name(if valid). | 
| principal_id_reviewed_by_principal_id | The identity id. | 
| principal_type_reviewed_by_principal_type | The identity type : user/servicePrincipal. Known values are: "user" and "servicePrincipal". | 
| principal_name_reviewed_by_principal_name | The identity display name. | 
| user_principal_name_reviewed_by_user_principal_name | The user principal name(if valid). | 
| type | The type of decision target : User/ServicePrincipal. Known values are: "user" and "servicePrincipal". |