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.Model
AccessReviewInstance

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
str

The access review instance id.

name
str

The access review instance name.

type
str

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.