Skip to content

Commit 34bd7b0

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
feat(generation): update request builders and models
Update generated files with build 216321
1 parent 5010cf9 commit 34bd7b0

83 files changed

Lines changed: 910 additions & 322 deletions

File tree

  • packages
    • msgraph-sdk-admin/admin/teams/userConfigurations/item/user/mailboxSettings
    • msgraph-sdk-deviceManagement/deviceManagement/virtualEndpoint/provisioningPolicies/item/assignments/item/assignedUsers/item/mailboxSettings
    • msgraph-sdk-drives/drives/item
      • createdByUser/mailboxSettings
      • items/item
      • lastModifiedByUser/mailboxSettings
      • list
        • createdByUser/mailboxSettings
        • items/item
        • lastModifiedByUser/mailboxSettings
    • msgraph-sdk-education/education
    • msgraph-sdk-employeeExperience/employeeExperience
      • communities/item/owners/item/mailboxSettings
      • roles/item/members/item/user/mailboxSettings
    • msgraph-sdk-groups/groups/item/sites/item
      • createdByUser/mailboxSettings
      • lastModifiedByUser/mailboxSettings
      • lists/item
        • createdByUser/mailboxSettings
        • items/item
        • lastModifiedByUser/mailboxSettings
      • pages/item
        • createdByUser/mailboxSettings
        • graphSitePage
        • lastModifiedByUser/mailboxSettings
    • msgraph-sdk-identityGovernance/identityGovernance/lifecycleWorkflows
      • customTaskExtensions/item
      • deletedItems/workflows/item
        • createdBy/mailboxSettings
        • lastModifiedBy/mailboxSettings
        • runs/item
          • taskProcessingResults/item/subject/mailboxSettings
          • userProcessingResults/item
            • subject/mailboxSettings
            • taskProcessingResults/item/subject/mailboxSettings
        • taskReports/item/taskProcessingResults/item/subject/mailboxSettings
        • tasks/item/taskProcessingResults/item/subject/mailboxSettings
        • userProcessingResults/item
          • subject/mailboxSettings
          • taskProcessingResults/item/subject/mailboxSettings
        • versions/item
          • createdBy/mailboxSettings
          • lastModifiedBy/mailboxSettings
          • tasks/item/taskProcessingResults/item/subject/mailboxSettings
      • workflowTemplates/item/tasks/item/taskProcessingResults/item/subject/mailboxSettings
      • workflows/item
        • createdBy/mailboxSettings
        • lastModifiedBy/mailboxSettings
        • runs/item
          • taskProcessingResults/item/subject/mailboxSettings
          • userProcessingResults/item
            • subject/mailboxSettings
            • taskProcessingResults/item/subject/mailboxSettings
        • taskReports/item/taskProcessingResults/item/subject/mailboxSettings
        • tasks/item/taskProcessingResults/item/subject/mailboxSettings
        • userProcessingResults/item
          • subject/mailboxSettings
          • taskProcessingResults/item/subject/mailboxSettings
        • versions/item
          • createdBy/mailboxSettings
          • lastModifiedBy/mailboxSettings
          • tasks/item/taskProcessingResults/item/subject/mailboxSettings
    • msgraph-sdk-invitations/invitations/invitedUser/mailboxSettings
    • msgraph-sdk-print/print/shares/item/allowedUsers/item/mailboxSettings
    • msgraph-sdk-privacy/privacy/subjectRightsRequests/item
      • approvers/item/mailboxSettings
      • collaborators/item/mailboxSettings
    • msgraph-sdk-security/security/subjectRightsRequests/item
      • approvers/item/mailboxSettings
      • collaborators/item/mailboxSettings
    • msgraph-sdk-servicePrincipals/servicePrincipals/item/remoteDesktopSecurityConfiguration
    • msgraph-sdk-shares/shares/item
      • createdByUser/mailboxSettings
      • lastModifiedByUser/mailboxSettings
      • list
        • createdByUser/mailboxSettings
        • items/item
        • lastModifiedByUser/mailboxSettings
    • msgraph-sdk-sites/sites/item
      • createdByUser/mailboxSettings
      • lastModifiedByUser/mailboxSettings
      • lists/item
        • createdByUser/mailboxSettings
        • items/item
        • lastModifiedByUser/mailboxSettings
      • pages/item
        • createdByUser/mailboxSettings
        • graphSitePage
        • lastModifiedByUser/mailboxSettings
    • msgraph-sdk-users/users/item
      • employeeExperience/assignedRoles/item/members/item/user/mailboxSettings
      • mailboxSettings
    • msgraph-sdk/models

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

packages/kiota-dom-export.txt

Lines changed: 69 additions & 0 deletions
Large diffs are not rendered by default.

packages/kiota-lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"descriptionHash": "3CC3E2E7CCAEF03F87E09845940216B7C55594AA531223D4BA9FC696A21147C11AE65585A2627697B41ABC35E6C78CC9C704A10B2B3C14C468D54DFC62FE22A3",
2+
"descriptionHash": "825CC676956528F1A5A721FFB5B54AB4AFBEC1CF365C3CC2A2B3EAE89FED71E3B38224EB3A5AFD3D1981BA2C3204662E132B491ABD0D37558E8604FB9869D753",
33
"descriptionLocation": "../../msgraph-metadata/clean_v10_openapi/openapi.yaml",
44
"lockFileVersion": "1.0.0",
55
"kiotaVersion": "1.31.1",

packages/msgraph-sdk-admin/admin/teams/userConfigurations/item/user/mailboxSettings/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { type BaseRequestBuilder, type Parsable, type ParsableFactory, type Requ
1313
*/
1414
export interface MailboxSettingsRequestBuilder extends BaseRequestBuilder<MailboxSettingsRequestBuilder> {
1515
/**
16-
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
16+
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Requires $select to retrieve.
1717
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
1818
* @returns {Promise<MailboxSettings>}
1919
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
@@ -28,7 +28,7 @@ export interface MailboxSettingsRequestBuilder extends BaseRequestBuilder<Mailbo
2828
*/
2929
patch(body: MailboxSettings, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<MailboxSettings | undefined>;
3030
/**
31-
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
31+
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Requires $select to retrieve.
3232
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
3333
* @returns {RequestInformation}
3434
*/
@@ -42,7 +42,7 @@ export interface MailboxSettingsRequestBuilder extends BaseRequestBuilder<Mailbo
4242
toPatchRequestInformation(body: MailboxSettings, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
4343
}
4444
/**
45-
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
45+
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Requires $select to retrieve.
4646
*/
4747
export interface MailboxSettingsRequestBuilderGetQueryParameters {
4848
/**

packages/msgraph-sdk-deviceManagement/deviceManagement/virtualEndpoint/provisioningPolicies/item/assignments/item/assignedUsers/item/mailboxSettings/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { type BaseRequestBuilder, type Parsable, type ParsableFactory, type Requ
1313
*/
1414
export interface MailboxSettingsRequestBuilder extends BaseRequestBuilder<MailboxSettingsRequestBuilder> {
1515
/**
16-
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
16+
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Requires $select to retrieve.
1717
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
1818
* @returns {Promise<MailboxSettings>}
1919
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
@@ -28,7 +28,7 @@ export interface MailboxSettingsRequestBuilder extends BaseRequestBuilder<Mailbo
2828
*/
2929
patch(body: MailboxSettings, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<MailboxSettings | undefined>;
3030
/**
31-
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
31+
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Requires $select to retrieve.
3232
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
3333
* @returns {RequestInformation}
3434
*/
@@ -42,7 +42,7 @@ export interface MailboxSettingsRequestBuilder extends BaseRequestBuilder<Mailbo
4242
toPatchRequestInformation(body: MailboxSettings, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
4343
}
4444
/**
45-
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
45+
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Requires $select to retrieve.
4646
*/
4747
export interface MailboxSettingsRequestBuilderGetQueryParameters {
4848
/**

packages/msgraph-sdk-drives/drives/item/createdByUser/mailboxSettings/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { type BaseRequestBuilder, type Parsable, type ParsableFactory, type Requ
1313
*/
1414
export interface MailboxSettingsRequestBuilder extends BaseRequestBuilder<MailboxSettingsRequestBuilder> {
1515
/**
16-
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
16+
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Requires $select to retrieve.
1717
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
1818
* @returns {Promise<MailboxSettings>}
1919
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
@@ -28,7 +28,7 @@ export interface MailboxSettingsRequestBuilder extends BaseRequestBuilder<Mailbo
2828
*/
2929
patch(body: MailboxSettings, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<MailboxSettings | undefined>;
3030
/**
31-
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
31+
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Requires $select to retrieve.
3232
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
3333
* @returns {RequestInformation}
3434
*/
@@ -42,7 +42,7 @@ export interface MailboxSettingsRequestBuilder extends BaseRequestBuilder<Mailbo
4242
toPatchRequestInformation(body: MailboxSettings, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
4343
}
4444
/**
45-
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
45+
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Requires $select to retrieve.
4646
*/
4747
export interface MailboxSettingsRequestBuilderGetQueryParameters {
4848
/**

packages/msgraph-sdk-drives/drives/item/items/item/createdByUser/mailboxSettings/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { type BaseRequestBuilder, type Parsable, type ParsableFactory, type Requ
1313
*/
1414
export interface MailboxSettingsRequestBuilder extends BaseRequestBuilder<MailboxSettingsRequestBuilder> {
1515
/**
16-
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
16+
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Requires $select to retrieve.
1717
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
1818
* @returns {Promise<MailboxSettings>}
1919
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
@@ -28,7 +28,7 @@ export interface MailboxSettingsRequestBuilder extends BaseRequestBuilder<Mailbo
2828
*/
2929
patch(body: MailboxSettings, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<MailboxSettings | undefined>;
3030
/**
31-
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
31+
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Requires $select to retrieve.
3232
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
3333
* @returns {RequestInformation}
3434
*/
@@ -42,7 +42,7 @@ export interface MailboxSettingsRequestBuilder extends BaseRequestBuilder<Mailbo
4242
toPatchRequestInformation(body: MailboxSettings, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
4343
}
4444
/**
45-
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
45+
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Requires $select to retrieve.
4646
*/
4747
export interface MailboxSettingsRequestBuilderGetQueryParameters {
4848
/**

packages/msgraph-sdk-drives/drives/item/items/item/lastModifiedByUser/mailboxSettings/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { type BaseRequestBuilder, type Parsable, type ParsableFactory, type Requ
1313
*/
1414
export interface MailboxSettingsRequestBuilder extends BaseRequestBuilder<MailboxSettingsRequestBuilder> {
1515
/**
16-
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
16+
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Requires $select to retrieve.
1717
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
1818
* @returns {Promise<MailboxSettings>}
1919
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
@@ -28,7 +28,7 @@ export interface MailboxSettingsRequestBuilder extends BaseRequestBuilder<Mailbo
2828
*/
2929
patch(body: MailboxSettings, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<MailboxSettings | undefined>;
3030
/**
31-
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
31+
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Requires $select to retrieve.
3232
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
3333
* @returns {RequestInformation}
3434
*/
@@ -42,7 +42,7 @@ export interface MailboxSettingsRequestBuilder extends BaseRequestBuilder<Mailbo
4242
toPatchRequestInformation(body: MailboxSettings, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
4343
}
4444
/**
45-
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
45+
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Requires $select to retrieve.
4646
*/
4747
export interface MailboxSettingsRequestBuilderGetQueryParameters {
4848
/**

packages/msgraph-sdk-drives/drives/item/lastModifiedByUser/mailboxSettings/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { type BaseRequestBuilder, type Parsable, type ParsableFactory, type Requ
1313
*/
1414
export interface MailboxSettingsRequestBuilder extends BaseRequestBuilder<MailboxSettingsRequestBuilder> {
1515
/**
16-
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
16+
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Requires $select to retrieve.
1717
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
1818
* @returns {Promise<MailboxSettings>}
1919
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
@@ -28,7 +28,7 @@ export interface MailboxSettingsRequestBuilder extends BaseRequestBuilder<Mailbo
2828
*/
2929
patch(body: MailboxSettings, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<MailboxSettings | undefined>;
3030
/**
31-
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
31+
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Requires $select to retrieve.
3232
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
3333
* @returns {RequestInformation}
3434
*/
@@ -42,7 +42,7 @@ export interface MailboxSettingsRequestBuilder extends BaseRequestBuilder<Mailbo
4242
toPatchRequestInformation(body: MailboxSettings, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
4343
}
4444
/**
45-
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
45+
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Requires $select to retrieve.
4646
*/
4747
export interface MailboxSettingsRequestBuilderGetQueryParameters {
4848
/**

packages/msgraph-sdk-drives/drives/item/list/createdByUser/mailboxSettings/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { type BaseRequestBuilder, type Parsable, type ParsableFactory, type Requ
1313
*/
1414
export interface MailboxSettingsRequestBuilder extends BaseRequestBuilder<MailboxSettingsRequestBuilder> {
1515
/**
16-
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
16+
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Requires $select to retrieve.
1717
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
1818
* @returns {Promise<MailboxSettings>}
1919
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
@@ -28,7 +28,7 @@ export interface MailboxSettingsRequestBuilder extends BaseRequestBuilder<Mailbo
2828
*/
2929
patch(body: MailboxSettings, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<MailboxSettings | undefined>;
3030
/**
31-
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
31+
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Requires $select to retrieve.
3232
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
3333
* @returns {RequestInformation}
3434
*/
@@ -42,7 +42,7 @@ export interface MailboxSettingsRequestBuilder extends BaseRequestBuilder<Mailbo
4242
toPatchRequestInformation(body: MailboxSettings, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
4343
}
4444
/**
45-
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
45+
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Requires $select to retrieve.
4646
*/
4747
export interface MailboxSettingsRequestBuilderGetQueryParameters {
4848
/**

packages/msgraph-sdk-drives/drives/item/list/items/item/createdByUser/mailboxSettings/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { type BaseRequestBuilder, type Parsable, type ParsableFactory, type Requ
1313
*/
1414
export interface MailboxSettingsRequestBuilder extends BaseRequestBuilder<MailboxSettingsRequestBuilder> {
1515
/**
16-
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
16+
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Requires $select to retrieve.
1717
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
1818
* @returns {Promise<MailboxSettings>}
1919
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
@@ -28,7 +28,7 @@ export interface MailboxSettingsRequestBuilder extends BaseRequestBuilder<Mailbo
2828
*/
2929
patch(body: MailboxSettings, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<MailboxSettings | undefined>;
3030
/**
31-
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
31+
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Requires $select to retrieve.
3232
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
3333
* @returns {RequestInformation}
3434
*/
@@ -42,7 +42,7 @@ export interface MailboxSettingsRequestBuilder extends BaseRequestBuilder<Mailbo
4242
toPatchRequestInformation(body: MailboxSettings, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;
4343
}
4444
/**
45-
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.
45+
* Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Requires $select to retrieve.
4646
*/
4747
export interface MailboxSettingsRequestBuilderGetQueryParameters {
4848
/**

0 commit comments

Comments
 (0)