AccessReviewHistoryDefinitionProperties Class
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.
Access Review History Instances.
public class AccessReviewHistoryDefinitionProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Authorization.Models.AccessReviewHistoryDefinitionProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Authorization.Models.AccessReviewHistoryDefinitionProperties>
type AccessReviewHistoryDefinitionProperties = class
interface IJsonModel<AccessReviewHistoryDefinitionProperties>
interface IPersistableModel<AccessReviewHistoryDefinitionProperties>
Public Class AccessReviewHistoryDefinitionProperties
Implements IJsonModel(Of AccessReviewHistoryDefinitionProperties), IPersistableModel(Of AccessReviewHistoryDefinitionProperties)
- Inheritance
-
AccessReviewHistoryDefinitionProperties
- Implements
Constructors
| Name | Description |
|---|---|
| AccessReviewHistoryDefinitionProperties() |
Initializes a new instance of AccessReviewHistoryDefinitionProperties. |
Properties
| Name | Description |
|---|---|
| CreatedOn |
Date time when history definition was created. |
| Decisions |
Collection of review decisions which the history data should be filtered on. For example if Approve and Deny are supplied the data will only contain review results in which the decision maker approved or denied a review request. |
| DisplayName |
The display name for the history definition. |
| Instances |
Set of access review history instances for this history definition. |
| Pattern |
Access Review History Definition recurrence settings. |
| PrincipalId |
The identity id. |
| PrincipalName |
The identity display name. |
| PrincipalType |
The identity type : user/servicePrincipal. |
| Range |
Access Review History Definition recurrence settings. |
| ReviewHistoryPeriodEndOn |
Date time used when selecting review data, all reviews included in data end on or before this date. For use only with one-time/non-recurring reports. |
| ReviewHistoryPeriodStartOn |
Date time used when selecting review data, all reviews included in data start on or after this date. For use only with one-time/non-recurring reports. |
| Scopes |
A collection of scopes used when selecting review history data. |
| Status |
This read-only field specifies the of the requested review history data. This is either requested, in-progress, done or error. |
| UserPrincipalName |
The user principal name(if valid). |