diff --git a/msgraph/generated/kiota-lock.json b/msgraph/generated/kiota-lock.json index 3d4c7e758c..9426c639b0 100644 --- a/msgraph/generated/kiota-lock.json +++ b/msgraph/generated/kiota-lock.json @@ -1,5 +1,5 @@ { - "descriptionHash": "1670D24DA492A8638DCFD4D6A3F4DB6C1C5080E81D9CFFAC2C8DC3E4CD988231631FC1E9DE0F2791AFD2BA752B720A34CA094B42F880EE0C05E917D532372898", + "descriptionHash": "EC07140A50337656B4D39F16440FE1476E0A3F2AD9F50373ADEB47523F789E495CA14CE5FD6CCA72AE665D0BACFBA1DCB0A9201D5BA6B9F79ED9481F6CCE70B9", "descriptionLocation": "../../msgraph-metadata/clean_v10_openapi/openapi.yaml", "lockFileVersion": "1.0.0", "kiotaVersion": "1.34.1", diff --git a/msgraph/generated/models/principal_resource_memberships_scope.py b/msgraph/generated/models/principal_resource_memberships_scope.py index a2d813e537..1f1853c46e 100644 --- a/msgraph/generated/models/principal_resource_memberships_scope.py +++ b/msgraph/generated/models/principal_resource_memberships_scope.py @@ -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