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, **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. |
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. |
Azure SDK for Python