AccessReviewDecisionProperties Class
Approval Step.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.authorization._serialization.ModelAccessReviewDecisionProperties
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". |
justification
|
Justification provided by approvers for their action. |
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_resource_type
|
The type of resource. "azureRole" |
id_resource_id
|
The id of resource associated with a decision record. |
display_name_resource_display_name
|
The display name of resource associated with a decision record. |
type_principal_type
|
The type of decision target : User/ServicePrincipal. Known values are: "user" and "servicePrincipal". |
id_principal_id
|
The id of principal whose access was reviewed. |
display_name_principal_display_name
|
The display name of the user whose access was reviewed. |
Azure SDK for Python