@microsoft/msgraph-sdk-identitygovernance 1.0.0-preview.64 → 1.0.0-preview.65

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.
@@ -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 the properties and relationships of an accessPackage object.
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.
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-get?view=graph-rest-1.0|Find more info here}
54
+ * @see {@link https://learn.microsoft.com/graph/api/accesspackage-list-resourcerolescopes?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 the properties and relationships of an accessPackage object.
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.
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 the properties and relationships of an accessPackage object.
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.
88
88
  */
89
89
  export interface AccessPackageItemRequestBuilderGetQueryParameters {
90
90
  /**
@@ -20,12 +20,12 @@ 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
  /**
@@ -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}
@@ -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 the properties and relationships of an agreement object.
30
+ * Retrieve all files related to an agreement. This includes the default file and all localized files.
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-get?view=graph-rest-1.0|Find more info here}
34
+ * @see {@link https://learn.microsoft.com/graph/api/agreement-list-files?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 the properties and relationships of an agreement object.
53
+ * Retrieve all files related to an agreement. This includes the default file and all localized files.
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 the properties and relationships of an agreement object.
67
+ * Retrieve all files related to an agreement. This includes the default file and all localized files.
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.64",
3
+ "version": "1.0.0-preview.65",
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": "4c4fecc9f5be9296580eb190fe45116bbcff4f32"
40
+ "gitHead": "5d044a693af781fb247a471169db52d8c38d43bf"
41
41
  }