diff --git a/packages/kiota-lock.json b/packages/kiota-lock.json index d04ac528ede..519eede09aa 100644 --- a/packages/kiota-lock.json +++ b/packages/kiota-lock.json @@ -1,5 +1,5 @@ { - "descriptionHash": "793F8F6E51013A63CC9E20C4818887CD9F1D782041A82141E4EEB98ABD3B7511D9F7DDA5A504B6CDAC464DD651895A78DDF749C03845E28D132B001A09D600AD", + "descriptionHash": "1670D24DA492A8638DCFD4D6A3F4DB6C1C5080E81D9CFFAC2C8DC3E4CD988231631FC1E9DE0F2791AFD2BA752B720A34CA094B42F880EE0C05E917D532372898", "descriptionLocation": "../../msgraph-metadata/clean_v10_openapi/openapi.yaml", "lockFileVersion": "1.0.0", "kiotaVersion": "1.34.1", diff --git a/packages/msgraph-sdk-chats/chats/item/targetedMessages/index.ts b/packages/msgraph-sdk-chats/chats/item/targetedMessages/index.ts index 6a5916bed2a..122e23934d8 100644 --- a/packages/msgraph-sdk-chats/chats/item/targetedMessages/index.ts +++ b/packages/msgraph-sdk-chats/chats/item/targetedMessages/index.ts @@ -27,7 +27,7 @@ export interface TargetedMessagesRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -42,7 +42,7 @@ export interface TargetedMessagesRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Get targetedMessages from chats + * A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +56,7 @@ export interface TargetedMessagesRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Get targetedMessages from chats + * A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API. */ export interface TargetedMessagesRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-chats/chats/item/targetedMessages/item/index.ts b/packages/msgraph-sdk-chats/chats/item/targetedMessages/item/index.ts index 9186541c439..40734ed7ee7 100644 --- a/packages/msgraph-sdk-chats/chats/item/targetedMessages/item/index.ts +++ b/packages/msgraph-sdk-chats/chats/item/targetedMessages/item/index.ts @@ -31,7 +31,7 @@ export interface TargetedChatMessageItemRequestBuilder extends BaseRequestBuilde */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get targetedMessages from chats + * A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -52,7 +52,7 @@ export interface TargetedChatMessageItemRequestBuilder extends BaseRequestBuilde */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Get targetedMessages from chats + * A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -66,7 +66,7 @@ export interface TargetedChatMessageItemRequestBuilder extends BaseRequestBuilde toPatchRequestInformation(body: TargetedChatMessage, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get targetedMessages from chats + * A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API. */ export interface TargetedChatMessageItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-directory/directory/recovery/jobs/index.ts b/packages/msgraph-sdk-directory/directory/recovery/jobs/index.ts index 3bf81f5fd9f..9832b825eda 100644 --- a/packages/msgraph-sdk-directory/directory/recovery/jobs/index.ts +++ b/packages/msgraph-sdk-directory/directory/recovery/jobs/index.ts @@ -27,10 +27,11 @@ export interface JobsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code + * @see {@link https://learn.microsoft.com/graph/api/entrarecoveryservices-recovery-list-jobs?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -42,7 +43,7 @@ export interface JobsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Get jobs from directory + * Get a list of all recovery recoveryJobBase objects (both preview and recovery jobs) across all snapshots for the tenant. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +57,7 @@ export interface JobsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Get jobs from directory + * Get a list of all recovery recoveryJobBase objects (both preview and recovery jobs) across all snapshots for the tenant. */ export interface JobsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-directory/directory/recovery/jobs/item/index.ts b/packages/msgraph-sdk-directory/directory/recovery/jobs/item/index.ts index 7e86013c868..39fc4b6e045 100644 --- a/packages/msgraph-sdk-directory/directory/recovery/jobs/item/index.ts +++ b/packages/msgraph-sdk-directory/directory/recovery/jobs/item/index.ts @@ -25,7 +25,7 @@ export interface RecoveryJobBaseItemRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Get jobs from directory + * Collection of all recovery jobs (both preview and recovery) for the tenant. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -46,7 +46,7 @@ export interface RecoveryJobBaseItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Get jobs from directory + * Collection of all recovery jobs (both preview and recovery) for the tenant. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -60,7 +60,7 @@ export interface RecoveryJobBaseItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Get jobs from directory + * Collection of all recovery jobs (both preview and recovery) for the tenant. */ export interface RecoveryJobBaseItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-directory/directory/recovery/snapshots/index.ts b/packages/msgraph-sdk-directory/directory/recovery/snapshots/index.ts index 5ed43a5f4fc..a9d1f0894ba 100644 --- a/packages/msgraph-sdk-directory/directory/recovery/snapshots/index.ts +++ b/packages/msgraph-sdk-directory/directory/recovery/snapshots/index.ts @@ -27,10 +27,11 @@ export interface SnapshotsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code + * @see {@link https://learn.microsoft.com/graph/api/entrarecoveryservices-recovery-list-snapshots?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** @@ -42,7 +43,7 @@ export interface SnapshotsRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Get snapshots from directory + * Get a list of available backup snapshot objects for the tenant. Snapshots represent points in time to which the tenant can be restored. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +57,7 @@ export interface SnapshotsRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Get snapshots from directory + * Get a list of available backup snapshot objects for the tenant. Snapshots represent points in time to which the tenant can be restored. */ export interface SnapshotsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-directory/directory/recovery/snapshots/item/index.ts b/packages/msgraph-sdk-directory/directory/recovery/snapshots/item/index.ts index 47fab14dc11..e03372a42cc 100644 --- a/packages/msgraph-sdk-directory/directory/recovery/snapshots/item/index.ts +++ b/packages/msgraph-sdk-directory/directory/recovery/snapshots/item/index.ts @@ -31,7 +31,7 @@ export interface SnapshotItemRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Get snapshots from directory + * Collection of backup snapshots available for the tenant. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -52,7 +52,7 @@ export interface SnapshotItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Get snapshots from directory + * Collection of backup snapshots available for the tenant. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -66,7 +66,7 @@ export interface SnapshotItemRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Get snapshots from directory + * Collection of backup snapshots available for the tenant. */ export interface SnapshotItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-directory/directory/recovery/snapshots/item/recoveryJobs/index.ts b/packages/msgraph-sdk-directory/directory/recovery/snapshots/item/recoveryJobs/index.ts index 430f55074eb..1df9434d2a1 100644 --- a/packages/msgraph-sdk-directory/directory/recovery/snapshots/item/recoveryJobs/index.ts +++ b/packages/msgraph-sdk-directory/directory/recovery/snapshots/item/recoveryJobs/index.ts @@ -27,21 +27,21 @@ export interface RecoveryJobsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get recoveryJobs from directory + * Collection of recovery jobs created for this snapshot. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get recoveryJobs from directory + * Collection of recovery jobs created for this snapshot. */ export interface RecoveryJobsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-directory/directory/recovery/snapshots/item/recoveryJobs/item/index.ts b/packages/msgraph-sdk-directory/directory/recovery/snapshots/item/recoveryJobs/item/index.ts index ea02cae5a1c..44286397606 100644 --- a/packages/msgraph-sdk-directory/directory/recovery/snapshots/item/recoveryJobs/item/index.ts +++ b/packages/msgraph-sdk-directory/directory/recovery/snapshots/item/recoveryJobs/item/index.ts @@ -13,21 +13,21 @@ import { type BaseRequestBuilder, type Parsable, type ParsableFactory, type Requ */ export interface RecoveryJobItemRequestBuilder extends BaseRequestBuilder { /** - * Get recoveryJobs from directory + * Collection of recovery jobs created for this snapshot. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get recoveryJobs from directory + * Collection of recovery jobs created for this snapshot. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get recoveryJobs from directory + * Collection of recovery jobs created for this snapshot. */ export interface RecoveryJobItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-directory/directory/recovery/snapshots/item/recoveryPreviewJobs/index.ts b/packages/msgraph-sdk-directory/directory/recovery/snapshots/item/recoveryPreviewJobs/index.ts index 2f043a9d524..31a0e41e786 100644 --- a/packages/msgraph-sdk-directory/directory/recovery/snapshots/item/recoveryPreviewJobs/index.ts +++ b/packages/msgraph-sdk-directory/directory/recovery/snapshots/item/recoveryPreviewJobs/index.ts @@ -27,21 +27,21 @@ export interface RecoveryPreviewJobsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get recoveryPreviewJobs from directory + * Collection of preview jobs created for this snapshot. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get recoveryPreviewJobs from directory + * Collection of preview jobs created for this snapshot. */ export interface RecoveryPreviewJobsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-directory/directory/recovery/snapshots/item/recoveryPreviewJobs/item/index.ts b/packages/msgraph-sdk-directory/directory/recovery/snapshots/item/recoveryPreviewJobs/item/index.ts index 183c6882fe4..33fdaa5e1e5 100644 --- a/packages/msgraph-sdk-directory/directory/recovery/snapshots/item/recoveryPreviewJobs/item/index.ts +++ b/packages/msgraph-sdk-directory/directory/recovery/snapshots/item/recoveryPreviewJobs/item/index.ts @@ -13,21 +13,21 @@ import { type BaseRequestBuilder, type Parsable, type ParsableFactory, type Requ */ export interface RecoveryPreviewJobItemRequestBuilder extends BaseRequestBuilder { /** - * Get recoveryPreviewJobs from directory + * Collection of preview jobs created for this snapshot. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get recoveryPreviewJobs from directory + * Collection of preview jobs created for this snapshot. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get recoveryPreviewJobs from directory + * Collection of preview jobs created for this snapshot. */ export interface RecoveryPreviewJobItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-drives/drives/item/items/item/assignSensitivityLabel/index.ts b/packages/msgraph-sdk-drives/drives/item/items/item/assignSensitivityLabel/index.ts index 975579ccf1c..e2123d78832 100644 --- a/packages/msgraph-sdk-drives/drives/item/items/item/assignSensitivityLabel/index.ts +++ b/packages/msgraph-sdk-drives/drives/item/items/item/assignSensitivityLabel/index.ts @@ -31,14 +31,15 @@ export interface AssignSensitivityLabelPostRequestBody extends AdditionalDataHol */ export interface AssignSensitivityLabelRequestBuilder extends BaseRequestBuilder { /** - * Invoke action assignSensitivityLabel + * Asynchronously assign a sensitivity label to a driveItem. This API is part of the Microsoft SharePoint and OneDrive APIs that perform advanced premium administrative functions, and is considered as protected. Protected APIs require you to have more validations, beyond permission and consent, before you can use them. For more information about sensitivity labels from an administrator's perspective, see Enable sensitivity labels for Office files in SharePoint and OneDrive. This API applies sensitivity labels to files at rest. Office clients don't apply watermarks, headers, or footers to files that contain the label information. For more information about sensitivity labels from an administrator's perspective, see Enable sensitivity labels for Office files in SharePoint and OneDrive. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @throws {ODataError} error when the service returns a 4XX or 5XX status code + * @see {@link https://learn.microsoft.com/graph/api/driveitem-assignsensitivitylabel?view=graph-rest-1.0|Find more info here} */ post(body: AssignSensitivityLabelPostRequestBody, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Invoke action assignSensitivityLabel + * Asynchronously assign a sensitivity label to a driveItem. This API is part of the Microsoft SharePoint and OneDrive APIs that perform advanced premium administrative functions, and is considered as protected. Protected APIs require you to have more validations, beyond permission and consent, before you can use them. For more information about sensitivity labels from an administrator's perspective, see Enable sensitivity labels for Office files in SharePoint and OneDrive. This API applies sensitivity labels to files at rest. Office clients don't apply watermarks, headers, or footers to files that contain the label information. For more information about sensitivity labels from an administrator's perspective, see Enable sensitivity labels for Office files in SharePoint and OneDrive. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-sdk-security/security/auditLog/index.ts b/packages/msgraph-sdk-security/security/auditLog/index.ts index 753516bfb3e..67393241dd2 100644 --- a/packages/msgraph-sdk-security/security/auditLog/index.ts +++ b/packages/msgraph-sdk-security/security/auditLog/index.ts @@ -25,7 +25,7 @@ export interface AuditLogRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Get auditLog from security + * The entry point for the audit log query API. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -46,7 +46,7 @@ export interface AuditLogRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; /** - * Get auditLog from security + * The entry point for the audit log query API. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -60,7 +60,7 @@ export interface AuditLogRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Get auditLog from security + * The entry point for the audit log query API. */ export interface AuditLogRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-security/security/auditLog/queries/item/records/index.ts b/packages/msgraph-sdk-security/security/auditLog/queries/item/records/index.ts index 6b592c43586..302d0cfcf3c 100644 --- a/packages/msgraph-sdk-security/security/auditLog/queries/item/records/index.ts +++ b/packages/msgraph-sdk-security/security/auditLog/queries/item/records/index.ts @@ -27,21 +27,21 @@ export interface RecordsRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * An individual audit log record. + * The collection of audit log records retrieved by the query. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * An individual audit log record. + * The collection of audit log records retrieved by the query. */ export interface RecordsRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-security/security/auditLog/queries/item/records/item/index.ts b/packages/msgraph-sdk-security/security/auditLog/queries/item/records/item/index.ts index 88ba33ccb01..87c744aa4fe 100644 --- a/packages/msgraph-sdk-security/security/auditLog/queries/item/records/item/index.ts +++ b/packages/msgraph-sdk-security/security/auditLog/queries/item/records/item/index.ts @@ -13,21 +13,21 @@ import { type BaseRequestBuilder, type Parsable, type ParsableFactory, type Requ */ export interface AuditLogRecordItemRequestBuilder extends BaseRequestBuilder { /** - * An individual audit log record. + * The collection of audit log records retrieved by the query. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * An individual audit log record. + * The collection of audit log records retrieved by the query. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * An individual audit log record. + * The collection of audit log records retrieved by the query. */ export interface AuditLogRecordItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-users/users/item/chats/item/targetedMessages/index.ts b/packages/msgraph-sdk-users/users/item/chats/item/targetedMessages/index.ts index b761e72b6a3..2c8442bf17f 100644 --- a/packages/msgraph-sdk-users/users/item/chats/item/targetedMessages/index.ts +++ b/packages/msgraph-sdk-users/users/item/chats/item/targetedMessages/index.ts @@ -27,7 +27,7 @@ export interface TargetedMessagesRequestBuilder extends BaseRequestBuilder} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -42,7 +42,7 @@ export interface TargetedMessagesRequestBuilder extends BaseRequestBuilder | undefined) : Promise; /** - * Get targetedMessages from users + * A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -56,7 +56,7 @@ export interface TargetedMessagesRequestBuilder extends BaseRequestBuilder | undefined) : RequestInformation; } /** - * Get targetedMessages from users + * A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API. */ export interface TargetedMessagesRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-users/users/item/chats/item/targetedMessages/item/index.ts b/packages/msgraph-sdk-users/users/item/chats/item/targetedMessages/item/index.ts index ddde2646333..8d57edb3043 100644 --- a/packages/msgraph-sdk-users/users/item/chats/item/targetedMessages/item/index.ts +++ b/packages/msgraph-sdk-users/users/item/chats/item/targetedMessages/item/index.ts @@ -31,7 +31,7 @@ export interface TargetedChatMessageItemRequestBuilder extends BaseRequestBuilde */ delete(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Get targetedMessages from users + * A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code @@ -52,7 +52,7 @@ export interface TargetedChatMessageItemRequestBuilder extends BaseRequestBuilde */ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; /** - * Get targetedMessages from users + * A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ @@ -66,7 +66,7 @@ export interface TargetedChatMessageItemRequestBuilder extends BaseRequestBuilde toPatchRequestInformation(body: TargetedChatMessage, requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Get targetedMessages from users + * A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API. */ export interface TargetedChatMessageItemRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-users/users/item/teamwork/deleteTargetedMessage/index.ts b/packages/msgraph-sdk-users/users/item/teamwork/deleteTargetedMessage/index.ts index 194d713380a..f24c25b177b 100644 --- a/packages/msgraph-sdk-users/users/item/teamwork/deleteTargetedMessage/index.ts +++ b/packages/msgraph-sdk-users/users/item/teamwork/deleteTargetedMessage/index.ts @@ -38,14 +38,15 @@ export interface DeleteTargetedMessagePostRequestBody extends AdditionalDataHold */ export interface DeleteTargetedMessageRequestBuilder extends BaseRequestBuilder { /** - * Invoke action deleteTargetedMessage + * Delete a specific targeted message from a channel context. Teams administrators can use this API to remove targeted messages by providing the message ID, team ID, and channel ID. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @throws {ODataError} error when the service returns a 4XX or 5XX status code + * @see {@link https://learn.microsoft.com/graph/api/userteamwork-deletetargetedmessage?view=graph-rest-1.0|Find more info here} */ post(body: DeleteTargetedMessagePostRequestBody, requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Invoke action deleteTargetedMessage + * Delete a specific targeted message from a channel context. Teams administrators can use this API to remove targeted messages by providing the message ID, team ID, and channel ID. * @param body The request body * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} diff --git a/packages/msgraph-sdk-users/users/item/teamwork/getAllRetainedTargetedMessages/index.ts b/packages/msgraph-sdk-users/users/item/teamwork/getAllRetainedTargetedMessages/index.ts index e726551f8eb..d54ec77fb2b 100644 --- a/packages/msgraph-sdk-users/users/item/teamwork/getAllRetainedTargetedMessages/index.ts +++ b/packages/msgraph-sdk-users/users/item/teamwork/getAllRetainedTargetedMessages/index.ts @@ -40,21 +40,22 @@ export interface GetAllRetainedTargetedMessagesGetResponse extends BaseCollectio */ export interface GetAllRetainedTargetedMessagesRequestBuilder extends BaseRequestBuilder { /** - * Invoke function getAllRetainedTargetedMessages + * Get all retained targeted messages sent to a specific user in group chats and channels. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code + * @see {@link https://learn.microsoft.com/graph/api/userteamwork-getallretainedtargetedmessages?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Invoke function getAllRetainedTargetedMessages + * Get all retained targeted messages sent to a specific user in group chats and channels. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Invoke function getAllRetainedTargetedMessages + * Get all retained targeted messages sent to a specific user in group chats and channels. */ export interface GetAllRetainedTargetedMessagesRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk-users/users/item/teamwork/getAllTargetedMessages/index.ts b/packages/msgraph-sdk-users/users/item/teamwork/getAllTargetedMessages/index.ts index 3674889cf82..40d9ebdb4e1 100644 --- a/packages/msgraph-sdk-users/users/item/teamwork/getAllTargetedMessages/index.ts +++ b/packages/msgraph-sdk-users/users/item/teamwork/getAllTargetedMessages/index.ts @@ -40,21 +40,22 @@ export interface GetAllTargetedMessagesGetResponse extends BaseCollectionPaginat */ export interface GetAllTargetedMessagesRequestBuilder extends BaseRequestBuilder { /** - * Invoke function getAllTargetedMessages + * Get all targeted messages sent to a specific user in group chats and channels. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {Promise} * @throws {ODataError} error when the service returns a 4XX or 5XX status code + * @see {@link https://learn.microsoft.com/graph/api/userteamwork-getalltargetedmessages?view=graph-rest-1.0|Find more info here} */ get(requestConfiguration?: RequestConfiguration | undefined) : Promise; /** - * Invoke function getAllTargetedMessages + * Get all targeted messages sent to a specific user in group chats and channels. * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @returns {RequestInformation} */ toGetRequestInformation(requestConfiguration?: RequestConfiguration | undefined) : RequestInformation; } /** - * Invoke function getAllTargetedMessages + * Get all targeted messages sent to a specific user in group chats and channels. */ export interface GetAllTargetedMessagesRequestBuilderGetQueryParameters { /** diff --git a/packages/msgraph-sdk/models/entraRecoveryServices/index.ts b/packages/msgraph-sdk/models/entraRecoveryServices/index.ts index 744b917aeb3..a062c80584c 100644 --- a/packages/msgraph-sdk/models/entraRecoveryServices/index.ts +++ b/packages/msgraph-sdk/models/entraRecoveryServices/index.ts @@ -348,7 +348,7 @@ export interface EntityTypeAndIds extends AdditionalDataHolder, BackedModel, Par */ backingStoreEnabled?: boolean | null; /** - * The entityIds property + * The list of entity IDs for the specified entity type. */ entityIds?: string[] | null; /** @@ -362,18 +362,18 @@ export interface EntityTypeAndIds extends AdditionalDataHolder, BackedModel, Par } export interface Recovery extends Entity, Parsable { /** - * The jobs property + * Collection of all recovery jobs (both preview and recovery) for the tenant. */ jobs?: RecoveryJobBase[] | null; /** - * The snapshots property + * Collection of backup snapshots available for the tenant. */ snapshots?: Snapshot[] | null; } export type RecoveryAction = (typeof RecoveryActionObject)[keyof typeof RecoveryActionObject]; export interface RecoveryChangeObjectBase extends Entity, Parsable { /** - * The displayName property + * The display name of the changed object in its current state, used to uniquely identify the object. Supports $filter (eq, ne, startswith). */ displayName?: string | null; /** @@ -381,7 +381,7 @@ export interface RecoveryChangeObjectBase extends Entity, Parsable { */ entityTypeName?: ResourceTypeName | null; /** - * The failureMessage property + * The error message if the change failed to apply. Only populated in getFailedChanges responses. null otherwise. */ failureMessage?: string | null; /** @@ -391,29 +391,29 @@ export interface RecoveryChangeObjectBase extends Entity, Parsable { } export interface RecoveryJob extends Parsable, RecoveryJobBase { /** - * The totalFailedChanges property + * The count of changes (including both objects and links) that failed to apply during recovery. */ totalFailedChanges?: number | null; /** - * The totalLinksModified property + * The count of directory object links (relationships) that were successfully modified during recovery. This value may be less than totalChangedLinksCalculated if some link changes failed. */ totalLinksModified?: number | null; /** - * The totalObjectsModified property + * The count of directory objects that were successfully modified during recovery. This value may be less than totalChangedObjectsCalculated if some object changes failed. */ totalObjectsModified?: number | null; } export interface RecoveryJobBase extends Entity, Parsable { /** - * The filteringCriteria property + * Optional filtering criteria used to scope the job to specific entity types or entity IDs. */ filteringCriteria?: RecoveryJobFilteringCriteriaBase | null; /** - * The jobCompletionDateTime property + * The date and time when the job completed. Null if the job is still running. */ jobCompletionDateTime?: Date | null; /** - * The jobStartDateTime property + * The date and time when the job started. */ jobStartDateTime?: Date | null; /** @@ -421,15 +421,15 @@ export interface RecoveryJobBase extends Entity, Parsable { */ status?: RecoveryStatus | null; /** - * The targetStateDateTime property + * The target snapshot timestamp to which the tenant is being restored. Supports $filter (eq, ne). */ targetStateDateTime?: Date | null; /** - * The totalChangedLinksCalculated property + * The total count of changed directory object links (relationships) calculated by the job. null until the job completes calculation. Not all calculated link changes may be successfully applied; see totalLinksModified on derived types for the count of links that were actually modified. */ totalChangedLinksCalculated?: number | null; /** - * The totalChangedObjectsCalculated property + * The total count of changed directory objects calculated by the job. null until the job completes calculation. Not all calculated object changes may be successfully applied; see totalObjectsModified on derived types for the count of objects that were actually modified. */ totalChangedObjectsCalculated?: number | null; } @@ -447,13 +447,13 @@ export interface RecoveryJobCollectionResponse extends BaseCollectionPaginationC } export interface RecoveryJobEntityNameAndIdsFilter extends Parsable, RecoveryJobFilteringCriteriaBase { /** - * The filterValues property + * The list of entity type and ID pairs to include in the recovery job. Duplicate entity types are not allowed and return a 400 Bad Request error. */ filterValues?: EntityTypeAndIds[] | null; } export interface RecoveryJobEntityNamesFilter extends Parsable, RecoveryJobFilteringCriteriaBase { /** - * The entityTypes property + * The list of entity types to include in the recovery job. */ entityTypes?: ResourceTypeName[] | null; } @@ -680,19 +680,19 @@ export function serializeSnapshotCollectionResponse(writer: SerializationWriter, } export interface Snapshot extends Entity, Parsable { /** - * The createdDateTime property + * The date and time when the snapshot was created. */ createdDateTime?: Date | null; /** - * The recoveryJobs property + * Collection of recovery jobs created for this snapshot. */ recoveryJobs?: RecoveryJob[] | null; /** - * The recoveryPreviewJobs property + * Collection of preview jobs created for this snapshot. */ recoveryPreviewJobs?: RecoveryPreviewJob[] | null; /** - * The totalChangedObjects property + * The total number of changed objects identified in this snapshot. */ totalChangedObjects?: number | null; } diff --git a/packages/msgraph-sdk/models/index.ts b/packages/msgraph-sdk/models/index.ts index 639ba4925f0..54c771ac92c 100644 --- a/packages/msgraph-sdk/models/index.ts +++ b/packages/msgraph-sdk/models/index.ts @@ -1382,7 +1382,7 @@ export interface AccessReviewInstanceDecisionItemResource extends AdditionalData */ odataType?: string | null; /** - * Type of resource. Types include: Group, ServicePrincipal, DirectoryRole, AzureRole, AccessPackageAssignmentPolicy. + * Type of resource. Types include: Group, ServicePrincipal, DirectoryRole, AzureRole, AccessPackage, AccessPackageAssignmentPolicy. */ type?: string | null; } @@ -9873,7 +9873,7 @@ export interface Chat extends Entity, Parsable { */ tabs?: TeamsTab[] | null; /** - * The targetedMessages property + * A collection of targeted messages in the chat that are visible only to specific users. Nullable. You can't expand this relationship using $expand. Targeted messages can also be retrieved via the userTeamwork: getAllTargetedMessages API. */ targetedMessages?: TargetedChatMessage[] | null; /** @@ -113161,7 +113161,7 @@ export interface Security extends Entity, Parsable { */ attackSimulation?: AttackSimulationRoot | null; /** - * The auditLog property + * The entry point for the audit log query API. */ auditLog?: AuditCoreRoot | null; /** @@ -165343,7 +165343,7 @@ export interface TargetDeviceGroupCollectionResponse extends BaseCollectionPagin } export interface TargetedChatMessage extends ChatMessage, Parsable { /** - * The recipient property + * The intended recipient of the targeted message. */ recipient?: Identity | null; } diff --git a/packages/msgraph-sdk/models/security/index.ts b/packages/msgraph-sdk/models/security/index.ts index 4d0add29595..f8917f1cc26 100644 --- a/packages/msgraph-sdk/models/security/index.ts +++ b/packages/msgraph-sdk/models/security/index.ts @@ -960,7 +960,7 @@ export interface AuditConfigAuditRecord extends AuditData, Parsable { */ export interface AuditCoreRoot extends Entity, Parsable { /** - * The queries property + * The collection of audit log queries. */ queries?: AuditLogQuery[] | null; } @@ -973,7 +973,7 @@ export interface AuditData extends AdditionalDataHolder, BackedModel, Parsable { */ backingStoreEnabled?: boolean | null; /** - * The dynamicProperties property + * An open-type dictionary that contains dynamic audit event properties as name-value pairs. */ dynamicProperties?: AuditRecordTypeDictionary | null; /** @@ -986,55 +986,55 @@ export interface AuditData extends AdditionalDataHolder, BackedModel, Parsable { */ export interface AuditLogQuery extends Entity, Parsable { /** - * The administrative units tagged to an audit log record. + * The collection of administrative unit IDs to filter on. */ administrativeUnitIdFilters?: string[] | null; /** - * The display name of the saved audit log query. + * The display name of the audit log query. */ displayName?: string | null; /** - * The end date of the date range in the query. + * The end date and time of the audit log query filter. */ filterEndDateTime?: Date | null; /** - * The start date of the date range in the query. + * The start date and time of the audit log query filter. */ filterStartDateTime?: Date | null; /** - * The IP address of the device that was used when the activity was logged. + * The collection of IP addresses to filter on. */ ipAddressFilters?: string[] | null; /** - * Free text field to search non-indexed properties of the audit log. + * The keyword to filter on. */ keywordFilter?: string | null; /** - * For SharePoint and OneDrive for Business activity, the full path name of the file or folder accessed by the user. For Exchange admin audit logging, the name of the object that was modified by the cmdlet. + * The collection of object IDs to filter on. */ objectIdFilters?: string[] | null; /** - * The name of the user or admin activity. For a description of the most common operations/activities, see Search the audit log in the Office 365 Protection Center. + * The collection of operations to filter on. */ operationFilters?: string[] | null; /** - * An individual audit log record. + * The collection of audit log records retrieved by the query. */ records?: AuditLogRecord[] | null; /** - * The type of operation indicated by the record. For the list of member values, see auditLogRecordType. + * The collection of record types to filter on. */ recordTypeFilters?: AuditLogRecordType[] | null; /** - * The serviceFilters property + * The collection of services to filter on. */ serviceFilters?: string[] | null; /** - * Describes the current status of the query. The possible values are: notStarted, running, succeeded, failed, cancelled, unknownFutureValue. + * The status of the audit log query. Possible values are: notStarted, running, succeeded, failed, cancelled, unknownFutureValue. */ status?: AuditLogQueryStatus | null; /** - * The UPN (user principal name) of the user who performed the action (specified in the operation property) that resulted in the record being logged; for example, myname@mydomain_name. + * The collection of user principal names to filter on. */ userPrincipalNameFilters?: string[] | null; } @@ -1050,35 +1050,35 @@ export type AuditLogQueryStatus = (typeof AuditLogQueryStatusObject)[keyof typeo */ export interface AuditLogRecord extends Entity, Parsable { /** - * The administrative units tagged to an audit log record. + * The collection of administrative units associated with the record. */ administrativeUnits?: string[] | null; /** - * A JSON object that contains the actual audit log data. + * The audit data associated with the record. */ auditData?: AuditData | null; /** - * The type of operation indicated by the record. For the list of member values, see auditLogRecordType. + * The type of the audit log record. */ auditLogRecordType?: AuditLogRecordType | null; /** - * The IP address of the device used when the activity was logged. The IP address is displayed in either an IPv4 or IPv6 address format. + * The IP address of the client that performed the activity. */ clientIp?: string | null; /** - * The date and time in UTC when the user performed the activity. + * The date and time when the activity was performed. */ createdDateTime?: Date | null; /** - * For Exchange admin audit logging, the name of the object modified by the cmdlet. For SharePoint activity, the full URL path name of the file or folder accessed by a user. For Microsoft Entra activity, the name of the user account that was modified. + * The identifier of the object that was affected by the activity. */ objectId?: string | null; /** - * The name of the user or admin activity. + * The name of the activity that was performed. */ operation?: string | null; /** - * The GUID for your organization. + * The GUID of the organization's Microsoft 365 tenant. */ organizationId?: string | null; /** @@ -1086,15 +1086,15 @@ export interface AuditLogRecord extends Entity, Parsable { */ service?: string | null; /** - * The user who performed the action (specified in the Operation property) that resulted in the record being logged. Audit records for activity performed by system accounts (such as SHAREPOINT/system or NT AUTHORITY/SYSTEM) are also included in the audit log. Another common value for the UserId property is app@sharepoint. It indicates that the 'user' who performed the activity was an application with the necessary permissions in SharePoint to perform organization-wide actions (such as searching a SharePoint site or OneDrive account) on behalf of a user, admin, or service. + * The identifier of the user, system account, service, or application that performed the activity. */ userId?: string | null; /** - * UPN of the user who performed the action. + * The user principal name of the user who performed the activity. */ userPrincipalName?: string | null; /** - * The type of user that performed the operation. The possible values are: regular, reserved, admin, dcAdmin, system, application, servicePrincipal, customPolicy, systemPolicy, partnerTechnician, guest, unknownFutureValue. + * The type of user who performed the activity. Possible values are: regular, reserved, admin, dcAdmin, system, application, servicePrincipal, customPolicy, systemPolicy, partnerTechnician, guest, unknownFutureValue. */ userType?: AuditLogUserType | null; }