AccessReviewHistoryDefinitionData 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 Definition.
public class AccessReviewHistoryDefinitionData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Authorization.AccessReviewHistoryDefinitionData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Authorization.AccessReviewHistoryDefinitionData>
type AccessReviewHistoryDefinitionData = class
inherit ResourceData
interface IJsonModel<AccessReviewHistoryDefinitionData>
interface IPersistableModel<AccessReviewHistoryDefinitionData>
Public Class AccessReviewHistoryDefinitionData
Inherits ResourceData
Implements IJsonModel(Of AccessReviewHistoryDefinitionData), IPersistableModel(Of AccessReviewHistoryDefinitionData)
- Inheritance
- Implements
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. |
| Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
| Instances |
Set of access review history instances for this history definition. |
| Name |
The name of the resource. (Inherited from ResourceData) |
| 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. |
| ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
| 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. |
| SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
| UserPrincipalName |
The user principal name(if valid). |