AccessReviewInstance interface

Access Review Instance.

Extends

Properties

backupReviewers

This is the collection of backup reviewers.

endDateTime

The DateTime when the review instance is scheduled to end.

reviewers

This is the collection of reviewers.

reviewersType

This field specifies the type of reviewers for a review. Usually for a review, reviewers are explicitly assigned. However, in some cases, the reviewers may not be assigned and instead be chosen dynamically. For example managers review or self review.

startDateTime

The DateTime when the review instance is scheduled to be start.

status

This read-only field specifies the status of an access review instance.

Inherited Properties

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name

The name of the resource

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Property Details

backupReviewers

This is the collection of backup reviewers.

backupReviewers?: AccessReviewReviewer[]

Property Value

endDateTime

The DateTime when the review instance is scheduled to end.

endDateTime?: Date

Property Value

Date

reviewers

This is the collection of reviewers.

reviewers?: AccessReviewReviewer[]

Property Value

reviewersType

This field specifies the type of reviewers for a review. Usually for a review, reviewers are explicitly assigned. However, in some cases, the reviewers may not be assigned and instead be chosen dynamically. For example managers review or self review.

reviewersType?: string

Property Value

string

startDateTime

The DateTime when the review instance is scheduled to be start.

startDateTime?: Date

Property Value

Date

status

This read-only field specifies the status of an access review instance.

status?: string

Property Value

string

Inherited Property Details

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

id?: string

Property Value

string

Inherited From ProxyResource.id

name

The name of the resource

name?: string

Property Value

string

Inherited From ProxyResource.name

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

systemData?: SystemData

Property Value

Inherited From ProxyResource.systemData

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

type?: string

Property Value

string

Inherited From ProxyResource.type