AccessReviewHistoryInstance.Status Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Status of the requested review history instance data. This is either requested, in-progress, done or error. The state transitions are as follows - Requested -> InProgress -> Done -> Expired.
public Azure.ResourceManager.Authorization.Models.AccessReviewHistoryDefinitionStatus? Status { get; }
member this.Status : Nullable<Azure.ResourceManager.Authorization.Models.AccessReviewHistoryDefinitionStatus>
Public ReadOnly Property Status As Nullable(Of AccessReviewHistoryDefinitionStatus)