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
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace Microsoft.Graph.Models
public partial class PrincipalResourceMembershipsScope : global::Microsoft.Graph.Models.AccessReviewScope, IParsable
#pragma warning restore CS1591
{
/// <summary>Defines the scopes of the principals whose access to resources are reviewed in the access review.</summary>
/// <summary>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.</summary>
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public List<global::Microsoft.Graph.Models.AccessReviewScope>? PrincipalScopes
Expand All @@ -28,7 +28,7 @@ public partial class PrincipalResourceMembershipsScope : global::Microsoft.Graph
set { BackingStore?.Set("principalScopes", value); }
}
#endif
/// <summary>Defines the scopes of the resources for which access is reviewed.</summary>
/// <summary>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.</summary>
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
#nullable enable
public List<global::Microsoft.Graph.Models.AccessReviewScope>? ResourceScopes
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.Graph/Generated/kiota-lock.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"descriptionHash": "BAF9EE89A7C81C8AA3FABF330887AA26A0111C85E47937430F088CAB7D67DD8988C76812B7F02CF40F03E90CAD20988CE88AA347E5211220E213048EC403445C",
"descriptionHash": "DCE4F561E4EF1F8352F12C711716389FD6A91E541BE69FCC03864623336CA810C67D730A3530FAB4C437ED1F6BC61FBFF64729A1D534B6BD15612BEAE36C46D9",
"descriptionLocation": "../../msgraph-metadata/clean_v10_openapi/openapi.yaml",
"lockFileVersion": "1.0.0",
"kiotaVersion": "1.34.1",
Expand Down
Loading