{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.principalResourceMembershipsScope", "title": "microsoft.graph.principalResourceMembershipsScope", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.accessReviewScope" }, { "title": "principalResourceMembershipsScope", "required": [ "@odata.type" ], "type": "object", "properties": { "principalScopes": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.accessReviewScope" }, "description": "Defines the scopes of the principals whose access to resources are reviewed in the access review." }, "resourceScopes": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.accessReviewScope" }, "description": "Defines the scopes of the resources for which access is reviewed." }, "@odata.type": { "type": "string", "default": "#microsoft.graph.principalResourceMembershipsScope" } } } ], "x-ms-discriminator-value": "#microsoft.graph.principalResourceMembershipsScope" }