Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion msgraph/generated/kiota-lock.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"descriptionHash": "1670D24DA492A8638DCFD4D6A3F4DB6C1C5080E81D9CFFAC2C8DC3E4CD988231631FC1E9DE0F2791AFD2BA752B720A34CA094B42F880EE0C05E917D532372898",
"descriptionHash": "EC07140A50337656B4D39F16440FE1476E0A3F2AD9F50373ADEB47523F789E495CA14CE5FD6CCA72AE665D0BACFBA1DCB0A9201D5BA6B9F79ED9481F6CCE70B9",
"descriptionLocation": "../../msgraph-metadata/clean_v10_openapi/openapi.yaml",
"lockFileVersion": "1.0.0",
"kiotaVersion": "1.34.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
class PrincipalResourceMembershipsScope(AccessReviewScope, Parsable):
# The OdataType property
odata_type: Optional[str] = "#microsoft.graph.principalResourceMembershipsScope"
# Defines the scopes of the principals whose access to resources are reviewed in the access review.
# Defines the scopes of the principals whose access to resources are reviewed in the access review. Use an accessReviewPrincipalScope object to select a well-known population of principals, such as all guest users.
principal_scopes: Optional[list[AccessReviewScope]] = None
# Defines the scopes of the resources for which access is reviewed.
# Defines the scopes of the resources for which access is reviewed. Use an accessReviewResourceScope object to identify the resource, or an accessReviewAccessPackageAssignmentPolicyScope object when the resource is an access package assignment policy.
resource_scopes: Optional[list[AccessReviewScope]] = None

@staticmethod
Expand Down
Loading