Edit

accessReviewAccessPackageAssignmentPolicyScope resource type

Namespace: microsoft.graph

The accessReviewAccessPackageAssignmentPolicyScope object defines the scope of the resource in an access review when the review is an access package assignment review.

Inherits from accessReviewResourceScope.

Properties

Property Type Description
accessPackageDisplayName String The display name of the access package.
accessPackageId String The access package identifier.
catalogDisplayName String The display name of the catalog.
catalogId String The catalog identifier.
displayName String The display name of the access package. Inherited from accessReviewResourceScope.
resourceId String The identifier of the access package assignment policy. Inherited from accessReviewResourceScope.
scopeType accessReviewResourceScopeType The scope type. Inherited from accessReviewResourceScope. The value is accessPackageAssignmentPolicy.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.accessReviewAccessPackageAssignmentPolicyScope",
  "resourceId": "String",
  "scopeType": "String",
  "displayName": "String",
  "accessPackageId": "String",
  "accessPackageDisplayName": "String",
  "catalogId": "String",
  "catalogDisplayName": "String"
}