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
8 changes: 4 additions & 4 deletions src/Generated/Models/PrincipalResourceMembershipsScope.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function getFieldDeserializers(): array {
}

/**
* Gets the principalScopes property value. Defines the scopes of the principals whose access to resources are reviewed in the access review.
* Gets the principalScopes property value. 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.
* @return array<AccessReviewScope>|null
*/
public function getPrincipalScopes(): ?array {
Expand All @@ -53,7 +53,7 @@ public function getPrincipalScopes(): ?array {
}

/**
* Gets the resourceScopes property value. Defines the scopes of the resources for which access is reviewed.
* Gets the resourceScopes property value. 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.
* @return array<AccessReviewScope>|null
*/
public function getResourceScopes(): ?array {
Expand All @@ -77,15 +77,15 @@ public function serialize(SerializationWriter $writer): void {
}

/**
* Sets the principalScopes property value. Defines the scopes of the principals whose access to resources are reviewed in the access review.
* Sets the principalScopes property value. 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.
* @param array<AccessReviewScope>|null $value Value to set for the principalScopes property.
*/
public function setPrincipalScopes(?array $value): void {
$this->getBackingStore()->set('principalScopes', $value);
}

/**
* Sets the resourceScopes property value. Defines the scopes of the resources for which access is reviewed.
* Sets the resourceScopes property value. 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.
* @param array<AccessReviewScope>|null $value Value to set for the resourceScopes property.
*/
public function setResourceScopes(?array $value): void {
Expand Down
2 changes: 1 addition & 1 deletion src/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
Loading