AccessReviewDecision Class
Access Review.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.authorization._serialization.ModelAccessReviewDecision
Constructor
AccessReviewDecision(*, 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 |
---|---|
id
|
The access review decision id. |
name
|
The access review decision name. |
type
|
The resource type. |
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_properties_applied_by_principal_id
|
The identity id. |
principal_type_properties_applied_by_principal_type
|
The identity type : user/servicePrincipal. Known values are: "user" and "servicePrincipal". |
principal_name_properties_applied_by_principal_name
|
The identity display name. |
user_principal_name_properties_applied_by_user_principal_name
|
The user principal name(if valid). |
principal_id_properties_reviewed_by_principal_id
|
The identity id. |
principal_type_properties_reviewed_by_principal_type
|
The identity type : user/servicePrincipal. Known values are: "user" and "servicePrincipal". |
principal_name_properties_reviewed_by_principal_name
|
The identity display name. |
user_principal_name_properties_reviewed_by_user_principal_name
|
The user principal name(if valid). |
type_properties_resource_type
|
The type of resource. "azureRole" |
id_properties_resource_id
|
The id of resource associated with a decision record. |
display_name_properties_resource_display_name
|
The display name of resource associated with a decision record. |
type_properties_principal_type
|
The type of decision target : User/ServicePrincipal. Known values are: "user" and "servicePrincipal". |
id_properties_principal_id
|
The id of principal whose access was reviewed. |
display_name_properties_principal_display_name
|
The display name of the user whose access was reviewed. |
Azure SDK for Python