@microsoft/msgraph-sdk-identitygovernance 1.0.0-preview.60 → 1.0.0-preview.61

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (22) hide show
  1. package/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUserWithOn/index.d.ts +3 -3
  2. package/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/index.d.ts +3 -3
  3. package/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/item/index.d.ts +3 -3
  4. package/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/item/stages/index.d.ts +3 -3
  5. package/identityGovernance/entitlementManagement/accessPackages/item/index.d.ts +4 -4
  6. package/identityGovernance/entitlementManagement/catalogs/item/customWorkflowExtensions/item/index.d.ts +7 -7
  7. package/identityGovernance/privilegedAccess/group/assignmentApprovals/filterByCurrentUserWithOn/index.d.ts +3 -3
  8. package/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/filterByCurrentUserWithOn/index.d.ts +3 -3
  9. package/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/item/activatedUsing/index.d.ts +3 -3
  10. package/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/item/group/index.d.ts +3 -3
  11. package/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/filterByCurrentUserWithOn/index.d.ts +3 -3
  12. package/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/item/activatedUsing/index.d.ts +3 -3
  13. package/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/item/group/index.d.ts +3 -3
  14. package/identityGovernance/privilegedAccess/group/assignmentSchedules/filterByCurrentUserWithOn/index.d.ts +3 -3
  15. package/identityGovernance/privilegedAccess/group/assignmentSchedules/item/activatedUsing/index.d.ts +3 -3
  16. package/identityGovernance/privilegedAccess/group/assignmentSchedules/item/group/index.d.ts +3 -3
  17. package/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/item/group/index.d.ts +3 -3
  18. package/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/filterByCurrentUserWithOn/index.d.ts +3 -3
  19. package/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/item/group/index.d.ts +3 -3
  20. package/identityGovernance/privilegedAccess/group/eligibilitySchedules/item/group/index.d.ts +3 -3
  21. package/package.json +2 -2
  22. package/tsconfig.tsbuildinfo +1 -1
@@ -22,7 +22,7 @@ export interface FilterByCurrentUserWithOnGetResponse extends BaseCollectionPagi
22
22
  */
23
23
  export interface FilterByCurrentUserWithOnRequestBuilder extends BaseRequestBuilder<FilterByCurrentUserWithOnRequestBuilder> {
24
24
  /**
25
- * In Microsoft Entra entitlement management, return a collection of access package assignment approvals. The objects returned are those that are in scope for approval by the calling user. In PIM for groups, return a collection of assignment approvals. The objects returned are those that are in scope for approval by the calling user.
25
+ * In Microsoft Entra entitlement management, return a collection of access package assignment approvals. The objects returned are those that are in scope for approval by the calling user. In PIM for Groups, return a collection of assignment approvals. The objects returned are those that are in scope for approval by the calling user.
26
26
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
27
27
  * @returns {Promise<FilterByCurrentUserWithOnGetResponse>}
28
28
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
@@ -30,14 +30,14 @@ export interface FilterByCurrentUserWithOnRequestBuilder extends BaseRequestBuil
30
30
  */
31
31
  get(requestConfiguration?: RequestConfiguration<FilterByCurrentUserWithOnRequestBuilderGetQueryParameters> | undefined): Promise<FilterByCurrentUserWithOnGetResponse | undefined>;
32
32
  /**
33
- * In Microsoft Entra entitlement management, return a collection of access package assignment approvals. The objects returned are those that are in scope for approval by the calling user. In PIM for groups, return a collection of assignment approvals. The objects returned are those that are in scope for approval by the calling user.
33
+ * In Microsoft Entra entitlement management, return a collection of access package assignment approvals. The objects returned are those that are in scope for approval by the calling user. In PIM for Groups, return a collection of assignment approvals. The objects returned are those that are in scope for approval by the calling user.
34
34
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
35
35
  * @returns {RequestInformation}
36
36
  */
37
37
  toGetRequestInformation(requestConfiguration?: RequestConfiguration<FilterByCurrentUserWithOnRequestBuilderGetQueryParameters> | undefined): RequestInformation;
38
38
  }
39
39
  /**
40
- * In Microsoft Entra entitlement management, return a collection of access package assignment approvals. The objects returned are those that are in scope for approval by the calling user. In PIM for groups, return a collection of assignment approvals. The objects returned are those that are in scope for approval by the calling user.
40
+ * In Microsoft Entra entitlement management, return a collection of access package assignment approvals. The objects returned are those that are in scope for approval by the calling user. In PIM for Groups, return a collection of assignment approvals. The objects returned are those that are in scope for approval by the calling user.
41
41
  */
42
42
  export interface FilterByCurrentUserWithOnRequestBuilderGetQueryParameters {
43
43
  /**
@@ -24,7 +24,7 @@ export interface AccessPackageAssignmentApprovalsRequestBuilder extends BaseRequ
24
24
  */
25
25
  filterByCurrentUserWithOn(on: string | undefined): FilterByCurrentUserWithOnRequestBuilder;
26
26
  /**
27
- * Retrieve the properties of an approval object. This API request is made by an approver in the following scenarios: In Microsoft Entra entitlement management, providing the identifier of the access package assignment request.In PIM for groups, providing the identifier of the assignment schedule request.
27
+ * Retrieve the properties of an approval object. This API request is made by an approver in the following scenarios: In Microsoft Entra entitlement management, providing the identifier of the access package assignment request.In PIM for Groups, providing the identifier of the assignment schedule request.
28
28
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
29
29
  * @returns {Promise<ApprovalCollectionResponse>}
30
30
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
@@ -39,7 +39,7 @@ export interface AccessPackageAssignmentApprovalsRequestBuilder extends BaseRequ
39
39
  */
40
40
  post(body: Approval, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<Approval | undefined>;
41
41
  /**
42
- * Retrieve the properties of an approval object. This API request is made by an approver in the following scenarios: In Microsoft Entra entitlement management, providing the identifier of the access package assignment request.In PIM for groups, providing the identifier of the assignment schedule request.
42
+ * Retrieve the properties of an approval object. This API request is made by an approver in the following scenarios: In Microsoft Entra entitlement management, providing the identifier of the access package assignment request.In PIM for Groups, providing the identifier of the assignment schedule request.
43
43
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
44
44
  * @returns {RequestInformation}
45
45
  */
@@ -53,7 +53,7 @@ export interface AccessPackageAssignmentApprovalsRequestBuilder extends BaseRequ
53
53
  toPostRequestInformation(body: Approval, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
54
54
  }
55
55
  /**
56
- * Retrieve the properties of an approval object. This API request is made by an approver in the following scenarios: In Microsoft Entra entitlement management, providing the identifier of the access package assignment request.In PIM for groups, providing the identifier of the assignment schedule request.
56
+ * Retrieve the properties of an approval object. This API request is made by an approver in the following scenarios: In Microsoft Entra entitlement management, providing the identifier of the access package assignment request.In PIM for Groups, providing the identifier of the assignment schedule request.
57
57
  */
58
58
  export interface AccessPackageAssignmentApprovalsRequestBuilderGetQueryParameters {
59
59
  /**
@@ -16,7 +16,7 @@ export interface ApprovalItemRequestBuilder extends BaseRequestBuilder<ApprovalI
16
16
  */
17
17
  delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
18
18
  /**
19
- * Retrieve the properties of an approval object. This API request is made by an approver in the following scenarios: In Microsoft Entra entitlement management, providing the identifier of the access package assignment request.In PIM for groups, providing the identifier of the assignment schedule request.
19
+ * Retrieve the properties of an approval object. This API request is made by an approver in the following scenarios: In Microsoft Entra entitlement management, providing the identifier of the access package assignment request.In PIM for Groups, providing the identifier of the assignment schedule request.
20
20
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
21
21
  * @returns {Promise<Approval>}
22
22
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
@@ -38,7 +38,7 @@ export interface ApprovalItemRequestBuilder extends BaseRequestBuilder<ApprovalI
38
38
  */
39
39
  toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
40
40
  /**
41
- * Retrieve the properties of an approval object. This API request is made by an approver in the following scenarios: In Microsoft Entra entitlement management, providing the identifier of the access package assignment request.In PIM for groups, providing the identifier of the assignment schedule request.
41
+ * Retrieve the properties of an approval object. This API request is made by an approver in the following scenarios: In Microsoft Entra entitlement management, providing the identifier of the access package assignment request.In PIM for Groups, providing the identifier of the assignment schedule request.
42
42
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
43
43
  * @returns {RequestInformation}
44
44
  */
@@ -52,7 +52,7 @@ export interface ApprovalItemRequestBuilder extends BaseRequestBuilder<ApprovalI
52
52
  toPatchRequestInformation(body: Approval, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
53
53
  }
54
54
  /**
55
- * Retrieve the properties of an approval object. This API request is made by an approver in the following scenarios: In Microsoft Entra entitlement management, providing the identifier of the access package assignment request.In PIM for groups, providing the identifier of the assignment schedule request.
55
+ * Retrieve the properties of an approval object. This API request is made by an approver in the following scenarios: In Microsoft Entra entitlement management, providing the identifier of the access package assignment request.In PIM for Groups, providing the identifier of the assignment schedule request.
56
56
  */
57
57
  export interface ApprovalItemRequestBuilderGetQueryParameters {
58
58
  /**
@@ -17,7 +17,7 @@ export interface StagesRequestBuilder extends BaseRequestBuilder<StagesRequestBu
17
17
  */
18
18
  byApprovalStageId(approvalStageId: string): ApprovalStageItemRequestBuilder;
19
19
  /**
20
- * List the approvalStage objects associated with an approval. This API request is made by an approver in the following scenarios: In Microsoft Entra entitlement management, providing the identifier of the access package assignment request.In PIM for groups, providing the identifier of the assignment schedule request.
20
+ * List the approvalStage objects associated with an approval. This API request is made by an approver in the following scenarios: In Microsoft Entra entitlement management, providing the identifier of the access package assignment request.In PIM for Groups, providing the identifier of the assignment schedule request.
21
21
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
22
22
  * @returns {Promise<ApprovalStageCollectionResponse>}
23
23
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
@@ -33,7 +33,7 @@ export interface StagesRequestBuilder extends BaseRequestBuilder<StagesRequestBu
33
33
  */
34
34
  post(body: ApprovalStage, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<ApprovalStage | undefined>;
35
35
  /**
36
- * List the approvalStage objects associated with an approval. This API request is made by an approver in the following scenarios: In Microsoft Entra entitlement management, providing the identifier of the access package assignment request.In PIM for groups, providing the identifier of the assignment schedule request.
36
+ * List the approvalStage objects associated with an approval. This API request is made by an approver in the following scenarios: In Microsoft Entra entitlement management, providing the identifier of the access package assignment request.In PIM for Groups, providing the identifier of the assignment schedule request.
37
37
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
38
38
  * @returns {RequestInformation}
39
39
  */
@@ -47,7 +47,7 @@ export interface StagesRequestBuilder extends BaseRequestBuilder<StagesRequestBu
47
47
  toPostRequestInformation(body: ApprovalStage, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
48
48
  }
49
49
  /**
50
- * List the approvalStage objects associated with an approval. This API request is made by an approver in the following scenarios: In Microsoft Entra entitlement management, providing the identifier of the access package assignment request.In PIM for groups, providing the identifier of the assignment schedule request.
50
+ * List the approvalStage objects associated with an approval. This API request is made by an approver in the following scenarios: In Microsoft Entra entitlement management, providing the identifier of the access package assignment request.In PIM for Groups, providing the identifier of the assignment schedule request.
51
51
  */
52
52
  export interface StagesRequestBuilderGetQueryParameters {
53
53
  /**
@@ -47,11 +47,11 @@ export interface AccessPackageItemRequestBuilder extends BaseRequestBuilder<Acce
47
47
  */
48
48
  delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
49
49
  /**
50
- * Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope.
50
+ * Retrieve the properties and relationships of an accessPackage object.
51
51
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
52
52
  * @returns {Promise<AccessPackage>}
53
53
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
54
- * @see {@link https://learn.microsoft.com/graph/api/accesspackage-list-resourcerolescopes?view=graph-rest-1.0|Find more info here}
54
+ * @see {@link https://learn.microsoft.com/graph/api/accesspackage-get?view=graph-rest-1.0|Find more info here}
55
55
  */
56
56
  get(requestConfiguration?: RequestConfiguration<AccessPackageItemRequestBuilderGetQueryParameters> | undefined): Promise<AccessPackage | undefined>;
57
57
  /**
@@ -70,7 +70,7 @@ export interface AccessPackageItemRequestBuilder extends BaseRequestBuilder<Acce
70
70
  */
71
71
  toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
72
72
  /**
73
- * Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope.
73
+ * Retrieve the properties and relationships of an accessPackage object.
74
74
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
75
75
  * @returns {RequestInformation}
76
76
  */
@@ -84,7 +84,7 @@ export interface AccessPackageItemRequestBuilder extends BaseRequestBuilder<Acce
84
84
  toPatchRequestInformation(body: AccessPackage, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
85
85
  }
86
86
  /**
87
- * Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope.
87
+ * Retrieve the properties and relationships of an accessPackage object.
88
88
  */
89
89
  export interface AccessPackageItemRequestBuilderGetQueryParameters {
90
90
  /**
@@ -5,18 +5,18 @@ import { type BaseRequestBuilder, type RequestConfiguration, type RequestInforma
5
5
  */
6
6
  export interface CustomCalloutExtensionItemRequestBuilder extends BaseRequestBuilder<CustomCalloutExtensionItemRequestBuilder> {
7
7
  /**
8
- * Delete an accessPackageAssignmentWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:
8
+ * Delete an accessPackageAssignmentRequestWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:
9
9
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
10
10
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
11
- * @see {@link https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-delete?view=graph-rest-1.0|Find more info here}
11
+ * @see {@link https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-delete?view=graph-rest-1.0|Find more info here}
12
12
  */
13
13
  delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
14
14
  /**
15
- * Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object.
15
+ * Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object.
16
16
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
17
17
  * @returns {Promise<CustomCalloutExtension>}
18
18
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
19
- * @see {@link https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-get?view=graph-rest-1.0|Find more info here}
19
+ * @see {@link https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-get?view=graph-rest-1.0|Find more info here}
20
20
  */
21
21
  get(requestConfiguration?: RequestConfiguration<CustomCalloutExtensionItemRequestBuilderGetQueryParameters> | undefined): Promise<CustomCalloutExtension | undefined>;
22
22
  /**
@@ -29,13 +29,13 @@ export interface CustomCalloutExtensionItemRequestBuilder extends BaseRequestBui
29
29
  */
30
30
  patch(body: CustomCalloutExtension, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<CustomCalloutExtension | undefined>;
31
31
  /**
32
- * Delete an accessPackageAssignmentWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:
32
+ * Delete an accessPackageAssignmentRequestWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:
33
33
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
34
34
  * @returns {RequestInformation}
35
35
  */
36
36
  toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
37
37
  /**
38
- * Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object.
38
+ * Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object.
39
39
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
40
40
  * @returns {RequestInformation}
41
41
  */
@@ -49,7 +49,7 @@ export interface CustomCalloutExtensionItemRequestBuilder extends BaseRequestBui
49
49
  toPatchRequestInformation(body: CustomCalloutExtension, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
50
50
  }
51
51
  /**
52
- * Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object.
52
+ * Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object.
53
53
  */
54
54
  export interface CustomCalloutExtensionItemRequestBuilderGetQueryParameters {
55
55
  /**
@@ -22,7 +22,7 @@ export interface FilterByCurrentUserWithOnGetResponse extends BaseCollectionPagi
22
22
  */
23
23
  export interface FilterByCurrentUserWithOnRequestBuilder extends BaseRequestBuilder<FilterByCurrentUserWithOnRequestBuilder> {
24
24
  /**
25
- * In Microsoft Entra entitlement management, return a collection of access package assignment approvals. The objects returned are those that are in scope for approval by the calling user. In PIM for groups, return a collection of assignment approvals. The objects returned are those that are in scope for approval by the calling user.
25
+ * In Microsoft Entra entitlement management, return a collection of access package assignment approvals. The objects returned are those that are in scope for approval by the calling user. In PIM for Groups, return a collection of assignment approvals. The objects returned are those that are in scope for approval by the calling user.
26
26
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
27
27
  * @returns {Promise<FilterByCurrentUserWithOnGetResponse>}
28
28
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
@@ -30,14 +30,14 @@ export interface FilterByCurrentUserWithOnRequestBuilder extends BaseRequestBuil
30
30
  */
31
31
  get(requestConfiguration?: RequestConfiguration<FilterByCurrentUserWithOnRequestBuilderGetQueryParameters> | undefined): Promise<FilterByCurrentUserWithOnGetResponse | undefined>;
32
32
  /**
33
- * In Microsoft Entra entitlement management, return a collection of access package assignment approvals. The objects returned are those that are in scope for approval by the calling user. In PIM for groups, return a collection of assignment approvals. The objects returned are those that are in scope for approval by the calling user.
33
+ * In Microsoft Entra entitlement management, return a collection of access package assignment approvals. The objects returned are those that are in scope for approval by the calling user. In PIM for Groups, return a collection of assignment approvals. The objects returned are those that are in scope for approval by the calling user.
34
34
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
35
35
  * @returns {RequestInformation}
36
36
  */
37
37
  toGetRequestInformation(requestConfiguration?: RequestConfiguration<FilterByCurrentUserWithOnRequestBuilderGetQueryParameters> | undefined): RequestInformation;
38
38
  }
39
39
  /**
40
- * In Microsoft Entra entitlement management, return a collection of access package assignment approvals. The objects returned are those that are in scope for approval by the calling user. In PIM for groups, return a collection of assignment approvals. The objects returned are those that are in scope for approval by the calling user.
40
+ * In Microsoft Entra entitlement management, return a collection of access package assignment approvals. The objects returned are those that are in scope for approval by the calling user. In PIM for Groups, return a collection of assignment approvals. The objects returned are those that are in scope for approval by the calling user.
41
41
  */
42
42
  export interface FilterByCurrentUserWithOnRequestBuilderGetQueryParameters {
43
43
  /**
@@ -22,7 +22,7 @@ export interface FilterByCurrentUserWithOnGetResponse extends BaseCollectionPagi
22
22
  */
23
23
  export interface FilterByCurrentUserWithOnRequestBuilder extends BaseRequestBuilder<FilterByCurrentUserWithOnRequestBuilder> {
24
24
  /**
25
- * In PIM for groups, retrieve the schedule instances for membership or ownership assignments for the calling principal to groups that are governed by PIM.
25
+ * In PIM for Groups, retrieve the schedule instances for membership or ownership assignments for the calling principal to groups that are governed by PIM.
26
26
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
27
27
  * @returns {Promise<FilterByCurrentUserWithOnGetResponse>}
28
28
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
@@ -30,14 +30,14 @@ export interface FilterByCurrentUserWithOnRequestBuilder extends BaseRequestBuil
30
30
  */
31
31
  get(requestConfiguration?: RequestConfiguration<FilterByCurrentUserWithOnRequestBuilderGetQueryParameters> | undefined): Promise<FilterByCurrentUserWithOnGetResponse | undefined>;
32
32
  /**
33
- * In PIM for groups, retrieve the schedule instances for membership or ownership assignments for the calling principal to groups that are governed by PIM.
33
+ * In PIM for Groups, retrieve the schedule instances for membership or ownership assignments for the calling principal to groups that are governed by PIM.
34
34
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
35
35
  * @returns {RequestInformation}
36
36
  */
37
37
  toGetRequestInformation(requestConfiguration?: RequestConfiguration<FilterByCurrentUserWithOnRequestBuilderGetQueryParameters> | undefined): RequestInformation;
38
38
  }
39
39
  /**
40
- * In PIM for groups, retrieve the schedule instances for membership or ownership assignments for the calling principal to groups that are governed by PIM.
40
+ * In PIM for Groups, retrieve the schedule instances for membership or ownership assignments for the calling principal to groups that are governed by PIM.
41
41
  */
42
42
  export interface FilterByCurrentUserWithOnRequestBuilderGetQueryParameters {
43
43
  /**
@@ -5,21 +5,21 @@ import { type BaseRequestBuilder, type RequestConfiguration, type RequestInforma
5
5
  */
6
6
  export interface ActivatedUsingRequestBuilder extends BaseRequestBuilder<ActivatedUsingRequestBuilder> {
7
7
  /**
8
- * When the request activates a membership or ownership in PIM for groups, this object represents the eligibility request for the group. Otherwise, it is null.
8
+ * When the request activates a membership or ownership in PIM for Groups, this object represents the eligibility request for the group. Otherwise, it is null.
9
9
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
10
10
  * @returns {Promise<PrivilegedAccessGroupEligibilityScheduleInstance>}
11
11
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
12
12
  */
13
13
  get(requestConfiguration?: RequestConfiguration<ActivatedUsingRequestBuilderGetQueryParameters> | undefined): Promise<PrivilegedAccessGroupEligibilityScheduleInstance | undefined>;
14
14
  /**
15
- * When the request activates a membership or ownership in PIM for groups, this object represents the eligibility request for the group. Otherwise, it is null.
15
+ * When the request activates a membership or ownership in PIM for Groups, this object represents the eligibility request for the group. Otherwise, it is null.
16
16
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
17
17
  * @returns {RequestInformation}
18
18
  */
19
19
  toGetRequestInformation(requestConfiguration?: RequestConfiguration<ActivatedUsingRequestBuilderGetQueryParameters> | undefined): RequestInformation;
20
20
  }
21
21
  /**
22
- * When the request activates a membership or ownership in PIM for groups, this object represents the eligibility request for the group. Otherwise, it is null.
22
+ * When the request activates a membership or ownership in PIM for Groups, this object represents the eligibility request for the group. Otherwise, it is null.
23
23
  */
24
24
  export interface ActivatedUsingRequestBuilderGetQueryParameters {
25
25
  /**
@@ -10,21 +10,21 @@ export interface GroupRequestBuilder extends BaseRequestBuilder<GroupRequestBuil
10
10
  */
11
11
  get serviceProvisioningErrors(): ServiceProvisioningErrorsRequestBuilder;
12
12
  /**
13
- * References the group that is the scope of the membership or ownership assignment through PIM for groups. Supports $expand.
13
+ * References the group that is the scope of the membership or ownership assignment through PIM for Groups. Supports $expand.
14
14
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
15
15
  * @returns {Promise<Group>}
16
16
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
17
17
  */
18
18
  get(requestConfiguration?: RequestConfiguration<GroupRequestBuilderGetQueryParameters> | undefined): Promise<Group | undefined>;
19
19
  /**
20
- * References the group that is the scope of the membership or ownership assignment through PIM for groups. Supports $expand.
20
+ * References the group that is the scope of the membership or ownership assignment through PIM for Groups. Supports $expand.
21
21
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
22
22
  * @returns {RequestInformation}
23
23
  */
24
24
  toGetRequestInformation(requestConfiguration?: RequestConfiguration<GroupRequestBuilderGetQueryParameters> | undefined): RequestInformation;
25
25
  }
26
26
  /**
27
- * References the group that is the scope of the membership or ownership assignment through PIM for groups. Supports $expand.
27
+ * References the group that is the scope of the membership or ownership assignment through PIM for Groups. Supports $expand.
28
28
  */
29
29
  export interface GroupRequestBuilderGetQueryParameters {
30
30
  /**
@@ -22,7 +22,7 @@ export interface FilterByCurrentUserWithOnGetResponse extends BaseCollectionPagi
22
22
  */
23
23
  export interface FilterByCurrentUserWithOnRequestBuilder extends BaseRequestBuilder<FilterByCurrentUserWithOnRequestBuilder> {
24
24
  /**
25
- * In PIM for groups, retrieve the requests for membership or ownership assignments for the calling principal to groups that are governed by PIM.
25
+ * In PIM for Groups, retrieve the requests for membership or ownership assignments for the calling principal to groups that are governed by PIM.
26
26
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
27
27
  * @returns {Promise<FilterByCurrentUserWithOnGetResponse>}
28
28
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
@@ -30,14 +30,14 @@ export interface FilterByCurrentUserWithOnRequestBuilder extends BaseRequestBuil
30
30
  */
31
31
  get(requestConfiguration?: RequestConfiguration<FilterByCurrentUserWithOnRequestBuilderGetQueryParameters> | undefined): Promise<FilterByCurrentUserWithOnGetResponse | undefined>;
32
32
  /**
33
- * In PIM for groups, retrieve the requests for membership or ownership assignments for the calling principal to groups that are governed by PIM.
33
+ * In PIM for Groups, retrieve the requests for membership or ownership assignments for the calling principal to groups that are governed by PIM.
34
34
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
35
35
  * @returns {RequestInformation}
36
36
  */
37
37
  toGetRequestInformation(requestConfiguration?: RequestConfiguration<FilterByCurrentUserWithOnRequestBuilderGetQueryParameters> | undefined): RequestInformation;
38
38
  }
39
39
  /**
40
- * In PIM for groups, retrieve the requests for membership or ownership assignments for the calling principal to groups that are governed by PIM.
40
+ * In PIM for Groups, retrieve the requests for membership or ownership assignments for the calling principal to groups that are governed by PIM.
41
41
  */
42
42
  export interface FilterByCurrentUserWithOnRequestBuilderGetQueryParameters {
43
43
  /**
@@ -5,21 +5,21 @@ import { type BaseRequestBuilder, type RequestConfiguration, type RequestInforma
5
5
  */
6
6
  export interface ActivatedUsingRequestBuilder extends BaseRequestBuilder<ActivatedUsingRequestBuilder> {
7
7
  /**
8
- * When the request activates a membership or ownership assignment in PIM for groups, this object represents the eligibility policy for the group. Otherwise, it is null. Supports $expand.
8
+ * When the request activates a membership or ownership assignment in PIM for Groups, this object represents the eligibility policy for the group. Otherwise, it is null. Supports $expand.
9
9
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
10
10
  * @returns {Promise<PrivilegedAccessGroupEligibilitySchedule>}
11
11
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
12
12
  */
13
13
  get(requestConfiguration?: RequestConfiguration<ActivatedUsingRequestBuilderGetQueryParameters> | undefined): Promise<PrivilegedAccessGroupEligibilitySchedule | undefined>;
14
14
  /**
15
- * When the request activates a membership or ownership assignment in PIM for groups, this object represents the eligibility policy for the group. Otherwise, it is null. Supports $expand.
15
+ * When the request activates a membership or ownership assignment in PIM for Groups, this object represents the eligibility policy for the group. Otherwise, it is null. Supports $expand.
16
16
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
17
17
  * @returns {RequestInformation}
18
18
  */
19
19
  toGetRequestInformation(requestConfiguration?: RequestConfiguration<ActivatedUsingRequestBuilderGetQueryParameters> | undefined): RequestInformation;
20
20
  }
21
21
  /**
22
- * When the request activates a membership or ownership assignment in PIM for groups, this object represents the eligibility policy for the group. Otherwise, it is null. Supports $expand.
22
+ * When the request activates a membership or ownership assignment in PIM for Groups, this object represents the eligibility policy for the group. Otherwise, it is null. Supports $expand.
23
23
  */
24
24
  export interface ActivatedUsingRequestBuilderGetQueryParameters {
25
25
  /**
@@ -10,21 +10,21 @@ export interface GroupRequestBuilder extends BaseRequestBuilder<GroupRequestBuil
10
10
  */
11
11
  get serviceProvisioningErrors(): ServiceProvisioningErrorsRequestBuilder;
12
12
  /**
13
- * References the group that is the scope of the membership or ownership assignment request through PIM for groups. Supports $expand and $select nested in $expand for select properties like id, displayName, and mail.
13
+ * References the group that is the scope of the membership or ownership assignment request through PIM for Groups. Supports $expand and $select nested in $expand for select properties like id, displayName, and mail.
14
14
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
15
15
  * @returns {Promise<Group>}
16
16
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
17
17
  */
18
18
  get(requestConfiguration?: RequestConfiguration<GroupRequestBuilderGetQueryParameters> | undefined): Promise<Group | undefined>;
19
19
  /**
20
- * References the group that is the scope of the membership or ownership assignment request through PIM for groups. Supports $expand and $select nested in $expand for select properties like id, displayName, and mail.
20
+ * References the group that is the scope of the membership or ownership assignment request through PIM for Groups. Supports $expand and $select nested in $expand for select properties like id, displayName, and mail.
21
21
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
22
22
  * @returns {RequestInformation}
23
23
  */
24
24
  toGetRequestInformation(requestConfiguration?: RequestConfiguration<GroupRequestBuilderGetQueryParameters> | undefined): RequestInformation;
25
25
  }
26
26
  /**
27
- * References the group that is the scope of the membership or ownership assignment request through PIM for groups. Supports $expand and $select nested in $expand for select properties like id, displayName, and mail.
27
+ * References the group that is the scope of the membership or ownership assignment request through PIM for Groups. Supports $expand and $select nested in $expand for select properties like id, displayName, and mail.
28
28
  */
29
29
  export interface GroupRequestBuilderGetQueryParameters {
30
30
  /**
@@ -22,7 +22,7 @@ export interface FilterByCurrentUserWithOnGetResponse extends BaseCollectionPagi
22
22
  */
23
23
  export interface FilterByCurrentUserWithOnRequestBuilder extends BaseRequestBuilder<FilterByCurrentUserWithOnRequestBuilder> {
24
24
  /**
25
- * In PIM for groups, retrieve the schedules for membership or ownership assignments for the calling principal to groups that are governed by PIM.
25
+ * In PIM for Groups, retrieve the schedules for membership or ownership assignments for the calling principal to groups that are governed by PIM.
26
26
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
27
27
  * @returns {Promise<FilterByCurrentUserWithOnGetResponse>}
28
28
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
@@ -30,14 +30,14 @@ export interface FilterByCurrentUserWithOnRequestBuilder extends BaseRequestBuil
30
30
  */
31
31
  get(requestConfiguration?: RequestConfiguration<FilterByCurrentUserWithOnRequestBuilderGetQueryParameters> | undefined): Promise<FilterByCurrentUserWithOnGetResponse | undefined>;
32
32
  /**
33
- * In PIM for groups, retrieve the schedules for membership or ownership assignments for the calling principal to groups that are governed by PIM.
33
+ * In PIM for Groups, retrieve the schedules for membership or ownership assignments for the calling principal to groups that are governed by PIM.
34
34
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
35
35
  * @returns {RequestInformation}
36
36
  */
37
37
  toGetRequestInformation(requestConfiguration?: RequestConfiguration<FilterByCurrentUserWithOnRequestBuilderGetQueryParameters> | undefined): RequestInformation;
38
38
  }
39
39
  /**
40
- * In PIM for groups, retrieve the schedules for membership or ownership assignments for the calling principal to groups that are governed by PIM.
40
+ * In PIM for Groups, retrieve the schedules for membership or ownership assignments for the calling principal to groups that are governed by PIM.
41
41
  */
42
42
  export interface FilterByCurrentUserWithOnRequestBuilderGetQueryParameters {
43
43
  /**
@@ -5,21 +5,21 @@ import { type BaseRequestBuilder, type RequestConfiguration, type RequestInforma
5
5
  */
6
6
  export interface ActivatedUsingRequestBuilder extends BaseRequestBuilder<ActivatedUsingRequestBuilder> {
7
7
  /**
8
- * When the request activates an ownership or membership assignment in PIM for groups, this object represents the eligibility relationship. Otherwise, it's null. Supports $expand.
8
+ * When the request activates an ownership or membership assignment in PIM for Groups, this object represents the eligibility relationship. Otherwise, it's null. Supports $expand.
9
9
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
10
10
  * @returns {Promise<PrivilegedAccessGroupEligibilitySchedule>}
11
11
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
12
12
  */
13
13
  get(requestConfiguration?: RequestConfiguration<ActivatedUsingRequestBuilderGetQueryParameters> | undefined): Promise<PrivilegedAccessGroupEligibilitySchedule | undefined>;
14
14
  /**
15
- * When the request activates an ownership or membership assignment in PIM for groups, this object represents the eligibility relationship. Otherwise, it's null. Supports $expand.
15
+ * When the request activates an ownership or membership assignment in PIM for Groups, this object represents the eligibility relationship. Otherwise, it's null. Supports $expand.
16
16
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
17
17
  * @returns {RequestInformation}
18
18
  */
19
19
  toGetRequestInformation(requestConfiguration?: RequestConfiguration<ActivatedUsingRequestBuilderGetQueryParameters> | undefined): RequestInformation;
20
20
  }
21
21
  /**
22
- * When the request activates an ownership or membership assignment in PIM for groups, this object represents the eligibility relationship. Otherwise, it's null. Supports $expand.
22
+ * When the request activates an ownership or membership assignment in PIM for Groups, this object represents the eligibility relationship. Otherwise, it's null. Supports $expand.
23
23
  */
24
24
  export interface ActivatedUsingRequestBuilderGetQueryParameters {
25
25
  /**
@@ -10,21 +10,21 @@ export interface GroupRequestBuilder extends BaseRequestBuilder<GroupRequestBuil
10
10
  */
11
11
  get serviceProvisioningErrors(): ServiceProvisioningErrorsRequestBuilder;
12
12
  /**
13
- * References the group that is the scope of the membership or ownership assignment through PIM for groups. Supports $expand and $select nested in $expand for select properties like id, displayName, and mail.
13
+ * References the group that is the scope of the membership or ownership assignment through PIM for Groups. Supports $expand and $select nested in $expand for select properties like id, displayName, and mail.
14
14
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
15
15
  * @returns {Promise<Group>}
16
16
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
17
17
  */
18
18
  get(requestConfiguration?: RequestConfiguration<GroupRequestBuilderGetQueryParameters> | undefined): Promise<Group | undefined>;
19
19
  /**
20
- * References the group that is the scope of the membership or ownership assignment through PIM for groups. Supports $expand and $select nested in $expand for select properties like id, displayName, and mail.
20
+ * References the group that is the scope of the membership or ownership assignment through PIM for Groups. Supports $expand and $select nested in $expand for select properties like id, displayName, and mail.
21
21
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
22
22
  * @returns {RequestInformation}
23
23
  */
24
24
  toGetRequestInformation(requestConfiguration?: RequestConfiguration<GroupRequestBuilderGetQueryParameters> | undefined): RequestInformation;
25
25
  }
26
26
  /**
27
- * References the group that is the scope of the membership or ownership assignment through PIM for groups. Supports $expand and $select nested in $expand for select properties like id, displayName, and mail.
27
+ * References the group that is the scope of the membership or ownership assignment through PIM for Groups. Supports $expand and $select nested in $expand for select properties like id, displayName, and mail.
28
28
  */
29
29
  export interface GroupRequestBuilderGetQueryParameters {
30
30
  /**
@@ -10,21 +10,21 @@ export interface GroupRequestBuilder extends BaseRequestBuilder<GroupRequestBuil
10
10
  */
11
11
  get serviceProvisioningErrors(): ServiceProvisioningErrorsRequestBuilder;
12
12
  /**
13
- * References the group that is the scope of the membership or ownership eligibility through PIM for groups. Supports $expand.
13
+ * References the group that is the scope of the membership or ownership eligibility through PIM for Groups. Supports $expand.
14
14
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
15
15
  * @returns {Promise<Group>}
16
16
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
17
17
  */
18
18
  get(requestConfiguration?: RequestConfiguration<GroupRequestBuilderGetQueryParameters> | undefined): Promise<Group | undefined>;
19
19
  /**
20
- * References the group that is the scope of the membership or ownership eligibility through PIM for groups. Supports $expand.
20
+ * References the group that is the scope of the membership or ownership eligibility through PIM for Groups. Supports $expand.
21
21
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
22
22
  * @returns {RequestInformation}
23
23
  */
24
24
  toGetRequestInformation(requestConfiguration?: RequestConfiguration<GroupRequestBuilderGetQueryParameters> | undefined): RequestInformation;
25
25
  }
26
26
  /**
27
- * References the group that is the scope of the membership or ownership eligibility through PIM for groups. Supports $expand.
27
+ * References the group that is the scope of the membership or ownership eligibility through PIM for Groups. Supports $expand.
28
28
  */
29
29
  export interface GroupRequestBuilderGetQueryParameters {
30
30
  /**
@@ -22,7 +22,7 @@ export interface FilterByCurrentUserWithOnGetResponse extends BaseCollectionPagi
22
22
  */
23
23
  export interface FilterByCurrentUserWithOnRequestBuilder extends BaseRequestBuilder<FilterByCurrentUserWithOnRequestBuilder> {
24
24
  /**
25
- * In PIM for groups, retrieve the requests for membership or ownership eligibilities for the calling principal to groups that are governed by PIM.
25
+ * In PIM for Groups, retrieve the requests for membership or ownership eligibilities for the calling principal to groups that are governed by PIM.
26
26
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
27
27
  * @returns {Promise<FilterByCurrentUserWithOnGetResponse>}
28
28
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
@@ -30,14 +30,14 @@ export interface FilterByCurrentUserWithOnRequestBuilder extends BaseRequestBuil
30
30
  */
31
31
  get(requestConfiguration?: RequestConfiguration<FilterByCurrentUserWithOnRequestBuilderGetQueryParameters> | undefined): Promise<FilterByCurrentUserWithOnGetResponse | undefined>;
32
32
  /**
33
- * In PIM for groups, retrieve the requests for membership or ownership eligibilities for the calling principal to groups that are governed by PIM.
33
+ * In PIM for Groups, retrieve the requests for membership or ownership eligibilities for the calling principal to groups that are governed by PIM.
34
34
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
35
35
  * @returns {RequestInformation}
36
36
  */
37
37
  toGetRequestInformation(requestConfiguration?: RequestConfiguration<FilterByCurrentUserWithOnRequestBuilderGetQueryParameters> | undefined): RequestInformation;
38
38
  }
39
39
  /**
40
- * In PIM for groups, retrieve the requests for membership or ownership eligibilities for the calling principal to groups that are governed by PIM.
40
+ * In PIM for Groups, retrieve the requests for membership or ownership eligibilities for the calling principal to groups that are governed by PIM.
41
41
  */
42
42
  export interface FilterByCurrentUserWithOnRequestBuilderGetQueryParameters {
43
43
  /**
@@ -10,21 +10,21 @@ export interface GroupRequestBuilder extends BaseRequestBuilder<GroupRequestBuil
10
10
  */
11
11
  get serviceProvisioningErrors(): ServiceProvisioningErrorsRequestBuilder;
12
12
  /**
13
- * References the group that is the scope of the membership or ownership eligibility request through PIM for groups. Supports $expand and $select nested in $expand for select properties like id, displayName, and mail.
13
+ * References the group that is the scope of the membership or ownership eligibility request through PIM for Groups. Supports $expand and $select nested in $expand for select properties like id, displayName, and mail.
14
14
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
15
15
  * @returns {Promise<Group>}
16
16
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
17
17
  */
18
18
  get(requestConfiguration?: RequestConfiguration<GroupRequestBuilderGetQueryParameters> | undefined): Promise<Group | undefined>;
19
19
  /**
20
- * References the group that is the scope of the membership or ownership eligibility request through PIM for groups. Supports $expand and $select nested in $expand for select properties like id, displayName, and mail.
20
+ * References the group that is the scope of the membership or ownership eligibility request through PIM for Groups. Supports $expand and $select nested in $expand for select properties like id, displayName, and mail.
21
21
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
22
22
  * @returns {RequestInformation}
23
23
  */
24
24
  toGetRequestInformation(requestConfiguration?: RequestConfiguration<GroupRequestBuilderGetQueryParameters> | undefined): RequestInformation;
25
25
  }
26
26
  /**
27
- * References the group that is the scope of the membership or ownership eligibility request through PIM for groups. Supports $expand and $select nested in $expand for select properties like id, displayName, and mail.
27
+ * References the group that is the scope of the membership or ownership eligibility request through PIM for Groups. Supports $expand and $select nested in $expand for select properties like id, displayName, and mail.
28
28
  */
29
29
  export interface GroupRequestBuilderGetQueryParameters {
30
30
  /**
@@ -10,21 +10,21 @@ export interface GroupRequestBuilder extends BaseRequestBuilder<GroupRequestBuil
10
10
  */
11
11
  get serviceProvisioningErrors(): ServiceProvisioningErrorsRequestBuilder;
12
12
  /**
13
- * References the group that is the scope of the membership or ownership eligibility through PIM for groups. Supports $expand.
13
+ * References the group that is the scope of the membership or ownership eligibility through PIM for Groups. Supports $expand.
14
14
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
15
15
  * @returns {Promise<Group>}
16
16
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
17
17
  */
18
18
  get(requestConfiguration?: RequestConfiguration<GroupRequestBuilderGetQueryParameters> | undefined): Promise<Group | undefined>;
19
19
  /**
20
- * References the group that is the scope of the membership or ownership eligibility through PIM for groups. Supports $expand.
20
+ * References the group that is the scope of the membership or ownership eligibility through PIM for Groups. Supports $expand.
21
21
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
22
22
  * @returns {RequestInformation}
23
23
  */
24
24
  toGetRequestInformation(requestConfiguration?: RequestConfiguration<GroupRequestBuilderGetQueryParameters> | undefined): RequestInformation;
25
25
  }
26
26
  /**
27
- * References the group that is the scope of the membership or ownership eligibility through PIM for groups. Supports $expand.
27
+ * References the group that is the scope of the membership or ownership eligibility through PIM for Groups. Supports $expand.
28
28
  */
29
29
  export interface GroupRequestBuilderGetQueryParameters {
30
30
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/msgraph-sdk-identitygovernance",
3
- "version": "1.0.0-preview.60",
3
+ "version": "1.0.0-preview.61",
4
4
  "description": "IdentityGovernance fluent API for Microsoft Graph",
5
5
  "keywords": [
6
6
  "Microsoft",
@@ -37,5 +37,5 @@
37
37
  "typescript": "^5.3.3"
38
38
  },
39
39
  "type": "module",
40
- "gitHead": "161b99523e98b4bbadc2dd5d6f1eef9ea9904589"
40
+ "gitHead": "10ccef2f1e6eee790f39e500da01ea26892bfe83"
41
41
  }