@microsoft/msgraph-sdk-identitygovernance 1.0.0-preview.60 → 1.0.0-preview.62
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.
- package/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUserWithOn/index.d.ts +3 -3
- package/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/index.d.ts +3 -3
- package/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/item/index.d.ts +3 -3
- package/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/item/stages/index.d.ts +3 -3
- package/identityGovernance/entitlementManagement/catalogs/item/customWorkflowExtensions/item/index.d.ts +7 -7
- package/identityGovernance/privilegedAccess/group/assignmentApprovals/filterByCurrentUserWithOn/index.d.ts +3 -3
- package/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/filterByCurrentUserWithOn/index.d.ts +3 -3
- package/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/item/activatedUsing/index.d.ts +3 -3
- package/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/item/group/index.d.ts +3 -3
- package/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/filterByCurrentUserWithOn/index.d.ts +3 -3
- package/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/item/activatedUsing/index.d.ts +3 -3
- package/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/item/group/index.d.ts +3 -3
- package/identityGovernance/privilegedAccess/group/assignmentSchedules/filterByCurrentUserWithOn/index.d.ts +3 -3
- package/identityGovernance/privilegedAccess/group/assignmentSchedules/item/activatedUsing/index.d.ts +3 -3
- package/identityGovernance/privilegedAccess/group/assignmentSchedules/item/group/index.d.ts +3 -3
- package/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/item/group/index.d.ts +3 -3
- package/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/filterByCurrentUserWithOn/index.d.ts +3 -3
- package/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/item/group/index.d.ts +3 -3
- package/identityGovernance/privilegedAccess/group/eligibilitySchedules/item/group/index.d.ts +3 -3
- package/package.json +2 -2
- 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
|
|
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
|
|
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
|
|
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
|
/**
|
package/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/index.d.ts
CHANGED
|
@@ -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
|
|
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
|
|
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
|
|
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
|
/**
|
package/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/item/index.d.ts
CHANGED
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
/**
|
|
@@ -12,20 +12,20 @@ export interface CustomCalloutExtensionItemRequestBuilder extends BaseRequestBui
|
|
|
12
12
|
*/
|
|
13
13
|
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
14
14
|
/**
|
|
15
|
-
* Read the properties and relationships of an
|
|
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/
|
|
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
|
/**
|
|
23
|
-
* Update the properties of an
|
|
23
|
+
* Update the properties of an accessPackageAssignmentWorkflowExtension object.
|
|
24
24
|
* @param body The request body
|
|
25
25
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
26
26
|
* @returns {Promise<CustomCalloutExtension>}
|
|
27
27
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
28
|
-
* @see {@link https://learn.microsoft.com/graph/api/
|
|
28
|
+
* @see {@link https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-update?view=graph-rest-1.0|Find more info here}
|
|
29
29
|
*/
|
|
30
30
|
patch(body: CustomCalloutExtension, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<CustomCalloutExtension | undefined>;
|
|
31
31
|
/**
|
|
@@ -35,13 +35,13 @@ export interface CustomCalloutExtensionItemRequestBuilder extends BaseRequestBui
|
|
|
35
35
|
*/
|
|
36
36
|
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
37
37
|
/**
|
|
38
|
-
* Read the properties and relationships of an
|
|
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
|
*/
|
|
42
42
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<CustomCalloutExtensionItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
43
43
|
/**
|
|
44
|
-
* Update the properties of an
|
|
44
|
+
* Update the properties of an accessPackageAssignmentWorkflowExtension object.
|
|
45
45
|
* @param body The request body
|
|
46
46
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
47
47
|
* @returns {RequestInformation}
|
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
/**
|
package/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/item/group/index.d.ts
CHANGED
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
/**
|
package/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/item/group/index.d.ts
CHANGED
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
/**
|
package/identityGovernance/privilegedAccess/group/assignmentSchedules/item/activatedUsing/index.d.ts
CHANGED
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
/**
|
package/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/item/group/index.d.ts
CHANGED
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
/**
|
package/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/item/group/index.d.ts
CHANGED
|
@@ -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
|
|
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
|
|
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
|
|
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
|
/**
|
package/identityGovernance/privilegedAccess/group/eligibilitySchedules/item/group/index.d.ts
CHANGED
|
@@ -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
|
|
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
|
|
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
|
|
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.
|
|
3
|
+
"version": "1.0.0-preview.62",
|
|
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": "
|
|
40
|
+
"gitHead": "7cff6e38fce4b6ffee67b203c4da3e0088c58aea"
|
|
41
41
|
}
|