@microsoft/msgraph-sdk-identitygovernance 1.0.0-preview.71 → 1.0.0-preview.73

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 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
  /**
@@ -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 accessPackageAssignmentWorkflowExtension object.
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/accesspackageassignmentworkflowextension-update?view=graph-rest-1.0|Find more info here}
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 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
  */
@@ -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 accessPackageAssignmentWorkflowExtension object.
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}
@@ -17,21 +17,21 @@ export interface ExecutionScopeRequestBuilder extends BaseRequestBuilder<Executi
17
17
  */
18
18
  byUserProcessingResultId(userProcessingResultId: string): UserProcessingResultItemRequestBuilder;
19
19
  /**
20
- * The unique identifier of the Microsoft Entra identity that last modified the workflow object.
20
+ * The list of users that meet the workflowExecutionConditions of a workflow.
21
21
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
22
22
  * @returns {Promise<UserProcessingResultCollectionResponse>}
23
23
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
24
24
  */
25
25
  get(requestConfiguration?: RequestConfiguration<ExecutionScopeRequestBuilderGetQueryParameters> | undefined): Promise<UserProcessingResultCollectionResponse | undefined>;
26
26
  /**
27
- * The unique identifier of the Microsoft Entra identity that last modified the workflow object.
27
+ * The list of users that meet the workflowExecutionConditions of a workflow.
28
28
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
29
29
  * @returns {RequestInformation}
30
30
  */
31
31
  toGetRequestInformation(requestConfiguration?: RequestConfiguration<ExecutionScopeRequestBuilderGetQueryParameters> | undefined): RequestInformation;
32
32
  }
33
33
  /**
34
- * The unique identifier of the Microsoft Entra identity that last modified the workflow object.
34
+ * The list of users that meet the workflowExecutionConditions of a workflow.
35
35
  */
36
36
  export interface ExecutionScopeRequestBuilderGetQueryParameters {
37
37
  /**
@@ -5,21 +5,21 @@ import { type BaseRequestBuilder, type RequestConfiguration, type RequestInforma
5
5
  */
6
6
  export interface UserProcessingResultItemRequestBuilder extends BaseRequestBuilder<UserProcessingResultItemRequestBuilder> {
7
7
  /**
8
- * The unique identifier of the Microsoft Entra identity that last modified the workflow object.
8
+ * The list of users that meet the workflowExecutionConditions of a workflow.
9
9
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
10
10
  * @returns {Promise<UserProcessingResult>}
11
11
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
12
12
  */
13
13
  get(requestConfiguration?: RequestConfiguration<UserProcessingResultItemRequestBuilderGetQueryParameters> | undefined): Promise<UserProcessingResult | undefined>;
14
14
  /**
15
- * The unique identifier of the Microsoft Entra identity that last modified the workflow object.
15
+ * The list of users that meet the workflowExecutionConditions of a workflow.
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<UserProcessingResultItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
20
20
  }
21
21
  /**
22
- * The unique identifier of the Microsoft Entra identity that last modified the workflow object.
22
+ * The list of users that meet the workflowExecutionConditions of a workflow.
23
23
  */
24
24
  export interface UserProcessingResultItemRequestBuilderGetQueryParameters {
25
25
  /**
@@ -17,21 +17,21 @@ export interface ExecutionScopeRequestBuilder extends BaseRequestBuilder<Executi
17
17
  */
18
18
  byUserProcessingResultId(userProcessingResultId: string): UserProcessingResultItemRequestBuilder;
19
19
  /**
20
- * The unique identifier of the Microsoft Entra identity that last modified the workflow object.
20
+ * The list of users that meet the workflowExecutionConditions of a workflow.
21
21
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
22
22
  * @returns {Promise<UserProcessingResultCollectionResponse>}
23
23
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
24
24
  */
25
25
  get(requestConfiguration?: RequestConfiguration<ExecutionScopeRequestBuilderGetQueryParameters> | undefined): Promise<UserProcessingResultCollectionResponse | undefined>;
26
26
  /**
27
- * The unique identifier of the Microsoft Entra identity that last modified the workflow object.
27
+ * The list of users that meet the workflowExecutionConditions of a workflow.
28
28
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
29
29
  * @returns {RequestInformation}
30
30
  */
31
31
  toGetRequestInformation(requestConfiguration?: RequestConfiguration<ExecutionScopeRequestBuilderGetQueryParameters> | undefined): RequestInformation;
32
32
  }
33
33
  /**
34
- * The unique identifier of the Microsoft Entra identity that last modified the workflow object.
34
+ * The list of users that meet the workflowExecutionConditions of a workflow.
35
35
  */
36
36
  export interface ExecutionScopeRequestBuilderGetQueryParameters {
37
37
  /**
@@ -5,21 +5,21 @@ import { type BaseRequestBuilder, type RequestConfiguration, type RequestInforma
5
5
  */
6
6
  export interface UserProcessingResultItemRequestBuilder extends BaseRequestBuilder<UserProcessingResultItemRequestBuilder> {
7
7
  /**
8
- * The unique identifier of the Microsoft Entra identity that last modified the workflow object.
8
+ * The list of users that meet the workflowExecutionConditions of a workflow.
9
9
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
10
10
  * @returns {Promise<UserProcessingResult>}
11
11
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
12
12
  */
13
13
  get(requestConfiguration?: RequestConfiguration<UserProcessingResultItemRequestBuilderGetQueryParameters> | undefined): Promise<UserProcessingResult | undefined>;
14
14
  /**
15
- * The unique identifier of the Microsoft Entra identity that last modified the workflow object.
15
+ * The list of users that meet the workflowExecutionConditions of a workflow.
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<UserProcessingResultItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
20
20
  }
21
21
  /**
22
- * The unique identifier of the Microsoft Entra identity that last modified the workflow object.
22
+ * The list of users that meet the workflowExecutionConditions of a workflow.
23
23
  */
24
24
  export interface UserProcessingResultItemRequestBuilderGetQueryParameters {
25
25
  /**
@@ -27,11 +27,11 @@ export interface AgreementItemRequestBuilder extends BaseRequestBuilder<Agreemen
27
27
  */
28
28
  delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
29
29
  /**
30
- * Retrieve all files related to an agreement. This includes the default file and all localized files.
30
+ * Retrieve the properties and relationships of an agreement object.
31
31
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
32
32
  * @returns {Promise<Agreement>}
33
33
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
34
- * @see {@link https://learn.microsoft.com/graph/api/agreement-list-files?view=graph-rest-1.0|Find more info here}
34
+ * @see {@link https://learn.microsoft.com/graph/api/agreement-get?view=graph-rest-1.0|Find more info here}
35
35
  */
36
36
  get(requestConfiguration?: RequestConfiguration<AgreementItemRequestBuilderGetQueryParameters> | undefined): Promise<Agreement | undefined>;
37
37
  /**
@@ -50,7 +50,7 @@ export interface AgreementItemRequestBuilder extends BaseRequestBuilder<Agreemen
50
50
  */
51
51
  toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
52
52
  /**
53
- * Retrieve all files related to an agreement. This includes the default file and all localized files.
53
+ * Retrieve the properties and relationships of an agreement object.
54
54
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
55
55
  * @returns {RequestInformation}
56
56
  */
@@ -64,7 +64,7 @@ export interface AgreementItemRequestBuilder extends BaseRequestBuilder<Agreemen
64
64
  toPatchRequestInformation(body: Agreement, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
65
65
  }
66
66
  /**
67
- * Retrieve all files related to an agreement. This includes the default file and all localized files.
67
+ * Retrieve the properties and relationships of an agreement object.
68
68
  */
69
69
  export interface AgreementItemRequestBuilderGetQueryParameters {
70
70
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/msgraph-sdk-identitygovernance",
3
- "version": "1.0.0-preview.71",
3
+ "version": "1.0.0-preview.73",
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": "7ecd4554ed87ecf668dc55ed7ec7bc88b99ddbe1"
40
+ "gitHead": "d487021ccefd069db80393cc936b542de6475cb2"
41
41
  }