@microsoft/msgraph-sdk-identitygovernance 1.0.0-preview.39 → 1.0.0-preview.41
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.
|
@@ -5,10 +5,10 @@ import { type BaseRequestBuilder, type RequestConfiguration, type RequestInforma
|
|
|
5
5
|
*/
|
|
6
6
|
export interface CustomCalloutExtensionItemRequestBuilder extends BaseRequestBuilder<CustomCalloutExtensionItemRequestBuilder> {
|
|
7
7
|
/**
|
|
8
|
-
* Delete an
|
|
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/
|
|
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
|
/**
|
|
@@ -20,16 +20,16 @@ export interface CustomCalloutExtensionItemRequestBuilder extends BaseRequestBui
|
|
|
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 accessPackageAssignmentRequestWorkflowExtension 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/accesspackageassignmentrequestworkflowextension-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
|
/**
|
|
32
|
-
* Delete an
|
|
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
|
*/
|
|
@@ -41,7 +41,7 @@ export interface CustomCalloutExtensionItemRequestBuilder extends BaseRequestBui
|
|
|
41
41
|
*/
|
|
42
42
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<CustomCalloutExtensionItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
43
43
|
/**
|
|
44
|
-
* Update the properties of an
|
|
44
|
+
* Update the properties of an accessPackageAssignmentRequestWorkflowExtension 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}
|
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.41",
|
|
4
4
|
"description": "IdentityGovernance fluent API for Microsoft Graph",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Microsoft",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"typescript": "^5.3.3"
|
|
44
44
|
},
|
|
45
45
|
"type": "module",
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "0ca49f5e7dda09f7124f2a23ab49be2eef5173d6"
|
|
47
47
|
}
|