AccessReviewInstance Class
Access Review Instance.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.authorization._serialization.ModelAccessReviewInstance
Constructor
AccessReviewInstance(*, start_date_time: datetime | None = None, end_date_time: datetime | None = None, reviewers: List[_models.AccessReviewReviewer] | None = None, backup_reviewers: List[_models.AccessReviewReviewer] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
start_date_time
|
The DateTime when the review instance is scheduled to be start. |
end_date_time
|
The DateTime when the review instance is scheduled to end. |
reviewers
|
This is the collection of reviewers. |
backup_reviewers
|
This is the collection of backup reviewers. |
Variables
Name | Description |
---|---|
id
|
The access review instance id. |
name
|
The access review instance name. |
type
|
The resource type. |
status
|
This read-only field specifies the status of an access review instance. Known values are: "NotStarted", "InProgress", "Completed", "Applied", "Initializing", "Applying", "Completing", "Scheduled", "AutoReviewing", "AutoReviewed", and "Starting". |
start_date_time
|
The DateTime when the review instance is scheduled to be start. |
end_date_time
|
The DateTime when the review instance is scheduled to end. |
reviewers
|
This is the collection of reviewers. |
backup_reviewers
|
This is the collection of backup reviewers. |
reviewers_type
|
This field specifies the type of reviewers for a review. Usually for a review, reviewers are explicitly assigned. However, in some cases, the reviewers may not be assigned and instead be chosen dynamically. For example managers review or self review. Known values are: "Assigned", "Self", and "Managers". |
Azure SDK for Python