@microsoft/msgraph-sdk 1.0.0-preview.27 → 1.0.0-preview.29

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.
package/models/index.d.ts CHANGED
@@ -4,7 +4,7 @@ import { type Billing } from './partners/billing/index.js';
4
4
  import { type Acronym, type Bookmark, type Qna } from './search/index.js';
5
5
  import { BehaviorDuringRetentionPeriod, type CasesRoot, type IdentityContainer as I2b88f0c27d7fd9c000e7e4e78cc3161590db07c518949b504f8a27680ed1200f, type Incident, type LabelsRoot, type ThreatIntelligence, type TriggersRoot, type TriggerTypesRoot } from './security/index.js';
6
6
  import { type Set, type Store, type Term } from './termStore/index.js';
7
- import { type AdditionalDataHolder, type BackedModel, type DateOnly, type Duration, type Parsable, type ParseNode, type SerializationWriter, type TimeOnly, UntypedNode } from '@microsoft/kiota-abstractions';
7
+ import { type AdditionalDataHolder, type BackedModel, type DateOnly, type Duration, type Parsable, type ParseNode, type SerializationWriter, type TimeOnly, type UntypedNode } from '@microsoft/kiota-abstractions';
8
8
  import { type Guid } from 'guid-typescript';
9
9
  export interface AadUserConversationMember extends ConversationMember, Parsable {
10
10
  /**
@@ -1896,10 +1896,26 @@ export interface AdministrativeUnit extends DirectoryObject, Parsable {
1896
1896
  * The collection of open extensions defined for this administrative unit. Nullable.
1897
1897
  */
1898
1898
  extensions?: Extension[] | null;
1899
+ /**
1900
+ * The isMemberManagementRestricted property
1901
+ */
1902
+ isMemberManagementRestricted?: boolean | null;
1899
1903
  /**
1900
1904
  * Users and groups that are members of this administrative unit. Supports $expand.
1901
1905
  */
1902
1906
  members?: DirectoryObject[] | null;
1907
+ /**
1908
+ * The membershipRule property
1909
+ */
1910
+ membershipRule?: string | null;
1911
+ /**
1912
+ * The membershipRuleProcessingState property
1913
+ */
1914
+ membershipRuleProcessingState?: string | null;
1915
+ /**
1916
+ * The membershipType property
1917
+ */
1918
+ membershipType?: string | null;
1903
1919
  /**
1904
1920
  * Scoped-role members of this administrative unit.
1905
1921
  */
@@ -2073,7 +2089,7 @@ export interface AgreementFileData extends AdditionalDataHolder, BackedModel, Pa
2073
2089
  /**
2074
2090
  * Data that represents the terms of use PDF document. Read-only.
2075
2091
  */
2076
- data?: string | null;
2092
+ data?: String | null;
2077
2093
  /**
2078
2094
  * The OdataType property
2079
2095
  */
@@ -2502,7 +2518,7 @@ export interface AlternativeSecurityId extends AdditionalDataHolder, BackedModel
2502
2518
  /**
2503
2519
  * For internal use only.
2504
2520
  */
2505
- key?: string | null;
2521
+ key?: String | null;
2506
2522
  /**
2507
2523
  * The OdataType property
2508
2524
  */
@@ -2909,67 +2925,67 @@ export interface AndroidMinimumOperatingSystem extends AdditionalDataHolder, Bac
2909
2925
  /**
2910
2926
  * When TRUE, only Version 10.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
2911
2927
  */
2912
- v10_0?: boolean | null;
2928
+ v100?: boolean | null;
2913
2929
  /**
2914
2930
  * When TRUE, only Version 11.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
2915
2931
  */
2916
- v11_0?: boolean | null;
2932
+ v110?: boolean | null;
2917
2933
  /**
2918
2934
  * When TRUE, only Version 4.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
2919
2935
  */
2920
- v4_0?: boolean | null;
2936
+ v40?: boolean | null;
2921
2937
  /**
2922
2938
  * When TRUE, only Version 4.0.3 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
2923
2939
  */
2924
- v4_0_3?: boolean | null;
2940
+ v403?: boolean | null;
2925
2941
  /**
2926
2942
  * When TRUE, only Version 4.1 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
2927
2943
  */
2928
- v4_1?: boolean | null;
2944
+ v41?: boolean | null;
2929
2945
  /**
2930
2946
  * When TRUE, only Version 4.2 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
2931
2947
  */
2932
- v4_2?: boolean | null;
2948
+ v42?: boolean | null;
2933
2949
  /**
2934
2950
  * When TRUE, only Version 4.3 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
2935
2951
  */
2936
- v4_3?: boolean | null;
2952
+ v43?: boolean | null;
2937
2953
  /**
2938
2954
  * When TRUE, only Version 4.4 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
2939
2955
  */
2940
- v4_4?: boolean | null;
2956
+ v44?: boolean | null;
2941
2957
  /**
2942
2958
  * When TRUE, only Version 5.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
2943
2959
  */
2944
- v5_0?: boolean | null;
2960
+ v50?: boolean | null;
2945
2961
  /**
2946
2962
  * When TRUE, only Version 5.1 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
2947
2963
  */
2948
- v5_1?: boolean | null;
2964
+ v51?: boolean | null;
2949
2965
  /**
2950
2966
  * When TRUE, only Version 6.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
2951
2967
  */
2952
- v6_0?: boolean | null;
2968
+ v60?: boolean | null;
2953
2969
  /**
2954
2970
  * When TRUE, only Version 7.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
2955
2971
  */
2956
- v7_0?: boolean | null;
2972
+ v70?: boolean | null;
2957
2973
  /**
2958
2974
  * When TRUE, only Version 7.1 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
2959
2975
  */
2960
- v7_1?: boolean | null;
2976
+ v71?: boolean | null;
2961
2977
  /**
2962
2978
  * When TRUE, only Version 8.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
2963
2979
  */
2964
- v8_0?: boolean | null;
2980
+ v80?: boolean | null;
2965
2981
  /**
2966
2982
  * When TRUE, only Version 8.1 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
2967
2983
  */
2968
- v8_1?: boolean | null;
2984
+ v81?: boolean | null;
2969
2985
  /**
2970
2986
  * When TRUE, only Version 9.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
2971
2987
  */
2972
- v9_0?: boolean | null;
2988
+ v90?: boolean | null;
2973
2989
  }
2974
2990
  /**
2975
2991
  * The identifier for an Android app.
@@ -3574,7 +3590,7 @@ export interface Application extends DirectoryObject, Parsable {
3574
3590
  /**
3575
3591
  * The main logo for the application. Not nullable.
3576
3592
  */
3577
- logo?: string | null;
3593
+ logo?: String | null;
3578
3594
  /**
3579
3595
  * Specifies whether the Native Authentication APIs are enabled for the application. The possible values are: none and all. Default is none. For more information, see Native Authentication.
3580
3596
  */
@@ -4467,7 +4483,7 @@ export interface AttachmentSession extends Entity, Parsable {
4467
4483
  /**
4468
4484
  * The content streams that are uploaded.
4469
4485
  */
4470
- content?: string | null;
4486
+ content?: String | null;
4471
4487
  /**
4472
4488
  * The date and time in UTC when the upload session will expire. The complete file must be uploaded before this expiration time is reached.
4473
4489
  */
@@ -4484,6 +4500,9 @@ export interface AttachmentSessionCollectionResponse extends BaseCollectionPagin
4484
4500
  value?: AttachmentSession[] | null;
4485
4501
  }
4486
4502
  export type AttachmentType = (typeof AttachmentTypeObject)[keyof typeof AttachmentTypeObject];
4503
+ /**
4504
+ * The status of a long-running operation.
4505
+ */
4487
4506
  export interface AttackSimulationOperation extends LongRunningOperation, Parsable {
4488
4507
  /**
4489
4508
  * Percentage of completion of the respective operation.
@@ -8152,7 +8171,7 @@ export interface CallRecording extends Entity, Parsable {
8152
8171
  /**
8153
8172
  * The content of the recording. Read-only.
8154
8173
  */
8155
- content?: string | null;
8174
+ content?: String | null;
8156
8175
  /**
8157
8176
  * The unique identifier that links the transcript with its corresponding recording. Read-only.
8158
8177
  */
@@ -8264,7 +8283,7 @@ export interface CallTranscript extends Entity, Parsable {
8264
8283
  /**
8265
8284
  * The content of the transcript. Read-only.
8266
8285
  */
8267
- content?: string | null;
8286
+ content?: String | null;
8268
8287
  /**
8269
8288
  * The unique identifier that links the transcript with its corresponding recording. Read-only.
8270
8289
  */
@@ -8288,7 +8307,7 @@ export interface CallTranscript extends Entity, Parsable {
8288
8307
  /**
8289
8308
  * The time-aligned metadata of the utterances in the transcript. Read-only.
8290
8309
  */
8291
- metadataContent?: string | null;
8310
+ metadataContent?: String | null;
8292
8311
  /**
8293
8312
  * The URL that can be used to access the content of the transcript. Read-only.
8294
8313
  */
@@ -8362,7 +8381,7 @@ export interface CertificateAuthority extends AdditionalDataHolder, BackedModel,
8362
8381
  /**
8363
8382
  * Required. The base64 encoded string representing the public certificate.
8364
8383
  */
8365
- certificate?: string | null;
8384
+ certificate?: String | null;
8366
8385
  /**
8367
8386
  * The URL of the certificate revocation list.
8368
8387
  */
@@ -10399,6 +10418,9 @@ export interface CommunicationsUserIdentity extends Identity, Parsable {
10399
10418
  */
10400
10419
  tenantId?: string | null;
10401
10420
  }
10421
+ /**
10422
+ * Represents a community in Viva Engage that is a central place for conversations,files, events, and updates for people sharing a common interest or goal.
10423
+ */
10402
10424
  export interface Community extends Entity, Parsable {
10403
10425
  /**
10404
10426
  * The description of the community. The maximum length is 1,024 characters.
@@ -10421,7 +10443,7 @@ export interface Community extends Entity, Parsable {
10421
10443
  */
10422
10444
  owners?: User[] | null;
10423
10445
  /**
10424
- * The privacy property
10446
+ * Types of communityPrivacy.
10425
10447
  */
10426
10448
  privacy?: CommunityPrivacy | null;
10427
10449
  }
@@ -24290,6 +24312,12 @@ export declare function createUserSimulationDetailsFromDiscriminatorValue(parseN
24290
24312
  * @returns {UserSimulationEventInfo}
24291
24313
  */
24292
24314
  export declare function createUserSimulationEventInfoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
24315
+ /**
24316
+ * Creates a new instance of the appropriate class based on discriminator value
24317
+ * @param parseNode The parse node to use to read the discriminator value and create the object
24318
+ * @returns {UserSolutionRoot}
24319
+ */
24320
+ export declare function createUserSolutionRootFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
24293
24321
  /**
24294
24322
  * Creates a new instance of the appropriate class based on discriminator value
24295
24323
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -25502,6 +25530,12 @@ export declare function createWorkforceIntegrationFromDiscriminatorValue(parseNo
25502
25530
  * @returns {WorkingHours}
25503
25531
  */
25504
25532
  export declare function createWorkingHoursFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
25533
+ /**
25534
+ * Creates a new instance of the appropriate class based on discriminator value
25535
+ * @param parseNode The parse node to use to read the discriminator value and create the object
25536
+ * @returns {WorkingTimeSchedule}
25537
+ */
25538
+ export declare function createWorkingTimeScheduleFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
25505
25539
  /**
25506
25540
  * Creates a new instance of the appropriate class based on discriminator value
25507
25541
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -37048,6 +37082,11 @@ export declare function deserializeIntoUserSimulationDetails(userSimulationDetai
37048
37082
  * @returns {Record<string, (node: ParseNode) => void>}
37049
37083
  */
37050
37084
  export declare function deserializeIntoUserSimulationEventInfo(userSimulationEventInfo?: Partial<UserSimulationEventInfo> | undefined): Record<string, (node: ParseNode) => void>;
37085
+ /**
37086
+ * The deserialization information for the current model
37087
+ * @returns {Record<string, (node: ParseNode) => void>}
37088
+ */
37089
+ export declare function deserializeIntoUserSolutionRoot(userSolutionRoot?: Partial<UserSolutionRoot> | undefined): Record<string, (node: ParseNode) => void>;
37051
37090
  /**
37052
37091
  * The deserialization information for the current model
37053
37092
  * @returns {Record<string, (node: ParseNode) => void>}
@@ -38058,6 +38097,11 @@ export declare function deserializeIntoWorkforceIntegrationEncryption(workforceI
38058
38097
  * @returns {Record<string, (node: ParseNode) => void>}
38059
38098
  */
38060
38099
  export declare function deserializeIntoWorkingHours(workingHours?: Partial<WorkingHours> | undefined): Record<string, (node: ParseNode) => void>;
38100
+ /**
38101
+ * The deserialization information for the current model
38102
+ * @returns {Record<string, (node: ParseNode) => void>}
38103
+ */
38104
+ export declare function deserializeIntoWorkingTimeSchedule(workingTimeSchedule?: Partial<WorkingTimeSchedule> | undefined): Record<string, (node: ParseNode) => void>;
38061
38105
  /**
38062
38106
  * The deserialization information for the current model
38063
38107
  * @returns {Record<string, (node: ParseNode) => void>}
@@ -38199,6 +38243,10 @@ export interface Device extends DirectoryObject, Parsable {
38199
38243
  * true if the device is managed by a Mobile Device Management (MDM) app; otherwise, false. This can only be updated by Intune for any device OS type or by an approved MDM app for Windows OS devices. Supports $filter (eq, ne, not).
38200
38244
  */
38201
38245
  isManaged?: boolean | null;
38246
+ /**
38247
+ * The isManagementRestricted property
38248
+ */
38249
+ isManagementRestricted?: boolean | null;
38202
38250
  /**
38203
38251
  * true if the device is rooted or jail-broken. This property can only be updated by Intune.
38204
38252
  */
@@ -38341,7 +38389,7 @@ export interface DeviceAndAppManagementData extends AdditionalDataHolder, Backed
38341
38389
  /**
38342
38390
  * Not yet documented
38343
38391
  */
38344
- content?: string | null;
38392
+ content?: String | null;
38345
38393
  /**
38346
38394
  * The OdataType property
38347
38395
  */
@@ -40907,11 +40955,11 @@ export interface Domain extends Entity, Parsable {
40907
40955
  */
40908
40956
  availabilityStatus?: string | null;
40909
40957
  /**
40910
- * The objects such as users and groups that reference the domain ID. Read-only, Nullable. Supports $expand and $filter by the OData type of objects returned. For example, /domains/{domainId}/domainNameReferences/microsoft.graph.user and /domains/{domainId}/domainNameReferences/microsoft.graph.group.
40958
+ * The objects such as users and groups that reference the domain ID. Read-only, Nullable. Doesn't support $expand. Supports $filter by the OData type of objects returned. For example, /domains/{domainId}/domainNameReferences/microsoft.graph.user and /domains/{domainId}/domainNameReferences/microsoft.graph.group.
40911
40959
  */
40912
40960
  domainNameReferences?: DirectoryObject[] | null;
40913
40961
  /**
40914
- * Domain settings configured by a customer when federated with Microsoft Entra ID. Supports $expand.
40962
+ * Domain settings configured by a customer when federated with Microsoft Entra ID. Doesn't support $expand.
40915
40963
  */
40916
40964
  federationConfiguration?: InternalDomainFederation[] | null;
40917
40965
  /**
@@ -40919,7 +40967,7 @@ export interface Domain extends Entity, Parsable {
40919
40967
  */
40920
40968
  isAdminManaged?: boolean | null;
40921
40969
  /**
40922
- * true if this is the default domain that is used for user creation. There's only one default domain per company. Not nullable
40970
+ * true if this is the default domain that is used for user creation. There's only one default domain per company. Not nullable.
40923
40971
  */
40924
40972
  isDefault?: boolean | null;
40925
40973
  /**
@@ -40927,11 +40975,11 @@ export interface Domain extends Entity, Parsable {
40927
40975
  */
40928
40976
  isInitial?: boolean | null;
40929
40977
  /**
40930
- * true if the domain is a verified root domain. Otherwise, false if the domain is a subdomain or unverified. Not nullable
40978
+ * true if the domain is a verified root domain. Otherwise, false if the domain is a subdomain or unverified. Not nullable.
40931
40979
  */
40932
40980
  isRoot?: boolean | null;
40933
40981
  /**
40934
- * true if the domain has completed domain ownership verification. Not nullable
40982
+ * true if the domain completed domain ownership verification. Not nullable.
40935
40983
  */
40936
40984
  isVerified?: boolean | null;
40937
40985
  /**
@@ -40943,7 +40991,7 @@ export interface Domain extends Entity, Parsable {
40943
40991
  */
40944
40992
  model?: string | null;
40945
40993
  /**
40946
- * Specifies the number of days before a user receives notification that their password will expire. If the property isn't set, a default value of 14 days is used.
40994
+ * Specifies the number of days before a user receives notification that their password expires. If the property isn't set, a default value of 14 days is used.
40947
40995
  */
40948
40996
  passwordNotificationWindowInDays?: number | null;
40949
40997
  /**
@@ -40951,7 +40999,11 @@ export interface Domain extends Entity, Parsable {
40951
40999
  */
40952
41000
  passwordValidityPeriodInDays?: number | null;
40953
41001
  /**
40954
- * DNS records the customer adds to the DNS zone file of the domain before the domain can be used by Microsoft Online services. Read-only, Nullable. Supports $expand.
41002
+ * The rootDomain property
41003
+ */
41004
+ rootDomain?: Domain | null;
41005
+ /**
41006
+ * DNS records the customer adds to the DNS zone file of the domain before the domain can be used by Microsoft Online services. Read-only, Nullable. Doesn't support $expand.
40955
41007
  */
40956
41008
  serviceConfigurationRecords?: DomainDnsRecord[] | null;
40957
41009
  /**
@@ -40963,7 +41015,7 @@ export interface Domain extends Entity, Parsable {
40963
41015
  */
40964
41016
  supportedServices?: string[] | null;
40965
41017
  /**
40966
- * DNS records that the customer adds to the DNS zone file of the domain before the customer can complete domain ownership verification with Microsoft Entra ID. Read-only, Nullable. Supports $expand.
41018
+ * DNS records that the customer adds to the DNS zone file of the domain before the customer can complete domain ownership verification with Microsoft Entra ID. Read-only, Nullable. Doesn't support $expand.
40967
41019
  */
40968
41020
  verificationDnsRecords?: DomainDnsRecord[] | null;
40969
41021
  }
@@ -41163,7 +41215,7 @@ export interface DriveItem extends BaseItem, Parsable {
41163
41215
  /**
41164
41216
  * The content stream, if the item represents a file.
41165
41217
  */
41166
- content?: string | null;
41218
+ content?: String | null;
41167
41219
  /**
41168
41220
  * An eTag for the content of the item. This eTag isn't changed if only the metadata is changed. Note This property isn't returned if the item is a folder. Read-only.
41169
41221
  */
@@ -41348,7 +41400,7 @@ export interface DriveItemVersion extends BaseItemVersion, Parsable {
41348
41400
  /**
41349
41401
  * The content stream for this version of the item.
41350
41402
  */
41351
- content?: string | null;
41403
+ content?: String | null;
41352
41404
  /**
41353
41405
  * Indicates the size of the content stream for this version of the item.
41354
41406
  */
@@ -42850,6 +42902,9 @@ export interface EmailSettings extends AdditionalDataHolder, BackedModel, Parsab
42850
42902
  */
42851
42903
  useCompanyBranding?: boolean | null;
42852
42904
  }
42905
+ /**
42906
+ * Represents a container that exposes navigation properties for employee experience resources.
42907
+ */
42853
42908
  export interface EmployeeExperience extends AdditionalDataHolder, BackedModel, Parsable {
42854
42909
  /**
42855
42910
  * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
@@ -43051,6 +43106,9 @@ export interface EndUserNotificationSetting extends AdditionalDataHolder, Backed
43051
43106
  }
43052
43107
  export type EndUserNotificationSettingType = (typeof EndUserNotificationSettingTypeObject)[keyof typeof EndUserNotificationSettingTypeObject];
43053
43108
  export type EndUserNotificationType = (typeof EndUserNotificationTypeObject)[keyof typeof EndUserNotificationTypeObject];
43109
+ /**
43110
+ * Represents the status of a Viva Engage async operation that is an operation that transcends thelifetime of a single API request. These operations are long-running or too expensive to completewithin the time frame of their original request.
43111
+ */
43054
43112
  export interface EngagementAsyncOperation extends LongRunningOperation, Parsable {
43055
43113
  /**
43056
43114
  * The type of the long-running operation. The possible values are: createCommunity, unknownFutureValue.
@@ -43125,7 +43183,7 @@ export interface EnterpriseCodeSigningCertificate extends Entity, Parsable {
43125
43183
  /**
43126
43184
  * The Windows Enterprise Code-Signing Certificate in the raw data format. Set to null once certificate has been uploaded and other properties have been populated.
43127
43185
  */
43128
- content?: string | null;
43186
+ content?: String | null;
43129
43187
  /**
43130
43188
  * The cert expiration date and time (using ISO 8601 format, in UTC time). Uploading a valid cert file through the Intune admin console will automatically populate this value in the HTTP response. Supports: $filter, $select, $top, $OrderBy, $skip. $Search is not supported.
43131
43189
  */
@@ -43999,7 +44057,7 @@ export interface FileAttachment extends Attachment, Parsable {
43999
44057
  /**
44000
44058
  * The base64-encoded contents of the file.
44001
44059
  */
44002
- contentBytes?: string | null;
44060
+ contentBytes?: String | null;
44003
44061
  /**
44004
44062
  * The ID of the attachment in the Exchange store.
44005
44063
  */
@@ -44024,11 +44082,11 @@ export interface FileEncryptionInfo extends AdditionalDataHolder, BackedModel, P
44024
44082
  /**
44025
44083
  * The key used to encrypt the file content.
44026
44084
  */
44027
- encryptionKey?: string | null;
44085
+ encryptionKey?: String | null;
44028
44086
  /**
44029
44087
  * The file digest prior to encryption. ProfileVersion1 requires a non-null FileDigest.
44030
44088
  */
44031
- fileDigest?: string | null;
44089
+ fileDigest?: String | null;
44032
44090
  /**
44033
44091
  * The file digest algorithm. ProfileVersion1 currently only supports SHA256 for the FileDigestAlgorithm.
44034
44092
  */
@@ -44036,15 +44094,15 @@ export interface FileEncryptionInfo extends AdditionalDataHolder, BackedModel, P
44036
44094
  /**
44037
44095
  * The initialization vector (IV) used for the encryption algorithm. Must be 16 bytes.
44038
44096
  */
44039
- initializationVector?: string | null;
44097
+ initializationVector?: String | null;
44040
44098
  /**
44041
44099
  * The hash of the concatenation of the IV and encrypted file content. Must be 32 bytes.
44042
44100
  */
44043
- mac?: string | null;
44101
+ mac?: String | null;
44044
44102
  /**
44045
44103
  * The key used to compute the message authentication code of the concatenation of the IV and encrypted file content. Must be 32 bytes.
44046
44104
  */
44047
- macKey?: string | null;
44105
+ macKey?: String | null;
44048
44106
  /**
44049
44107
  * The OdataType property
44050
44108
  */
@@ -44143,7 +44201,7 @@ export interface FileStorageContainer extends Entity, Parsable {
44143
44201
  */
44144
44202
  permissions?: Permission[] | null;
44145
44203
  /**
44146
- * Status of the fileStorageContainer. Containers are created as inactive and require activation. Inactive containers are subjected to automatic deletion in 24 hours. The possible values are: inactive, active. Read-only.
44204
+ * Status of the fileStorageContainer. Containers are created as inactive and require activation. Inactive containers are subjected to automatic deletion in 24 hours. The possible values are: inactive, active. Read-only.
44147
44205
  */
44148
44206
  status?: FileStorageContainerStatus | null;
44149
44207
  /**
@@ -44513,6 +44571,9 @@ export interface GranularMailboxRestoreArtifactCollectionResponse extends BaseCo
44513
44571
  */
44514
44572
  value?: GranularMailboxRestoreArtifact[] | null;
44515
44573
  }
44574
+ /**
44575
+ * Represents a Microsoft Entra group.
44576
+ */
44516
44577
  export interface Group extends DirectoryObject, Parsable {
44517
44578
  /**
44518
44579
  * The list of users or groups allowed to create posts or calendar events in this group. If this list is nonempty, then only users or groups listed here are allowed to post.
@@ -44527,7 +44588,7 @@ export interface Group extends DirectoryObject, Parsable {
44527
44588
  */
44528
44589
  appRoleAssignments?: AppRoleAssignment[] | null;
44529
44590
  /**
44530
- * The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.
44591
+ * The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role.
44531
44592
  */
44532
44593
  assignedLabels?: AssignedLabel[] | null;
44533
44594
  /**
@@ -44618,6 +44679,10 @@ export interface Group extends DirectoryObject, Parsable {
44618
44679
  * Indicates whether this group can be assigned to a Microsoft Entra role. Optional. This property can only be set while creating the group and is immutable. If set to true, the securityEnabled property must also be set to true, visibility must be Hidden, and the group can't be a dynamic group (that is, groupTypes can't contain DynamicMembership). Only callers with at least the Privileged Role Administrator role can set this property. The caller must also be assigned the RoleManagement.ReadWrite.Directory permission to set this property or update the membership of such groups. For more, see Using a group to manage Microsoft Entra role assignmentsUsing this feature requires a Microsoft Entra ID P1 license. Returned by default. Supports $filter (eq, ne, not).
44619
44680
  */
44620
44681
  isAssignableToRole?: boolean | null;
44682
+ /**
44683
+ * The isManagementRestricted property
44684
+ */
44685
+ isManagementRestricted?: boolean | null;
44621
44686
  /**
44622
44687
  * Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).
44623
44688
  */
@@ -44691,7 +44756,7 @@ export interface Group extends DirectoryObject, Parsable {
44691
44756
  */
44692
44757
  onPremisesSyncEnabled?: boolean | null;
44693
44758
  /**
44694
- * The owners of the group. Limited to 100 owners. Nullable. If this property isn't specified when creating a Microsoft 365 group, the calling user is automatically assigned as the group owner. Supports $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1). Supports $expand including nested $select. For example, /groups?$filter=startsWith(displayName,'Role')&$select=id,displayName&$expand=owners($select=id,userPrincipalName,displayName).
44759
+ * The owners of the group who can be users or service principals. Limited to 100 owners. Nullable. If this property isn't specified when creating a Microsoft 365 group the calling user (admin or non-admin) is automatically assigned as the group owner. A non-admin user can't explicitly add themselves to this collection when they're creating the group. For more information, see the related known issue. For security groups, the admin user isn't automatically added to this collection. For more information, see the related known issue. Supports $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1); Supports $expand including nested $select. For example, /groups?$filter=startsWith(displayName,'Role')&$select=id,displayName&$expand=owners($select=id,userPrincipalName,displayName).
44695
44760
  */
44696
44761
  owners?: DirectoryObject[] | null;
44697
44762
  /**
@@ -45454,7 +45519,7 @@ export interface ImportedWindowsAutopilotDeviceIdentity extends Entity, Parsable
45454
45519
  /**
45455
45520
  * Hardware Blob of the Windows autopilot device.
45456
45521
  */
45457
- hardwareIdentifier?: string | null;
45522
+ hardwareIdentifier?: String | null;
45458
45523
  /**
45459
45524
  * The Import Id of the Windows autopilot device.
45460
45525
  */
@@ -46146,7 +46211,7 @@ export interface IosCustomConfiguration extends DeviceConfiguration, Parsable {
46146
46211
  /**
46147
46212
  * Payload. (UTF8 encoded byte array)
46148
46213
  */
46149
- payload?: string | null;
46214
+ payload?: String | null;
46150
46215
  /**
46151
46216
  * Payload file name (.mobileconfig
46152
46217
  */
@@ -46961,35 +47026,35 @@ export interface IosMinimumOperatingSystem extends AdditionalDataHolder, BackedM
46961
47026
  /**
46962
47027
  * When TRUE, only Version 10.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
46963
47028
  */
46964
- v10_0?: boolean | null;
47029
+ v100?: boolean | null;
46965
47030
  /**
46966
47031
  * When TRUE, only Version 11.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
46967
47032
  */
46968
- v11_0?: boolean | null;
47033
+ v110?: boolean | null;
46969
47034
  /**
46970
47035
  * When TRUE, only Version 12.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
46971
47036
  */
46972
- v12_0?: boolean | null;
47037
+ v120?: boolean | null;
46973
47038
  /**
46974
47039
  * When TRUE, only Version 13.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
46975
47040
  */
46976
- v13_0?: boolean | null;
47041
+ v130?: boolean | null;
46977
47042
  /**
46978
47043
  * When TRUE, only Version 14.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
46979
47044
  */
46980
- v14_0?: boolean | null;
47045
+ v140?: boolean | null;
46981
47046
  /**
46982
47047
  * When TRUE, only Version 15.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
46983
47048
  */
46984
- v15_0?: boolean | null;
47049
+ v150?: boolean | null;
46985
47050
  /**
46986
47051
  * When TRUE, only Version 8.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
46987
47052
  */
46988
- v8_0?: boolean | null;
47053
+ v80?: boolean | null;
46989
47054
  /**
46990
47055
  * When TRUE, only Version 9.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
46991
47056
  */
46992
- v9_0?: boolean | null;
47057
+ v90?: boolean | null;
46993
47058
  }
46994
47059
  /**
46995
47060
  * Contains properties, inherited properties and actions for iOS mobile app configurations.
@@ -46998,7 +47063,7 @@ export interface IosMobileAppConfiguration extends ManagedDeviceMobileAppConfigu
46998
47063
  /**
46999
47064
  * mdm app configuration Base64 binary.
47000
47065
  */
47001
- encodedSettingXml?: string | null;
47066
+ encodedSettingXml?: String | null;
47002
47067
  /**
47003
47068
  * app configuration setting items.
47004
47069
  */
@@ -47662,9 +47727,9 @@ export interface KeyCredential extends AdditionalDataHolder, BackedModel, Parsab
47662
47727
  /**
47663
47728
  * A 40-character binary type that can be used to identify the credential. Optional. When not provided in the payload, defaults to the thumbprint of the certificate.
47664
47729
  */
47665
- customKeyIdentifier?: string | null;
47730
+ customKeyIdentifier?: String | null;
47666
47731
  /**
47667
- * Friendly name for the key. Optional.
47732
+ * The friendly name for the key, with a maximum length of 90 characters. Longer values are accepted but shortened. Optional.
47668
47733
  */
47669
47734
  displayName?: string | null;
47670
47735
  /**
@@ -47672,9 +47737,9 @@ export interface KeyCredential extends AdditionalDataHolder, BackedModel, Parsab
47672
47737
  */
47673
47738
  endDateTime?: Date | null;
47674
47739
  /**
47675
- * The certificate's raw data in byte array converted to Base64 string. Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it is always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key.
47740
+ * The certificate's raw data in byte array converted to Base64 string. Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it's always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key.
47676
47741
  */
47677
- key?: string | null;
47742
+ key?: String | null;
47678
47743
  /**
47679
47744
  * The unique identifier (GUID) for the key.
47680
47745
  */
@@ -48598,6 +48663,9 @@ export interface LoginPageTextVisibilitySettings extends AdditionalDataHolder, B
48598
48663
  odataType?: string | null;
48599
48664
  }
48600
48665
  export type LogonType = (typeof LogonTypeObject)[keyof typeof LogonTypeObject];
48666
+ /**
48667
+ * The status of a long-running operation.
48668
+ */
48601
48669
  export interface LongRunningOperation extends Entity, Parsable {
48602
48670
  /**
48603
48671
  * The start time of the operation. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
@@ -48755,7 +48823,7 @@ export interface MacOSCustomConfiguration extends DeviceConfiguration, Parsable
48755
48823
  /**
48756
48824
  * Payload. (UTF8 encoded byte array)
48757
48825
  */
48758
- payload?: string | null;
48826
+ payload?: String | null;
48759
48827
  /**
48760
48828
  * Payload file name (.mobileconfig
48761
48829
  */
@@ -48997,51 +49065,51 @@ export interface MacOSMinimumOperatingSystem extends AdditionalDataHolder, Backe
48997
49065
  /**
48998
49066
  * When TRUE, indicates OS X 10.10 or later is required to install the app. When FALSE, indicates some other OS version is the minimum OS to install the app. Default value is FALSE.
48999
49067
  */
49000
- v10_10?: boolean | null;
49068
+ v1010?: boolean | null;
49001
49069
  /**
49002
49070
  * When TRUE, indicates OS X 10.11 or later is required to install the app. When FALSE, indicates some other OS version is the minimum OS to install the app. Default value is FALSE.
49003
49071
  */
49004
- v10_11?: boolean | null;
49072
+ v1011?: boolean | null;
49005
49073
  /**
49006
49074
  * When TRUE, indicates macOS 10.12 or later is required to install the app. When FALSE, indicates some other OS version is the minimum OS to install the app. Default value is FALSE.
49007
49075
  */
49008
- v10_12?: boolean | null;
49076
+ v1012?: boolean | null;
49009
49077
  /**
49010
49078
  * When TRUE, indicates macOS 10.13 or later is required to install the app. When FALSE, indicates some other OS version is the minimum OS to install the app. Default value is FALSE.
49011
49079
  */
49012
- v10_13?: boolean | null;
49080
+ v1013?: boolean | null;
49013
49081
  /**
49014
49082
  * When TRUE, indicates macOS 10.14 or later is required to install the app. When FALSE, indicates some other OS version is the minimum OS to install the app. Default value is FALSE.
49015
49083
  */
49016
- v10_14?: boolean | null;
49084
+ v1014?: boolean | null;
49017
49085
  /**
49018
49086
  * When TRUE, indicates macOS 10.15 or later is required to install the app. When FALSE, indicates some other OS version is the minimum OS to install the app. Default value is FALSE.
49019
49087
  */
49020
- v10_15?: boolean | null;
49088
+ v1015?: boolean | null;
49021
49089
  /**
49022
49090
  * When TRUE, indicates Mac OS X 10.7 or later is required to install the app. When FALSE, indicates some other OS version is the minimum OS to install the app. Default value is FALSE.
49023
49091
  */
49024
- v10_7?: boolean | null;
49092
+ v107?: boolean | null;
49025
49093
  /**
49026
49094
  * When TRUE, indicates OS X 10.8 or later is required to install the app. When FALSE, indicates some other OS version is the minimum OS to install the app. Default value is FALSE.
49027
49095
  */
49028
- v10_8?: boolean | null;
49096
+ v108?: boolean | null;
49029
49097
  /**
49030
49098
  * When TRUE, indicates OS X 10.9 or later is required to install the app. When FALSE, indicates some other OS version is the minimum OS to install the app. Default value is FALSE.
49031
49099
  */
49032
- v10_9?: boolean | null;
49100
+ v109?: boolean | null;
49033
49101
  /**
49034
49102
  * When TRUE, indicates macOS 11.0 or later is required to install the app. When FALSE, indicates some other OS version is the minimum OS to install the app. Default value is FALSE.
49035
49103
  */
49036
- v11_0?: boolean | null;
49104
+ v110?: boolean | null;
49037
49105
  /**
49038
49106
  * When TRUE, indicates macOS 12.0 or later is required to install the app. When FALSE, indicates some other OS version is the minimum OS to install the app. Default value is FALSE.
49039
49107
  */
49040
- v12_0?: boolean | null;
49108
+ v120?: boolean | null;
49041
49109
  /**
49042
49110
  * When TRUE, indicates macOS 13.0 or later is required to install the app. When FALSE, indicates some other OS version is the minimum OS to install the app. Default value is FALSE.
49043
49111
  */
49044
- v13_0?: boolean | null;
49112
+ v130?: boolean | null;
49045
49113
  }
49046
49114
  /**
49047
49115
  * Contains properties and inherited properties for the MacOS Office Suite App.
@@ -51074,7 +51142,7 @@ export interface Message extends OutlookItem, Parsable {
51074
51142
  /**
51075
51143
  * Indicates the position of the message within the conversation.
51076
51144
  */
51077
- conversationIndex?: string | null;
51145
+ conversationIndex?: String | null;
51078
51146
  /**
51079
51147
  * The collection of open extensions defined for the message. Nullable.
51080
51148
  */
@@ -51699,7 +51767,7 @@ export interface MimeContent extends AdditionalDataHolder, BackedModel, Parsable
51699
51767
  /**
51700
51768
  * The byte array that contains the actual content.
51701
51769
  */
51702
- value?: string | null;
51770
+ value?: String | null;
51703
51771
  }
51704
51772
  export type MiracastChannel = (typeof MiracastChannelObject)[keyof typeof MiracastChannelObject];
51705
51773
  /**
@@ -51878,7 +51946,7 @@ export interface MobileAppContentFile extends Entity, Parsable {
51878
51946
  /**
51879
51947
  * The manifest information.
51880
51948
  */
51881
- manifest?: string | null;
51949
+ manifest?: String | null;
51882
51950
  /**
51883
51951
  * the file name.
51884
51952
  */
@@ -52882,7 +52950,7 @@ export interface OmaSettingStringXml extends OmaSetting, Parsable {
52882
52950
  /**
52883
52951
  * Value. (UTF8 encoded byte array)
52884
52952
  */
52885
- value?: string | null;
52953
+ value?: String | null;
52886
52954
  }
52887
52955
  export interface OnAttributeCollectionExternalUsersSelfServiceSignUp extends OnAttributeCollectionHandler, Parsable {
52888
52956
  /**
@@ -53074,7 +53142,7 @@ export interface OnenotePage extends OnenoteEntitySchemaObjectModel, Parsable {
53074
53142
  /**
53075
53143
  * The page's HTML content.
53076
53144
  */
53077
- content?: string | null;
53145
+ content?: String | null;
53078
53146
  /**
53079
53147
  * The URL for the page's HTML content. Read-only.
53080
53148
  */
@@ -53198,7 +53266,7 @@ export interface OnenoteResource extends OnenoteEntityBaseModel, Parsable {
53198
53266
  /**
53199
53267
  * The content stream
53200
53268
  */
53201
- content?: string | null;
53269
+ content?: String | null;
53202
53270
  /**
53203
53271
  * The URL for downloading the content
53204
53272
  */
@@ -53274,7 +53342,7 @@ export interface OnlineMeeting extends OnlineMeetingBase, Parsable {
53274
53342
  /**
53275
53343
  * The content stream of the attendee report of a Microsoft Teams live event. Read-only.
53276
53344
  */
53277
- attendeeReport?: string | null;
53345
+ attendeeReport?: String | null;
53278
53346
  /**
53279
53347
  * Settings related to a live event.
53280
53348
  */
@@ -54084,7 +54152,7 @@ export interface OrganizationalBrandingProperties extends Entity, Parsable {
54084
54152
  /**
54085
54153
  * Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image reduces bandwidth requirements and make the page load faster.
54086
54154
  */
54087
- backgroundImage?: string | null;
54155
+ backgroundImage?: String | null;
54088
54156
  /**
54089
54157
  * A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only.
54090
54158
  */
@@ -54092,7 +54160,7 @@ export interface OrganizationalBrandingProperties extends Entity, Parsable {
54092
54160
  /**
54093
54161
  * A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo.
54094
54162
  */
54095
- bannerLogo?: string | null;
54163
+ bannerLogo?: String | null;
54096
54164
  /**
54097
54165
  * A relative URL for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only.
54098
54166
  */
@@ -54120,7 +54188,7 @@ export interface OrganizationalBrandingProperties extends Entity, Parsable {
54120
54188
  /**
54121
54189
  * CSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB.
54122
54190
  */
54123
- customCSS?: string | null;
54191
+ customCSS?: String | null;
54124
54192
  /**
54125
54193
  * A relative URL for the customCSS property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only.
54126
54194
  */
@@ -54152,7 +54220,7 @@ export interface OrganizationalBrandingProperties extends Entity, Parsable {
54152
54220
  /**
54153
54221
  * A custom icon (favicon) to replace a default Microsoft product favicon on a Microsoft Entra tenant.
54154
54222
  */
54155
- favicon?: string | null;
54223
+ favicon?: String | null;
54156
54224
  /**
54157
54225
  * A relative url for the favicon above that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only.
54158
54226
  */
@@ -54164,7 +54232,7 @@ export interface OrganizationalBrandingProperties extends Entity, Parsable {
54164
54232
  /**
54165
54233
  * A company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo.
54166
54234
  */
54167
- headerLogo?: string | null;
54235
+ headerLogo?: String | null;
54168
54236
  /**
54169
54237
  * A relative URL for the headerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only.
54170
54238
  */
@@ -54184,11 +54252,11 @@ export interface OrganizationalBrandingProperties extends Entity, Parsable {
54184
54252
  /**
54185
54253
  * A square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo.
54186
54254
  */
54187
- squareLogo?: string | null;
54255
+ squareLogo?: String | null;
54188
54256
  /**
54189
54257
  * A square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo.
54190
54258
  */
54191
- squareLogoDark?: string | null;
54259
+ squareLogoDark?: String | null;
54192
54260
  /**
54193
54261
  * A relative URL for the squareLogoDark property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only.
54194
54262
  */
@@ -54677,7 +54745,7 @@ export interface PasswordCredential extends AdditionalDataHolder, BackedModel, P
54677
54745
  /**
54678
54746
  * Do not use.
54679
54747
  */
54680
- customKeyIdentifier?: string | null;
54748
+ customKeyIdentifier?: String | null;
54681
54749
  /**
54682
54750
  * Friendly name for the password. Optional.
54683
54751
  */
@@ -57864,7 +57932,7 @@ export interface ProtectionRuleBase extends Entity, Parsable {
57864
57932
  */
57865
57933
  errorEscaped?: PublicError | null;
57866
57934
  /**
57867
- * Indicates whether the protection rule is static or dynamic.
57935
+ * true indicates that the protection rule is dynamic; false that it's static. Currently, only static rules are supported.
57868
57936
  */
57869
57937
  isAutoApplyEnabled?: boolean | null;
57870
57938
  /**
@@ -59088,7 +59156,7 @@ export interface Report extends AdditionalDataHolder, BackedModel, Parsable {
59088
59156
  /**
59089
59157
  * Not yet documented
59090
59158
  */
59091
- content?: string | null;
59159
+ content?: String | null;
59092
59160
  /**
59093
59161
  * The OdataType property
59094
59162
  */
@@ -59762,6 +59830,9 @@ export interface RgbColor extends AdditionalDataHolder, BackedModel, Parsable {
59762
59830
  */
59763
59831
  r?: number | null;
59764
59832
  }
59833
+ /**
59834
+ * The status of a long-running operation.
59835
+ */
59765
59836
  export interface RichLongRunningOperation extends LongRunningOperation, Parsable {
59766
59837
  /**
59767
59838
  * Error that caused the operation to fail.
@@ -60570,7 +60641,7 @@ export interface ScheduleInformation extends AdditionalDataHolder, BackedModel,
60570
60641
  */
60571
60642
  additionalData?: Record<string, unknown>;
60572
60643
  /**
60573
- * Represents a merged view of availability of all the items in scheduleItems. The view consists of time slots. Availability during each time slot is indicated with: 0= free or working elswhere, 1= tentative, 2= busy, 3= out of office.Note: Working elsewhere is set to 0 instead of 4 for backward compatibility. For details, see the Q&A.
60644
+ * Represents a merged view of availability of all the items in scheduleItems. The view consists of time slots. Availability during each time slot is indicated with: 0= free or working elswhere, 1= tentative, 2= busy, 3= out of office.Note: Working elsewhere is set to 0 instead of 4 for backward compatibility. For details, see the Q&A and Exchange 2007 and Exchange 2010 do not use the WorkingElsewhere value.
60574
60645
  */
60575
60646
  availabilityView?: string | null;
60576
60647
  /**
@@ -61295,7 +61366,7 @@ export interface Security extends Entity, Parsable {
61295
61366
  /**
61296
61367
  * A collection of alerts in Microsoft 365 Defender.
61297
61368
  */
61298
- alerts_v2?: Alert[] | null;
61369
+ alertsV2?: Alert[] | null;
61299
61370
  /**
61300
61371
  * The attackSimulation property
61301
61372
  */
@@ -61305,7 +61376,7 @@ export interface Security extends Entity, Parsable {
61305
61376
  */
61306
61377
  cases?: CasesRoot | null;
61307
61378
  /**
61308
- * The identities property
61379
+ * A container for security identities APIs.
61309
61380
  */
61310
61381
  identities?: I2b88f0c27d7fd9c000e7e4e78cc3161590db07c518949b504f8a27680ed1200f | null;
61311
61382
  /**
@@ -61428,7 +61499,7 @@ export interface SelfSignedCertificate extends AdditionalDataHolder, BackedModel
61428
61499
  /**
61429
61500
  * Custom key identifier.
61430
61501
  */
61431
- customKeyIdentifier?: string | null;
61502
+ customKeyIdentifier?: String | null;
61432
61503
  /**
61433
61504
  * The friendly name for the key.
61434
61505
  */
@@ -61440,7 +61511,7 @@ export interface SelfSignedCertificate extends AdditionalDataHolder, BackedModel
61440
61511
  /**
61441
61512
  * The value for the key credential. Should be a Base-64 encoded value.
61442
61513
  */
61443
- key?: string | null;
61514
+ key?: String | null;
61444
61515
  /**
61445
61516
  * The unique identifier (GUID) for the key.
61446
61517
  */
@@ -71836,6 +71907,11 @@ export declare function serializeUserSimulationDetails(writer: SerializationWrit
71836
71907
  * @param writer Serialization writer to use to serialize this model
71837
71908
  */
71838
71909
  export declare function serializeUserSimulationEventInfo(writer: SerializationWriter, userSimulationEventInfo?: Partial<UserSimulationEventInfo> | undefined | null): void;
71910
+ /**
71911
+ * Serializes information the current object
71912
+ * @param writer Serialization writer to use to serialize this model
71913
+ */
71914
+ export declare function serializeUserSolutionRoot(writer: SerializationWriter, userSolutionRoot?: Partial<UserSolutionRoot> | undefined | null): void;
71839
71915
  /**
71840
71916
  * Serializes information the current object
71841
71917
  * @param writer Serialization writer to use to serialize this model
@@ -72846,6 +72922,11 @@ export declare function serializeWorkforceIntegrationEncryption(writer: Serializ
72846
72922
  * @param writer Serialization writer to use to serialize this model
72847
72923
  */
72848
72924
  export declare function serializeWorkingHours(writer: SerializationWriter, workingHours?: Partial<WorkingHours> | undefined | null): void;
72925
+ /**
72926
+ * Serializes information the current object
72927
+ * @param writer Serialization writer to use to serialize this model
72928
+ */
72929
+ export declare function serializeWorkingTimeSchedule(writer: SerializationWriter, workingTimeSchedule?: Partial<WorkingTimeSchedule> | undefined | null): void;
72849
72930
  /**
72850
72931
  * Serializes information the current object
72851
72932
  * @param writer Serialization writer to use to serialize this model
@@ -72919,7 +73000,7 @@ export interface ServiceAnnouncementAttachment extends Entity, Parsable {
72919
73000
  /**
72920
73001
  * The attachment content.
72921
73002
  */
72922
- content?: string | null;
73003
+ content?: String | null;
72923
73004
  /**
72924
73005
  * The contentType property
72925
73006
  */
@@ -73273,7 +73354,7 @@ export interface ServicePrincipal extends DirectoryObject, Parsable {
73273
73354
  */
73274
73355
  passwordCredentials?: PasswordCredential[] | null;
73275
73356
  /**
73276
- * Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the My Apps portal. The supported values are password, saml, notSupported, and oidc.
73357
+ * Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the My Apps portal. The supported values are password, saml, notSupported, and oidc. Note: This field might be null for older SAML apps and for OIDC applications where it isn't set automatically.
73277
73358
  */
73278
73359
  preferredSingleSignOnMode?: string | null;
73279
73360
  /**
@@ -73572,7 +73653,7 @@ export interface ServiceUpdateMessage extends Parsable, ServiceAnnouncementBase
73572
73653
  /**
73573
73654
  * The zip file that contains all attachments for a message.
73574
73655
  */
73575
- attachmentsArchive?: string | null;
73656
+ attachmentsArchive?: String | null;
73576
73657
  /**
73577
73658
  * The body property
73578
73659
  */
@@ -74479,7 +74560,7 @@ export interface SignIn extends Entity, Parsable {
74479
74560
  /**
74480
74561
  * The list of risk event types associated with the sign-in. Possible values: unlikelyTravel, anonymizedIPAddress, maliciousIPAddress, unfamiliarFeatures, malwareInfectedIPAddress, suspiciousIPAddress, leakedCredentials, investigationsThreatIntelligence, generic, or unknownFutureValue. Supports $filter (eq, startsWith).
74481
74562
  */
74482
- riskEventTypes_v2?: string[] | null;
74563
+ riskEventTypesV2?: string[] | null;
74483
74564
  /**
74484
74565
  * Aggregated risk level. The possible values are: none, low, medium, high, hidden, and unknownFutureValue. The value hidden means the user or sign-in wasn't enabled for Microsoft Entra ID Protection. Supports $filter (eq). Note: Details for this property are only available for Microsoft Entra ID P2 customers. All other customers are returned hidden.
74485
74566
  */
@@ -76785,7 +76866,7 @@ export interface TaskFileAttachment extends AttachmentBase, Parsable {
76785
76866
  /**
76786
76867
  * The base64-encoded contents of the file.
76787
76868
  */
76788
- contentBytes?: string | null;
76869
+ contentBytes?: String | null;
76789
76870
  }
76790
76871
  export type TaskStatus = (typeof TaskStatusObject)[keyof typeof TaskStatusObject];
76791
76872
  export interface Team extends Entity, Parsable {
@@ -77555,7 +77636,7 @@ export interface TeamworkHostedContent extends Entity, Parsable {
77555
77636
  /**
77556
77637
  * Write only. Bytes for the hosted content (such as images).
77557
77638
  */
77558
- contentBytes?: string | null;
77639
+ contentBytes?: String | null;
77559
77640
  /**
77560
77641
  * Write only. Content type. such as image/png, image/jpg.
77561
77642
  */
@@ -78279,7 +78360,7 @@ export interface Thumbnail extends AdditionalDataHolder, BackedModel, Parsable {
78279
78360
  /**
78280
78361
  * The content stream for the thumbnail.
78281
78362
  */
78282
- content?: string | null;
78363
+ content?: String | null;
78283
78364
  /**
78284
78365
  * The height of the thumbnail, in pixels.
78285
78366
  */
@@ -79920,6 +80001,9 @@ export interface UsedInsightCollectionResponse extends BaseCollectionPaginationC
79920
80001
  */
79921
80002
  value?: UsedInsight[] | null;
79922
80003
  }
80004
+ /**
80005
+ * Represents a Microsoft Entra user account.
80006
+ */
79923
80007
  export interface User extends DirectoryObject, Parsable {
79924
80008
  /**
79925
80009
  * A freeform text entry field for the user to describe themselves. Returned only on $select.
@@ -80137,6 +80221,10 @@ export interface User extends DirectoryObject, Parsable {
80137
80221
  * A list for the user to describe their interests. Returned only on $select.
80138
80222
  */
80139
80223
  interests?: string[] | null;
80224
+ /**
80225
+ * The isManagementRestricted property
80226
+ */
80227
+ isManagementRestricted?: boolean | null;
80140
80228
  /**
80141
80229
  * Don't use – reserved for future use.
80142
80230
  */
@@ -80286,7 +80374,7 @@ export interface User extends DirectoryObject, Parsable {
80286
80374
  */
80287
80375
  passwordPolicies?: string | null;
80288
80376
  /**
80289
- * Specifies the password profile for the user. The profile contains the user's password. This property is required when a user is created. The password in the profile must satisfy minimum requirements as specified by the passwordPolicies property. By default, a strong password is required. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values).
80377
+ * Specifies the password profile for the user. The profile contains the user's password. This property is required when a user is created. The password in the profile must satisfy minimum requirements as specified by the passwordPolicies property. By default, a strong password is required. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). To update this property: In delegated access, the calling app must be assigned the Directory.AccessAsUser.All delegated permission on behalf of the signed-in user. In application-only access, the calling app must be assigned the User.ReadWrite.All (least privilege) or Directory.ReadWrite.All (higher privilege) application permission and at least the User Administrator Microsoft Entra role.
80290
80378
  */
80291
80379
  passwordProfile?: PasswordProfile | null;
80292
80380
  /**
@@ -80389,6 +80477,10 @@ export interface User extends DirectoryObject, Parsable {
80389
80477
  * A list for the user to enumerate their skills. Returned only on $select.
80390
80478
  */
80391
80479
  skills?: string[] | null;
80480
+ /**
80481
+ * The identifier that relates the user to the working time schedule triggers. Read-Only. Nullable
80482
+ */
80483
+ solutions?: UserSolutionRoot | null;
80392
80484
  /**
80393
80485
  * The users and groups responsible for this guest's privileges in the tenant and keeping the guest's information and access updated. (HTTP Methods: GET, POST, DELETE.). Supports $expand.
80394
80486
  */
@@ -82357,6 +82449,12 @@ export interface UserSimulationEventInfo extends AdditionalDataHolder, BackedMod
82357
82449
  */
82358
82450
  osPlatformDeviceDetails?: string | null;
82359
82451
  }
82452
+ export interface UserSolutionRoot extends Entity, Parsable {
82453
+ /**
82454
+ * The working time schedule entity associated with the solution.
82455
+ */
82456
+ workingTimeSchedule?: WorkingTimeSchedule | null;
82457
+ }
82360
82458
  export interface UserStorage extends Entity, Parsable {
82361
82459
  /**
82362
82460
  * The quota property
@@ -82736,7 +82834,7 @@ export interface VirtualEventPresenterDetails extends AdditionalDataHolder, Back
82736
82834
  /**
82737
82835
  * The content stream of the presenter's photo.
82738
82836
  */
82739
- photo?: string | null;
82837
+ photo?: String | null;
82740
82838
  /**
82741
82839
  * The presenter's Twitter profile URL.
82742
82840
  */
@@ -83835,7 +83933,7 @@ export interface Windows10EndpointProtectionConfiguration extends DeviceConfigur
83835
83933
  /**
83836
83934
  * Xml content containing information regarding exploit protection details.
83837
83935
  */
83838
- defenderExploitProtectionXml?: string | null;
83936
+ defenderExploitProtectionXml?: String | null;
83839
83937
  /**
83840
83938
  * Name of the file from which DefenderExploitProtectionXml was obtained.
83841
83939
  */
@@ -84582,11 +84680,11 @@ export interface Windows10GeneralConfiguration extends DeviceConfiguration, Pars
84582
84680
  /**
84583
84681
  * This policy setting allows you to import Edge assets to be used with startMenuLayoutXml policy. Start layout can contain secondary tile from Edge app which looks for Edge local asset file. Edge local asset would not exist and cause Edge secondary tile to appear empty in this case. This policy only gets applied when startMenuLayoutXml policy is modified. The value should be a UTF-8 Base64 encoded byte array.
84584
84682
  */
84585
- startMenuLayoutEdgeAssetsXml?: string | null;
84683
+ startMenuLayoutEdgeAssetsXml?: String | null;
84586
84684
  /**
84587
84685
  * Allows admins to override the default Start menu layout and prevents the user from changing it. The layout is modified by specifying an XML file based on a layout modification schema. XML needs to be in a UTF8 encoded byte array format.
84588
84686
  */
84589
- startMenuLayoutXml?: string | null;
84687
+ startMenuLayoutXml?: String | null;
84590
84688
  /**
84591
84689
  * Type of display modes for the start menu.
84592
84690
  */
@@ -85695,7 +85793,7 @@ export interface WindowsInformationProtectionAppLockerFile extends Entity, Parsa
85695
85793
  /**
85696
85794
  * File as a byte array
85697
85795
  */
85698
- file?: string | null;
85796
+ file?: String | null;
85699
85797
  /**
85700
85798
  * SHA256 hash of the file
85701
85799
  */
@@ -85726,7 +85824,7 @@ export interface WindowsInformationProtectionDataRecoveryCertificate extends Add
85726
85824
  /**
85727
85825
  * Data recovery Certificate
85728
85826
  */
85729
- certificate?: string | null;
85827
+ certificate?: String | null;
85730
85828
  /**
85731
85829
  * Data recovery Certificate description
85732
85830
  */
@@ -86215,15 +86313,15 @@ export interface WindowsMinimumOperatingSystem extends AdditionalDataHolder, Bac
86215
86313
  /**
86216
86314
  * Windows version 10.0 or later.
86217
86315
  */
86218
- v10_0?: boolean | null;
86316
+ v100?: boolean | null;
86219
86317
  /**
86220
86318
  * Windows version 8.0 or later.
86221
86319
  */
86222
- v8_0?: boolean | null;
86320
+ v80?: boolean | null;
86223
86321
  /**
86224
86322
  * Windows version 8.1 or later.
86225
86323
  */
86226
- v8_1?: boolean | null;
86324
+ v81?: boolean | null;
86227
86325
  }
86228
86326
  /**
86229
86327
  * Contains properties and inherited properties for Windows Mobile MSI Line Of Business apps.
@@ -87913,47 +88011,47 @@ export interface WorkbookWorksheetProtectionOptions extends AdditionalDataHolder
87913
88011
  */
87914
88012
  additionalData?: Record<string, unknown>;
87915
88013
  /**
87916
- * Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled.
88014
+ * Represents the worksheet protection option of allowing using auto filter feature.
87917
88015
  */
87918
88016
  allowAutoFilter?: boolean | null;
87919
88017
  /**
87920
- * Indicates whether the worksheet protection option to allow deleting columns is enabled.
88018
+ * Represents the worksheet protection option of allowing deleting columns.
87921
88019
  */
87922
88020
  allowDeleteColumns?: boolean | null;
87923
88021
  /**
87924
- * Indicates whether the worksheet protection option to allow deleting rows is enabled.
88022
+ * Represents the worksheet protection option of allowing deleting rows.
87925
88023
  */
87926
88024
  allowDeleteRows?: boolean | null;
87927
88025
  /**
87928
- * Indicates whether the worksheet protection option to allow formatting cells is enabled.
88026
+ * Represents the worksheet protection option of allowing formatting cells.
87929
88027
  */
87930
88028
  allowFormatCells?: boolean | null;
87931
88029
  /**
87932
- * Indicates whether the worksheet protection option to allow formatting columns is enabled.
88030
+ * Represents the worksheet protection option of allowing formatting columns.
87933
88031
  */
87934
88032
  allowFormatColumns?: boolean | null;
87935
88033
  /**
87936
- * Indicates whether the worksheet protection option to allow formatting rows is enabled.
88034
+ * Represents the worksheet protection option of allowing formatting rows.
87937
88035
  */
87938
88036
  allowFormatRows?: boolean | null;
87939
88037
  /**
87940
- * Indicates whether the worksheet protection option to allow inserting columns is enabled.
88038
+ * Represents the worksheet protection option of allowing inserting columns.
87941
88039
  */
87942
88040
  allowInsertColumns?: boolean | null;
87943
88041
  /**
87944
- * Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled.
88042
+ * Represents the worksheet protection option of allowing inserting hyperlinks.
87945
88043
  */
87946
88044
  allowInsertHyperlinks?: boolean | null;
87947
88045
  /**
87948
- * Indicates whether the worksheet protection option to allow inserting rows is enabled.
88046
+ * Represents the worksheet protection option of allowing inserting rows.
87949
88047
  */
87950
88048
  allowInsertRows?: boolean | null;
87951
88049
  /**
87952
- * Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled.
88050
+ * Represents the worksheet protection option of allowing using pivot table feature.
87953
88051
  */
87954
88052
  allowPivotTables?: boolean | null;
87955
88053
  /**
87956
- * Indicates whether the worksheet protection option to allow the use of the sort feature is enabled.
88054
+ * Represents the worksheet protection option of allowing using sort feature.
87957
88055
  */
87958
88056
  allowSort?: boolean | null;
87959
88057
  /**
@@ -88051,6 +88149,8 @@ export interface WorkingHours extends AdditionalDataHolder, BackedModel, Parsabl
88051
88149
  */
88052
88150
  timeZone?: TimeZoneBase | null;
88053
88151
  }
88152
+ export interface WorkingTimeSchedule extends Entity, Parsable {
88153
+ }
88054
88154
  export type X509CertificateAffinityLevel = (typeof X509CertificateAffinityLevelObject)[keyof typeof X509CertificateAffinityLevelObject];
88055
88155
  export interface X509CertificateAuthenticationMethodConfiguration extends AuthenticationMethodConfiguration, Parsable {
88056
88156
  /**
@@ -89321,9 +89421,15 @@ export declare const ColumnTypesObject: {
89321
89421
  readonly ApprovalStatus: "approvalStatus";
89322
89422
  readonly UnknownFutureValue: "unknownFutureValue";
89323
89423
  };
89424
+ /**
89425
+ * Types of communityPrivacy.
89426
+ */
89324
89427
  export declare const CommunityPrivacyObject: {
89428
+ /** Any user from the tenant can join and participate in the community. */
89325
89429
  readonly Public: "public";
89430
+ /** A community administrator must add tenant users to the community before they can participate. */
89326
89431
  readonly Private: "private";
89432
+ /** A marker value for members added after the release of this API. */
89327
89433
  readonly UnknownFutureValue: "unknownFutureValue";
89328
89434
  };
89329
89435
  /**
@@ -90168,8 +90274,13 @@ export declare const EndUserNotificationTypeObject: {
90168
90274
  readonly TrainingReminder: "trainingReminder";
90169
90275
  readonly UnknownFutureValue: "unknownFutureValue";
90170
90276
  };
90277
+ /**
90278
+ * Types of engagementAsyncOperationType. Members will be added here as more async operations are supported.
90279
+ */
90171
90280
  export declare const EngagementAsyncOperationTypeObject: {
90281
+ /** Operation to create a Viva Engage community. */
90172
90282
  readonly CreateCommunity: "createCommunity";
90283
+ /** A marker value for members added after the release of this API. */
90173
90284
  readonly UnknownFutureValue: "unknownFutureValue";
90174
90285
  };
90175
90286
  export declare const EnrollmentStateObject: {