@microsoft/msgraph-sdk 1.0.0-preview.14 → 1.0.0-preview.16

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
@@ -2379,6 +2379,8 @@ export interface AlertTrigger extends AdditionalDataHolder, BackedModel, Parsabl
2379
2379
  */
2380
2380
  value?: string;
2381
2381
  }
2382
+ export interface AllDeviceRegistrationMembership extends DeviceRegistrationMembership, Parsable {
2383
+ }
2382
2384
  /**
2383
2385
  * Represents an assignment to all managed devices in the tenant.
2384
2386
  */
@@ -4634,11 +4636,11 @@ export interface AttendeeNotificationInfo extends AdditionalDataHolder, BackedMo
4634
4636
  */
4635
4637
  odataType?: string;
4636
4638
  /**
4637
- * The phoneNumber property
4639
+ * The phone number of the external attendee. Required.
4638
4640
  */
4639
4641
  phoneNumber?: string;
4640
4642
  /**
4641
- * The timeZone property
4643
+ * The time zone of the external attendee. The timeZone property can be set to any of the time zones currently supported by Windows. Required.
4642
4644
  */
4643
4645
  timeZone?: string;
4644
4646
  }
@@ -5763,8 +5765,52 @@ export interface AzureActiveDirectoryTenant extends IdentitySource, Parsable {
5763
5765
  */
5764
5766
  tenantId?: string;
5765
5767
  }
5768
+ export interface AzureADJoinPolicy extends AdditionalDataHolder, BackedModel, Parsable {
5769
+ /**
5770
+ * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
5771
+ */
5772
+ additionalData?: Record<string, unknown>;
5773
+ /**
5774
+ * The allowedToJoin property
5775
+ */
5776
+ allowedToJoin?: DeviceRegistrationMembership;
5777
+ /**
5778
+ * Stores model information.
5779
+ */
5780
+ backingStoreEnabled?: boolean;
5781
+ /**
5782
+ * The isAdminConfigurable property
5783
+ */
5784
+ isAdminConfigurable?: boolean;
5785
+ /**
5786
+ * The OdataType property
5787
+ */
5788
+ odataType?: string;
5789
+ }
5766
5790
  export interface AzureAdPopTokenAuthentication extends CustomExtensionAuthenticationConfiguration, Parsable {
5767
5791
  }
5792
+ export interface AzureADRegistrationPolicy extends AdditionalDataHolder, BackedModel, Parsable {
5793
+ /**
5794
+ * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
5795
+ */
5796
+ additionalData?: Record<string, unknown>;
5797
+ /**
5798
+ * The allowedToRegister property
5799
+ */
5800
+ allowedToRegister?: DeviceRegistrationMembership;
5801
+ /**
5802
+ * Stores model information.
5803
+ */
5804
+ backingStoreEnabled?: boolean;
5805
+ /**
5806
+ * The isAdminConfigurable property
5807
+ */
5808
+ isAdminConfigurable?: boolean;
5809
+ /**
5810
+ * The OdataType property
5811
+ */
5812
+ odataType?: string;
5813
+ }
5768
5814
  export interface AzureCommunicationServicesUserConversationMember extends ConversationMember, Parsable {
5769
5815
  /**
5770
5816
  * Azure Communication Services ID of the user.
@@ -8163,19 +8209,19 @@ export interface ChatMessageAttachment extends AdditionalDataHolder, BackedModel
8163
8209
  */
8164
8210
  content?: string;
8165
8211
  /**
8166
- * The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentTypes supported by the Bot Framework's Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.
8212
+ * The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentType that is supported by the Bot Framework's Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.
8167
8213
  */
8168
8214
  contentType?: string;
8169
8215
  /**
8170
- * URL for the content of the attachment. Supported protocols: http, https, file and data.
8216
+ * The URL for the content of the attachment.
8171
8217
  */
8172
8218
  contentUrl?: string;
8173
8219
  /**
8174
- * Read-only. Unique id of the attachment.
8220
+ * Read-only. The unique id of the attachment.
8175
8221
  */
8176
8222
  id?: string;
8177
8223
  /**
8178
- * Name of the attachment.
8224
+ * The name of the attachment.
8179
8225
  */
8180
8226
  name?: string;
8181
8227
  /**
@@ -8183,11 +8229,11 @@ export interface ChatMessageAttachment extends AdditionalDataHolder, BackedModel
8183
8229
  */
8184
8230
  odataType?: string;
8185
8231
  /**
8186
- * The ID of the Teams app that is associated with the attachment. The property is specifically used to attribute a Teams message card to the specified app.
8232
+ * The ID of the Teams app that is associated with the attachment. The property is used to attribute a Teams message card to the specified app.
8187
8233
  */
8188
8234
  teamsAppId?: string;
8189
8235
  /**
8190
- * URL to a thumbnail image that the channel can use if it supports using an alternative, smaller form of content or contentUrl. For example, if you set contentType to application/word and set contentUrl to the location of the Word document, you might include a thumbnail image that represents the document. The channel could display the thumbnail image instead of the document. When the user clicks the image, the channel would open the document.
8236
+ * The URL to a thumbnail image that the channel can use if it supports using an alternative, smaller form of content or contentUrl. For example, if you set contentType to application/word and set contentUrl to the location of the Word document, you might include a thumbnail image that represents the document. The channel could display the thumbnail image instead of the document. When the user selects the image, the channel would open the document.
8191
8237
  */
8192
8238
  thumbnailUrl?: string;
8193
8239
  }
@@ -8519,6 +8565,58 @@ export interface CloudAppSecurityState extends AdditionalDataHolder, BackedModel
8519
8565
  */
8520
8566
  riskScore?: string;
8521
8567
  }
8568
+ export interface CloudClipboardItem extends Entity, Parsable {
8569
+ /**
8570
+ * The createdDateTime property
8571
+ */
8572
+ createdDateTime?: Date;
8573
+ /**
8574
+ * The expirationDateTime property
8575
+ */
8576
+ expirationDateTime?: Date;
8577
+ /**
8578
+ * The lastModifiedDateTime property
8579
+ */
8580
+ lastModifiedDateTime?: Date;
8581
+ /**
8582
+ * The payloads property
8583
+ */
8584
+ payloads?: CloudClipboardItemPayload[];
8585
+ }
8586
+ export interface CloudClipboardItemCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
8587
+ /**
8588
+ * The value property
8589
+ */
8590
+ value?: CloudClipboardItem[];
8591
+ }
8592
+ export interface CloudClipboardItemPayload extends AdditionalDataHolder, BackedModel, Parsable {
8593
+ /**
8594
+ * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
8595
+ */
8596
+ additionalData?: Record<string, unknown>;
8597
+ /**
8598
+ * Stores model information.
8599
+ */
8600
+ backingStoreEnabled?: boolean;
8601
+ /**
8602
+ * The content property
8603
+ */
8604
+ content?: string;
8605
+ /**
8606
+ * The formatName property
8607
+ */
8608
+ formatName?: string;
8609
+ /**
8610
+ * The OdataType property
8611
+ */
8612
+ odataType?: string;
8613
+ }
8614
+ export interface CloudClipboardRoot extends Entity, Parsable {
8615
+ /**
8616
+ * The items property
8617
+ */
8618
+ items?: CloudClipboardItem[];
8619
+ }
8522
8620
  export interface CloudCommunications extends AdditionalDataHolder, BackedModel, Parsable {
8523
8621
  /**
8524
8622
  * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
@@ -10890,6 +10988,12 @@ export declare function createAlertHistoryStateFromDiscriminatorValue(parseNode:
10890
10988
  * @returns {AlertTrigger}
10891
10989
  */
10892
10990
  export declare function createAlertTriggerFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
10991
+ /**
10992
+ * Creates a new instance of the appropriate class based on discriminator value
10993
+ * @param parseNode The parse node to use to read the discriminator value and create the object
10994
+ * @returns {AllDeviceRegistrationMembership}
10995
+ */
10996
+ export declare function createAllDeviceRegistrationMembershipFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
10893
10997
  /**
10894
10998
  * Creates a new instance of the appropriate class based on discriminator value
10895
10999
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -11736,12 +11840,24 @@ export declare function createAverageComparativeScoreFromDiscriminatorValue(pars
11736
11840
  * @returns {AzureActiveDirectoryTenant}
11737
11841
  */
11738
11842
  export declare function createAzureActiveDirectoryTenantFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
11843
+ /**
11844
+ * Creates a new instance of the appropriate class based on discriminator value
11845
+ * @param parseNode The parse node to use to read the discriminator value and create the object
11846
+ * @returns {AzureADJoinPolicy}
11847
+ */
11848
+ export declare function createAzureADJoinPolicyFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
11739
11849
  /**
11740
11850
  * Creates a new instance of the appropriate class based on discriminator value
11741
11851
  * @param parseNode The parse node to use to read the discriminator value and create the object
11742
11852
  * @returns {AzureAdPopTokenAuthentication}
11743
11853
  */
11744
11854
  export declare function createAzureAdPopTokenAuthenticationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
11855
+ /**
11856
+ * Creates a new instance of the appropriate class based on discriminator value
11857
+ * @param parseNode The parse node to use to read the discriminator value and create the object
11858
+ * @returns {AzureADRegistrationPolicy}
11859
+ */
11860
+ export declare function createAzureADRegistrationPolicyFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
11745
11861
  /**
11746
11862
  * Creates a new instance of the appropriate class based on discriminator value
11747
11863
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -12492,6 +12608,30 @@ export declare function createCloudAppSecuritySessionControlFromDiscriminatorVal
12492
12608
  * @returns {CloudAppSecurityState}
12493
12609
  */
12494
12610
  export declare function createCloudAppSecurityStateFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
12611
+ /**
12612
+ * Creates a new instance of the appropriate class based on discriminator value
12613
+ * @param parseNode The parse node to use to read the discriminator value and create the object
12614
+ * @returns {CloudClipboardItemCollectionResponse}
12615
+ */
12616
+ export declare function createCloudClipboardItemCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
12617
+ /**
12618
+ * Creates a new instance of the appropriate class based on discriminator value
12619
+ * @param parseNode The parse node to use to read the discriminator value and create the object
12620
+ * @returns {CloudClipboardItem}
12621
+ */
12622
+ export declare function createCloudClipboardItemFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
12623
+ /**
12624
+ * Creates a new instance of the appropriate class based on discriminator value
12625
+ * @param parseNode The parse node to use to read the discriminator value and create the object
12626
+ * @returns {CloudClipboardItemPayload}
12627
+ */
12628
+ export declare function createCloudClipboardItemPayloadFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
12629
+ /**
12630
+ * Creates a new instance of the appropriate class based on discriminator value
12631
+ * @param parseNode The parse node to use to read the discriminator value and create the object
12632
+ * @returns {CloudClipboardRoot}
12633
+ */
12634
+ export declare function createCloudClipboardRootFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
12495
12635
  /**
12496
12636
  * Creates a new instance of the appropriate class based on discriminator value
12497
12637
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -13266,6 +13406,18 @@ export declare function createDelegatedPermissionClassificationCollectionRespons
13266
13406
  * @returns {DelegatedPermissionClassification}
13267
13407
  */
13268
13408
  export declare function createDelegatedPermissionClassificationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
13409
+ /**
13410
+ * Creates a new instance of the appropriate class based on discriminator value
13411
+ * @param parseNode The parse node to use to read the discriminator value and create the object
13412
+ * @returns {DeletedChatCollectionResponse}
13413
+ */
13414
+ export declare function createDeletedChatCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
13415
+ /**
13416
+ * Creates a new instance of the appropriate class based on discriminator value
13417
+ * @param parseNode The parse node to use to read the discriminator value and create the object
13418
+ * @returns {DeletedChat}
13419
+ */
13420
+ export declare function createDeletedChatFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
13269
13421
  /**
13270
13422
  * Creates a new instance of the appropriate class based on discriminator value
13271
13423
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -13788,6 +13940,18 @@ export declare function createDeviceOperatingSystemSummaryFromDiscriminatorValue
13788
13940
  * @returns {DeviceProtectionOverview}
13789
13941
  */
13790
13942
  export declare function createDeviceProtectionOverviewFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
13943
+ /**
13944
+ * Creates a new instance of the appropriate class based on discriminator value
13945
+ * @param parseNode The parse node to use to read the discriminator value and create the object
13946
+ * @returns {DeviceRegistrationMembership}
13947
+ */
13948
+ export declare function createDeviceRegistrationMembershipFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
13949
+ /**
13950
+ * Creates a new instance of the appropriate class based on discriminator value
13951
+ * @param parseNode The parse node to use to read the discriminator value and create the object
13952
+ * @returns {DeviceRegistrationPolicy}
13953
+ */
13954
+ export declare function createDeviceRegistrationPolicyFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
13791
13955
  /**
13792
13956
  * Creates a new instance of the appropriate class based on discriminator value
13793
13957
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -13998,6 +14162,12 @@ export declare function createDriveItemCollectionResponseFromDiscriminatorValue(
13998
14162
  * @returns {DriveItem}
13999
14163
  */
14000
14164
  export declare function createDriveItemFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
14165
+ /**
14166
+ * Creates a new instance of the appropriate class based on discriminator value
14167
+ * @param parseNode The parse node to use to read the discriminator value and create the object
14168
+ * @returns {DriveItemSource}
14169
+ */
14170
+ export declare function createDriveItemSourceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
14001
14171
  /**
14002
14172
  * Creates a new instance of the appropriate class based on discriminator value
14003
14173
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -14586,6 +14756,12 @@ export declare function createEntitlementManagementSettingsFromDiscriminatorValu
14586
14756
  * @returns {Entity}
14587
14757
  */
14588
14758
  export declare function createEntityFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
14759
+ /**
14760
+ * Creates a new instance of the appropriate class based on discriminator value
14761
+ * @param parseNode The parse node to use to read the discriminator value and create the object
14762
+ * @returns {EnumeratedDeviceRegistrationMembership}
14763
+ */
14764
+ export declare function createEnumeratedDeviceRegistrationMembershipFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
14589
14765
  /**
14590
14766
  * Creates a new instance of the appropriate class based on discriminator value
14591
14767
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -15852,6 +16028,12 @@ export declare function createListItemVersionFromDiscriminatorValue(parseNode: P
15852
16028
  * @returns {LobbyBypassSettings}
15853
16029
  */
15854
16030
  export declare function createLobbyBypassSettingsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
16031
+ /**
16032
+ * Creates a new instance of the appropriate class based on discriminator value
16033
+ * @param parseNode The parse node to use to read the discriminator value and create the object
16034
+ * @returns {LocalAdminPasswordSettings}
16035
+ */
16036
+ export declare function createLocalAdminPasswordSettingsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
15855
16037
  /**
15856
16038
  * Creates a new instance of the appropriate class based on discriminator value
15857
16039
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -16434,6 +16616,12 @@ export declare function createMediaInfoFromDiscriminatorValue(parseNode: ParseNo
16434
16616
  * @returns {MediaPrompt}
16435
16617
  */
16436
16618
  export declare function createMediaPromptFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
16619
+ /**
16620
+ * Creates a new instance of the appropriate class based on discriminator value
16621
+ * @param parseNode The parse node to use to read the discriminator value and create the object
16622
+ * @returns {MediaSource}
16623
+ */
16624
+ export declare function createMediaSourceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
16437
16625
  /**
16438
16626
  * Creates a new instance of the appropriate class based on discriminator value
16439
16627
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -16806,6 +16994,12 @@ export declare function createNamedLocationFromDiscriminatorValue(parseNode: Par
16806
16994
  * @returns {NetworkConnection}
16807
16995
  */
16808
16996
  export declare function createNetworkConnectionFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
16997
+ /**
16998
+ * Creates a new instance of the appropriate class based on discriminator value
16999
+ * @param parseNode The parse node to use to read the discriminator value and create the object
17000
+ * @returns {NoDeviceRegistrationMembership}
17001
+ */
17002
+ export declare function createNoDeviceRegistrationMembershipFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
16809
17003
  /**
16810
17004
  * Creates a new instance of the appropriate class based on discriminator value
16811
17005
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -18402,6 +18596,12 @@ export declare function createRegistryKeyStateFromDiscriminatorValue(parseNode:
18402
18596
  * @returns {RelatedContact}
18403
18597
  */
18404
18598
  export declare function createRelatedContactFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
18599
+ /**
18600
+ * Creates a new instance of the appropriate class based on discriminator value
18601
+ * @param parseNode The parse node to use to read the discriminator value and create the object
18602
+ * @returns {RelyingPartyDetailedSummary}
18603
+ */
18604
+ export declare function createRelyingPartyDetailedSummaryFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
18405
18605
  /**
18406
18606
  * Creates a new instance of the appropriate class based on discriminator value
18407
18607
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -22014,6 +22214,30 @@ export declare function createWindowsPhone81GeneralConfigurationFromDiscriminato
22014
22214
  * @returns {WindowsProtectionState}
22015
22215
  */
22016
22216
  export declare function createWindowsProtectionStateFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
22217
+ /**
22218
+ * Creates a new instance of the appropriate class based on discriminator value
22219
+ * @param parseNode The parse node to use to read the discriminator value and create the object
22220
+ * @returns {WindowsSettingCollectionResponse}
22221
+ */
22222
+ export declare function createWindowsSettingCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
22223
+ /**
22224
+ * Creates a new instance of the appropriate class based on discriminator value
22225
+ * @param parseNode The parse node to use to read the discriminator value and create the object
22226
+ * @returns {WindowsSetting}
22227
+ */
22228
+ export declare function createWindowsSettingFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
22229
+ /**
22230
+ * Creates a new instance of the appropriate class based on discriminator value
22231
+ * @param parseNode The parse node to use to read the discriminator value and create the object
22232
+ * @returns {WindowsSettingInstanceCollectionResponse}
22233
+ */
22234
+ export declare function createWindowsSettingInstanceCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
22235
+ /**
22236
+ * Creates a new instance of the appropriate class based on discriminator value
22237
+ * @param parseNode The parse node to use to read the discriminator value and create the object
22238
+ * @returns {WindowsSettingInstance}
22239
+ */
22240
+ export declare function createWindowsSettingInstanceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
22017
22241
  /**
22018
22242
  * Creates a new instance of the appropriate class based on discriminator value
22019
22243
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -23415,7 +23639,7 @@ export interface DelegatedAdminRelationship extends Entity, Parsable {
23415
23639
  */
23416
23640
  customer?: DelegatedAdminRelationshipCustomerParticipant;
23417
23641
  /**
23418
- * The display name of the relationship used for ease of identification. Must be unique across all delegated admin relationships of the partner and is set by the partner only when the relationship is in the created status and can't be changed by the customer.
23642
+ * The display name of the relationship used for ease of identification. Must be unique across all delegated admin relationships of the partner and is set by the partner only when the relationship is in the created status and can't be changed by the customer. Maximum length is 50 characters.
23419
23643
  */
23420
23644
  displayName?: string;
23421
23645
  /**
@@ -23582,6 +23806,14 @@ export interface Deleted extends AdditionalDataHolder, BackedModel, Parsable {
23582
23806
  */
23583
23807
  state?: string;
23584
23808
  }
23809
+ export interface DeletedChat extends Entity, Parsable {
23810
+ }
23811
+ export interface DeletedChatCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
23812
+ /**
23813
+ * The value property
23814
+ */
23815
+ value?: DeletedChat[];
23816
+ }
23585
23817
  export interface DeletedItemContainer extends Entity, Parsable {
23586
23818
  /**
23587
23819
  * Deleted workflows that end up in the deletedItemsContainer.
@@ -24174,6 +24406,11 @@ export declare function deserializeIntoAlertHistoryState(alertHistoryState?: Par
24174
24406
  * @returns {Record<string, (node: ParseNode) => void>}
24175
24407
  */
24176
24408
  export declare function deserializeIntoAlertTrigger(alertTrigger?: Partial<AlertTrigger> | undefined): Record<string, (node: ParseNode) => void>;
24409
+ /**
24410
+ * The deserialization information for the current model
24411
+ * @returns {Record<string, (node: ParseNode) => void>}
24412
+ */
24413
+ export declare function deserializeIntoAllDeviceRegistrationMembership(allDeviceRegistrationMembership?: Partial<AllDeviceRegistrationMembership> | undefined): Record<string, (node: ParseNode) => void>;
24177
24414
  /**
24178
24415
  * The deserialization information for the current model
24179
24416
  * @returns {Record<string, (node: ParseNode) => void>}
@@ -24879,11 +25116,21 @@ export declare function deserializeIntoAverageComparativeScore(averageComparativ
24879
25116
  * @returns {Record<string, (node: ParseNode) => void>}
24880
25117
  */
24881
25118
  export declare function deserializeIntoAzureActiveDirectoryTenant(azureActiveDirectoryTenant?: Partial<AzureActiveDirectoryTenant> | undefined): Record<string, (node: ParseNode) => void>;
25119
+ /**
25120
+ * The deserialization information for the current model
25121
+ * @returns {Record<string, (node: ParseNode) => void>}
25122
+ */
25123
+ export declare function deserializeIntoAzureADJoinPolicy(azureADJoinPolicy?: Partial<AzureADJoinPolicy> | undefined): Record<string, (node: ParseNode) => void>;
24882
25124
  /**
24883
25125
  * The deserialization information for the current model
24884
25126
  * @returns {Record<string, (node: ParseNode) => void>}
24885
25127
  */
24886
25128
  export declare function deserializeIntoAzureAdPopTokenAuthentication(azureAdPopTokenAuthentication?: Partial<AzureAdPopTokenAuthentication> | undefined): Record<string, (node: ParseNode) => void>;
25129
+ /**
25130
+ * The deserialization information for the current model
25131
+ * @returns {Record<string, (node: ParseNode) => void>}
25132
+ */
25133
+ export declare function deserializeIntoAzureADRegistrationPolicy(azureADRegistrationPolicy?: Partial<AzureADRegistrationPolicy> | undefined): Record<string, (node: ParseNode) => void>;
24887
25134
  /**
24888
25135
  * The deserialization information for the current model
24889
25136
  * @returns {Record<string, (node: ParseNode) => void>}
@@ -25509,6 +25756,26 @@ export declare function deserializeIntoCloudAppSecuritySessionControl(cloudAppSe
25509
25756
  * @returns {Record<string, (node: ParseNode) => void>}
25510
25757
  */
25511
25758
  export declare function deserializeIntoCloudAppSecurityState(cloudAppSecurityState?: Partial<CloudAppSecurityState> | undefined): Record<string, (node: ParseNode) => void>;
25759
+ /**
25760
+ * The deserialization information for the current model
25761
+ * @returns {Record<string, (node: ParseNode) => void>}
25762
+ */
25763
+ export declare function deserializeIntoCloudClipboardItem(cloudClipboardItem?: Partial<CloudClipboardItem> | undefined): Record<string, (node: ParseNode) => void>;
25764
+ /**
25765
+ * The deserialization information for the current model
25766
+ * @returns {Record<string, (node: ParseNode) => void>}
25767
+ */
25768
+ export declare function deserializeIntoCloudClipboardItemCollectionResponse(cloudClipboardItemCollectionResponse?: Partial<CloudClipboardItemCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
25769
+ /**
25770
+ * The deserialization information for the current model
25771
+ * @returns {Record<string, (node: ParseNode) => void>}
25772
+ */
25773
+ export declare function deserializeIntoCloudClipboardItemPayload(cloudClipboardItemPayload?: Partial<CloudClipboardItemPayload> | undefined): Record<string, (node: ParseNode) => void>;
25774
+ /**
25775
+ * The deserialization information for the current model
25776
+ * @returns {Record<string, (node: ParseNode) => void>}
25777
+ */
25778
+ export declare function deserializeIntoCloudClipboardRoot(cloudClipboardRoot?: Partial<CloudClipboardRoot> | undefined): Record<string, (node: ParseNode) => void>;
25512
25779
  /**
25513
25780
  * The deserialization information for the current model
25514
25781
  * @returns {Record<string, (node: ParseNode) => void>}
@@ -26159,6 +26426,16 @@ export declare function deserializeIntoDelegatedPermissionClassificationCollecti
26159
26426
  * @returns {Record<string, (node: ParseNode) => void>}
26160
26427
  */
26161
26428
  export declare function deserializeIntoDeleted(deleted?: Partial<Deleted> | undefined): Record<string, (node: ParseNode) => void>;
26429
+ /**
26430
+ * The deserialization information for the current model
26431
+ * @returns {Record<string, (node: ParseNode) => void>}
26432
+ */
26433
+ export declare function deserializeIntoDeletedChat(deletedChat?: Partial<DeletedChat> | undefined): Record<string, (node: ParseNode) => void>;
26434
+ /**
26435
+ * The deserialization information for the current model
26436
+ * @returns {Record<string, (node: ParseNode) => void>}
26437
+ */
26438
+ export declare function deserializeIntoDeletedChatCollectionResponse(deletedChatCollectionResponse?: Partial<DeletedChatCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
26162
26439
  /**
26163
26440
  * The deserialization information for the current model
26164
26441
  * @returns {Record<string, (node: ParseNode) => void>}
@@ -26589,6 +26866,16 @@ export declare function deserializeIntoDeviceOperatingSystemSummary(deviceOperat
26589
26866
  * @returns {Record<string, (node: ParseNode) => void>}
26590
26867
  */
26591
26868
  export declare function deserializeIntoDeviceProtectionOverview(deviceProtectionOverview?: Partial<DeviceProtectionOverview> | undefined): Record<string, (node: ParseNode) => void>;
26869
+ /**
26870
+ * The deserialization information for the current model
26871
+ * @returns {Record<string, (node: ParseNode) => void>}
26872
+ */
26873
+ export declare function deserializeIntoDeviceRegistrationMembership(deviceRegistrationMembership?: Partial<DeviceRegistrationMembership> | undefined): Record<string, (node: ParseNode) => void>;
26874
+ /**
26875
+ * The deserialization information for the current model
26876
+ * @returns {Record<string, (node: ParseNode) => void>}
26877
+ */
26878
+ export declare function deserializeIntoDeviceRegistrationPolicy(deviceRegistrationPolicy?: Partial<DeviceRegistrationPolicy> | undefined): Record<string, (node: ParseNode) => void>;
26592
26879
  /**
26593
26880
  * The deserialization information for the current model
26594
26881
  * @returns {Record<string, (node: ParseNode) => void>}
@@ -26764,6 +27051,11 @@ export declare function deserializeIntoDriveItem(driveItem?: Partial<DriveItem>
26764
27051
  * @returns {Record<string, (node: ParseNode) => void>}
26765
27052
  */
26766
27053
  export declare function deserializeIntoDriveItemCollectionResponse(driveItemCollectionResponse?: Partial<DriveItemCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
27054
+ /**
27055
+ * The deserialization information for the current model
27056
+ * @returns {Record<string, (node: ParseNode) => void>}
27057
+ */
27058
+ export declare function deserializeIntoDriveItemSource(driveItemSource?: Partial<DriveItemSource> | undefined): Record<string, (node: ParseNode) => void>;
26767
27059
  /**
26768
27060
  * The deserialization information for the current model
26769
27061
  * @returns {Record<string, (node: ParseNode) => void>}
@@ -27254,6 +27546,11 @@ export declare function deserializeIntoEntitlementManagementSettings(entitlement
27254
27546
  * @returns {Record<string, (node: ParseNode) => void>}
27255
27547
  */
27256
27548
  export declare function deserializeIntoEntity(entity?: Partial<Entity> | undefined): Record<string, (node: ParseNode) => void>;
27549
+ /**
27550
+ * The deserialization information for the current model
27551
+ * @returns {Record<string, (node: ParseNode) => void>}
27552
+ */
27553
+ export declare function deserializeIntoEnumeratedDeviceRegistrationMembership(enumeratedDeviceRegistrationMembership?: Partial<EnumeratedDeviceRegistrationMembership> | undefined): Record<string, (node: ParseNode) => void>;
27257
27554
  /**
27258
27555
  * The deserialization information for the current model
27259
27556
  * @returns {Record<string, (node: ParseNode) => void>}
@@ -28309,6 +28606,11 @@ export declare function deserializeIntoListItemVersionCollectionResponse(listIte
28309
28606
  * @returns {Record<string, (node: ParseNode) => void>}
28310
28607
  */
28311
28608
  export declare function deserializeIntoLobbyBypassSettings(lobbyBypassSettings?: Partial<LobbyBypassSettings> | undefined): Record<string, (node: ParseNode) => void>;
28609
+ /**
28610
+ * The deserialization information for the current model
28611
+ * @returns {Record<string, (node: ParseNode) => void>}
28612
+ */
28613
+ export declare function deserializeIntoLocalAdminPasswordSettings(localAdminPasswordSettings?: Partial<LocalAdminPasswordSettings> | undefined): Record<string, (node: ParseNode) => void>;
28312
28614
  /**
28313
28615
  * The deserialization information for the current model
28314
28616
  * @returns {Record<string, (node: ParseNode) => void>}
@@ -28794,6 +29096,11 @@ export declare function deserializeIntoMediaInfo(mediaInfo?: Partial<MediaInfo>
28794
29096
  * @returns {Record<string, (node: ParseNode) => void>}
28795
29097
  */
28796
29098
  export declare function deserializeIntoMediaPrompt(mediaPrompt?: Partial<MediaPrompt> | undefined): Record<string, (node: ParseNode) => void>;
29099
+ /**
29100
+ * The deserialization information for the current model
29101
+ * @returns {Record<string, (node: ParseNode) => void>}
29102
+ */
29103
+ export declare function deserializeIntoMediaSource(mediaSource?: Partial<MediaSource> | undefined): Record<string, (node: ParseNode) => void>;
28797
29104
  /**
28798
29105
  * The deserialization information for the current model
28799
29106
  * @returns {Record<string, (node: ParseNode) => void>}
@@ -29104,6 +29411,11 @@ export declare function deserializeIntoNamedLocationCollectionResponse(namedLoca
29104
29411
  * @returns {Record<string, (node: ParseNode) => void>}
29105
29412
  */
29106
29413
  export declare function deserializeIntoNetworkConnection(networkConnection?: Partial<NetworkConnection> | undefined): Record<string, (node: ParseNode) => void>;
29414
+ /**
29415
+ * The deserialization information for the current model
29416
+ * @returns {Record<string, (node: ParseNode) => void>}
29417
+ */
29418
+ export declare function deserializeIntoNoDeviceRegistrationMembership(noDeviceRegistrationMembership?: Partial<NoDeviceRegistrationMembership> | undefined): Record<string, (node: ParseNode) => void>;
29107
29419
  /**
29108
29420
  * The deserialization information for the current model
29109
29421
  * @returns {Record<string, (node: ParseNode) => void>}
@@ -30434,6 +30746,11 @@ export declare function deserializeIntoRegistryKeyState(registryKeyState?: Parti
30434
30746
  * @returns {Record<string, (node: ParseNode) => void>}
30435
30747
  */
30436
30748
  export declare function deserializeIntoRelatedContact(relatedContact?: Partial<RelatedContact> | undefined): Record<string, (node: ParseNode) => void>;
30749
+ /**
30750
+ * The deserialization information for the current model
30751
+ * @returns {Record<string, (node: ParseNode) => void>}
30752
+ */
30753
+ export declare function deserializeIntoRelyingPartyDetailedSummary(relyingPartyDetailedSummary?: Partial<RelyingPartyDetailedSummary> | undefined): Record<string, (node: ParseNode) => void>;
30437
30754
  /**
30438
30755
  * The deserialization information for the current model
30439
30756
  * @returns {Record<string, (node: ParseNode) => void>}
@@ -33444,6 +33761,26 @@ export declare function deserializeIntoWindowsPhone81GeneralConfiguration(window
33444
33761
  * @returns {Record<string, (node: ParseNode) => void>}
33445
33762
  */
33446
33763
  export declare function deserializeIntoWindowsProtectionState(windowsProtectionState?: Partial<WindowsProtectionState> | undefined): Record<string, (node: ParseNode) => void>;
33764
+ /**
33765
+ * The deserialization information for the current model
33766
+ * @returns {Record<string, (node: ParseNode) => void>}
33767
+ */
33768
+ export declare function deserializeIntoWindowsSetting(windowsSetting?: Partial<WindowsSetting> | undefined): Record<string, (node: ParseNode) => void>;
33769
+ /**
33770
+ * The deserialization information for the current model
33771
+ * @returns {Record<string, (node: ParseNode) => void>}
33772
+ */
33773
+ export declare function deserializeIntoWindowsSettingCollectionResponse(windowsSettingCollectionResponse?: Partial<WindowsSettingCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
33774
+ /**
33775
+ * The deserialization information for the current model
33776
+ * @returns {Record<string, (node: ParseNode) => void>}
33777
+ */
33778
+ export declare function deserializeIntoWindowsSettingInstance(windowsSettingInstance?: Partial<WindowsSettingInstance> | undefined): Record<string, (node: ParseNode) => void>;
33779
+ /**
33780
+ * The deserialization information for the current model
33781
+ * @returns {Record<string, (node: ParseNode) => void>}
33782
+ */
33783
+ export declare function deserializeIntoWindowsSettingInstanceCollectionResponse(windowsSettingInstanceCollectionResponse?: Partial<WindowsSettingInstanceCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
33447
33784
  /**
33448
33785
  * The deserialization information for the current model
33449
33786
  * @returns {Record<string, (node: ParseNode) => void>}
@@ -33965,6 +34302,10 @@ export interface Device extends DirectoryObject, Parsable {
33965
34302
  * 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).
33966
34303
  */
33967
34304
  isManaged?: boolean;
34305
+ /**
34306
+ * Manufacturer of the device. Read-only.
34307
+ */
34308
+ manufacturer?: string;
33968
34309
  /**
33969
34310
  * Application identifier used to register device into MDM. Read-only. Supports $filter (eq, ne, not, startsWith).
33970
34311
  */
@@ -33973,6 +34314,10 @@ export interface Device extends DirectoryObject, Parsable {
33973
34314
  * Groups and administrative units that this device is a member of. Read-only. Nullable. Supports $expand.
33974
34315
  */
33975
34316
  memberOf?: DirectoryObject[];
34317
+ /**
34318
+ * Model of the device. Read-only.
34319
+ */
34320
+ model?: string;
33976
34321
  /**
33977
34322
  * The last time at which the object was synced with the on-premises directory. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in).
33978
34323
  */
@@ -36217,6 +36562,50 @@ export interface DeviceProtectionOverview extends AdditionalDataHolder, BackedMo
36217
36562
  */
36218
36563
  unknownStateThreatAgentDeviceCount?: number;
36219
36564
  }
36565
+ export interface DeviceRegistrationMembership extends AdditionalDataHolder, BackedModel, Parsable {
36566
+ /**
36567
+ * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
36568
+ */
36569
+ additionalData?: Record<string, unknown>;
36570
+ /**
36571
+ * Stores model information.
36572
+ */
36573
+ backingStoreEnabled?: boolean;
36574
+ /**
36575
+ * The OdataType property
36576
+ */
36577
+ odataType?: string;
36578
+ }
36579
+ export interface DeviceRegistrationPolicy extends Entity, Parsable {
36580
+ /**
36581
+ * The azureADJoin property
36582
+ */
36583
+ azureADJoin?: AzureADJoinPolicy;
36584
+ /**
36585
+ * The azureADRegistration property
36586
+ */
36587
+ azureADRegistration?: AzureADRegistrationPolicy;
36588
+ /**
36589
+ * The description property
36590
+ */
36591
+ description?: string;
36592
+ /**
36593
+ * The displayName property
36594
+ */
36595
+ displayName?: string;
36596
+ /**
36597
+ * The localAdminPassword property
36598
+ */
36599
+ localAdminPassword?: LocalAdminPasswordSettings;
36600
+ /**
36601
+ * The multiFactorAuthConfiguration property
36602
+ */
36603
+ multiFactorAuthConfiguration?: MultiFactorAuthConfiguration;
36604
+ /**
36605
+ * The userDeviceQuota property
36606
+ */
36607
+ userDeviceQuota?: number;
36608
+ }
36220
36609
  export type DeviceRegistrationState = (typeof DeviceRegistrationStateObject)[keyof typeof DeviceRegistrationStateObject];
36221
36610
  export type DeviceThreatProtectionLevel = (typeof DeviceThreatProtectionLevelObject)[keyof typeof DeviceThreatProtectionLevelObject];
36222
36611
  export type DiagnosticDataSubmissionMode = (typeof DiagnosticDataSubmissionModeObject)[keyof typeof DiagnosticDataSubmissionModeObject];
@@ -36596,7 +36985,7 @@ export interface Domain extends Entity, Parsable {
36596
36985
  */
36597
36986
  isDefault?: boolean;
36598
36987
  /**
36599
- * true if this is the initial domain created by Microsoft Online Services (companyname.onmicrosoft.com). There is only one initial domain per company. Not nullable
36988
+ * true if this is the initial domain created by Microsoft Online Services (contoso.com). There is only one initial domain per company. Not nullable
36600
36989
  */
36601
36990
  isInitial?: boolean;
36602
36991
  /**
@@ -36956,6 +37345,29 @@ export interface DriveItemCollectionResponse extends BaseCollectionPaginationCou
36956
37345
  */
36957
37346
  value?: DriveItem[];
36958
37347
  }
37348
+ export interface DriveItemSource extends AdditionalDataHolder, BackedModel, Parsable {
37349
+ /**
37350
+ * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
37351
+ */
37352
+ additionalData?: Record<string, unknown>;
37353
+ /**
37354
+ * Enumeration value that indicates the source application where the file was created.
37355
+ */
37356
+ application?: DriveItemSourceApplication;
37357
+ /**
37358
+ * Stores model information.
37359
+ */
37360
+ backingStoreEnabled?: boolean;
37361
+ /**
37362
+ * The external identifier for the drive item from the source.
37363
+ */
37364
+ externalId?: string;
37365
+ /**
37366
+ * The OdataType property
37367
+ */
37368
+ odataType?: string;
37369
+ }
37370
+ export type DriveItemSourceApplication = (typeof DriveItemSourceApplicationObject)[keyof typeof DriveItemSourceApplicationObject];
36959
37371
  export interface DriveItemUploadableProperties extends AdditionalDataHolder, BackedModel, Parsable {
36960
37372
  /**
36961
37373
  * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
@@ -36970,13 +37382,21 @@ export interface DriveItemUploadableProperties extends AdditionalDataHolder, Bac
36970
37382
  */
36971
37383
  description?: string;
36972
37384
  /**
36973
- * Provides an expected file size to perform a quota check prior to upload. Only on OneDrive Personal.
37385
+ * Information about the drive item source. Read-write. Only on OneDrive for Business and SharePoint.
37386
+ */
37387
+ driveItemSource?: DriveItemSource;
37388
+ /**
37389
+ * Provides an expected file size to perform a quota check before uploading. Only on OneDrive Personal.
36974
37390
  */
36975
37391
  fileSize?: number;
36976
37392
  /**
36977
37393
  * File system information on client. Read-write.
36978
37394
  */
36979
37395
  fileSystemInfo?: FileSystemInfo;
37396
+ /**
37397
+ * Media source information. Read-write. Only on OneDrive for Business and SharePoint.
37398
+ */
37399
+ mediaSource?: MediaSource;
36980
37400
  /**
36981
37401
  * The name of the item (filename and extension). Read-write.
36982
37402
  */
@@ -37130,7 +37550,7 @@ export interface EducationAssignment extends Entity, Parsable {
37130
37550
  */
37131
37551
  addedStudentAction?: EducationAddedStudentAction;
37132
37552
  /**
37133
- * Optional field to control the assignment behavior for adding assignments to students' and teachers' calendars when the assignment is published. The possible values are: none, studentsAndPublisher, studentsAndTeamOwners, unknownFutureValue, and studentsOnly. You must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: studentsOnly. The default value is none.
37553
+ * Optional field to control the assignment behavior for adding assignments to students' and teachers' calendars when the assignment is published. The possible values are: none, studentsAndPublisher, studentsAndTeamOwners, unknownFutureValue, and studentsOnly. You must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: studentsOnly. The default value is none.
37134
37554
  */
37135
37555
  addToCalendarAction?: EducationAddToCalendarOptions;
37136
37556
  /**
@@ -37142,11 +37562,11 @@ export interface EducationAssignment extends Entity, Parsable {
37142
37562
  */
37143
37563
  allowStudentsToAddResourcesToSubmission?: boolean;
37144
37564
  /**
37145
- * The date when the assignment should become active. If in the future, the assignment isn't shown to the student until this date. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
37565
+ * The date when the assignment should become active. If in the future, the assignment isn't shown to the student until this date. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
37146
37566
  */
37147
37567
  assignDateTime?: Date;
37148
37568
  /**
37149
- * The moment that the assignment was published to students and the assignment shows up on the students timeline. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
37569
+ * The moment that the assignment was published to students and the assignment shows up on the students timeline. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
37150
37570
  */
37151
37571
  assignedDateTime?: Date;
37152
37572
  /**
@@ -37154,7 +37574,7 @@ export interface EducationAssignment extends Entity, Parsable {
37154
37574
  */
37155
37575
  assignTo?: EducationAssignmentRecipient;
37156
37576
  /**
37157
- * When set, enables users to easily find assignments of a given type. Read-only. Nullable.
37577
+ * When set, enables users to easily find assignments of a given type. Read-only. Nullable.
37158
37578
  */
37159
37579
  categories?: EducationCategory[];
37160
37580
  /**
@@ -37162,7 +37582,7 @@ export interface EducationAssignment extends Entity, Parsable {
37162
37582
  */
37163
37583
  classId?: string;
37164
37584
  /**
37165
- * Date when the assignment will be closed for submissions. This is an optional field that can be null if the assignment doesn't allowLateSubmissions or when the closeDateTime is the same as the dueDateTime. But if specified, then the closeDateTime must be greater than or equal to the dueDateTime. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
37585
+ * Date when the assignment is closed for submissions. This is an optional field that can be null if the assignment doesn't allowLateSubmissions or when the closeDateTime is the same as the dueDateTime. But if specified, then the closeDateTime must be greater than or equal to the dueDateTime. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
37166
37586
  */
37167
37587
  closeDateTime?: Date;
37168
37588
  /**
@@ -37170,7 +37590,7 @@ export interface EducationAssignment extends Entity, Parsable {
37170
37590
  */
37171
37591
  createdBy?: IdentitySet;
37172
37592
  /**
37173
- * Moment when the assignment was created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
37593
+ * Moment when the assignment was created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
37174
37594
  */
37175
37595
  createdDateTime?: Date;
37176
37596
  /**
@@ -37178,7 +37598,7 @@ export interface EducationAssignment extends Entity, Parsable {
37178
37598
  */
37179
37599
  displayName?: string;
37180
37600
  /**
37181
- * Date when the students assignment is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
37601
+ * Date when the students assignment is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
37182
37602
  */
37183
37603
  dueDateTime?: Date;
37184
37604
  /**
@@ -37194,7 +37614,7 @@ export interface EducationAssignment extends Entity, Parsable {
37194
37614
  */
37195
37615
  gradingCategory?: EducationGradingCategory;
37196
37616
  /**
37197
- * Instructions for the assignment. The instructsions and the display name tell the student what to do.
37617
+ * Instructions for the assignment. The instructions and the display name tell the student what to do.
37198
37618
  */
37199
37619
  instructions?: EducationItemBody;
37200
37620
  /**
@@ -37202,19 +37622,19 @@ export interface EducationAssignment extends Entity, Parsable {
37202
37622
  */
37203
37623
  lastModifiedBy?: IdentitySet;
37204
37624
  /**
37205
- * Moment when the assignment was last modified. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
37625
+ * Moment when the assignment was last modified. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
37206
37626
  */
37207
37627
  lastModifiedDateTime?: Date;
37208
37628
  /**
37209
- * The moduleUrl property
37629
+ * The URL of the module from which to access the assignment.
37210
37630
  */
37211
37631
  moduleUrl?: string;
37212
37632
  /**
37213
- * Optional field to specify the URL of the channel to post the assignment publish notification. If not specified or null, defaults to the General channel. This field only applies to assignments where the assignTo value is educationAssignmentClassRecipient. Updating the notificationChannelUrl isn't allowed after the assignment has been published.
37633
+ * Optional field to specify the URL of the channel to post the assignment publish notification. If not specified or null, defaults to the General channel. This field only applies to assignments where the assignTo value is educationAssignmentClassRecipient. Updating the notificationChannelUrl isn't allowed after the assignment is published.
37214
37634
  */
37215
37635
  notificationChannelUrl?: string;
37216
37636
  /**
37217
- * Learning objects that are associated with this assignment. Only teachers can modify this list. Nullable.
37637
+ * Learning objects that are associated with this assignment. Only teachers can modify this list. Nullable.
37218
37638
  */
37219
37639
  resources?: EducationAssignmentResource[];
37220
37640
  /**
@@ -37226,11 +37646,11 @@ export interface EducationAssignment extends Entity, Parsable {
37226
37646
  */
37227
37647
  rubric?: EducationRubric;
37228
37648
  /**
37229
- * Status of the Assignment. You can't PATCH this value. Possible values are: draft, scheduled, published, assigned.
37649
+ * Status of the assignment. You can't PATCH this value. Possible values are: draft, scheduled, published, assigned, unknownFutureValue, inactive. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: inactive.
37230
37650
  */
37231
37651
  status?: EducationAssignmentStatus;
37232
37652
  /**
37233
- * Once published, there's a submission object for each student representing their work and grade. Read-only. Nullable.
37653
+ * Once published, there's a submission object for each student representing their work and grade. Read-only. Nullable.
37234
37654
  */
37235
37655
  submissions?: EducationSubmission[];
37236
37656
  /**
@@ -37375,7 +37795,7 @@ export interface EducationCategoryCollectionResponse extends BaseCollectionPagin
37375
37795
  }
37376
37796
  export interface EducationChannelResource extends EducationResource, Parsable {
37377
37797
  /**
37378
- * The url property
37798
+ * URL of the channel resource.
37379
37799
  */
37380
37800
  url?: string;
37381
37801
  }
@@ -37429,7 +37849,7 @@ export interface EducationClass extends Entity, Parsable {
37429
37849
  */
37430
37850
  externalSource?: EducationExternalSource;
37431
37851
  /**
37432
- * The name of the external source this resources was generated from.
37852
+ * The name of the external source this resource was generated from.
37433
37853
  */
37434
37854
  externalSourceDetail?: string;
37435
37855
  /**
@@ -37449,7 +37869,7 @@ export interface EducationClass extends Entity, Parsable {
37449
37869
  */
37450
37870
  members?: EducationUser[];
37451
37871
  /**
37452
- * The modules property
37872
+ * All modules in the class. Nullable.
37453
37873
  */
37454
37874
  modules?: EducationModule[];
37455
37875
  /**
@@ -37612,7 +38032,7 @@ export interface EducationItemBody extends AdditionalDataHolder, BackedModel, Pa
37612
38032
  }
37613
38033
  export interface EducationLinkedAssignmentResource extends EducationResource, Parsable {
37614
38034
  /**
37615
- * The url property
38035
+ * URL of the actual assignment.
37616
38036
  */
37617
38037
  url?: string;
37618
38038
  }
@@ -37630,43 +38050,43 @@ export interface EducationMediaResource extends EducationResource, Parsable {
37630
38050
  }
37631
38051
  export interface EducationModule extends Entity, Parsable {
37632
38052
  /**
37633
- * The createdBy property
38053
+ * The display name of the user that created the module.
37634
38054
  */
37635
38055
  createdBy?: IdentitySet;
37636
38056
  /**
37637
- * The createdDateTime property
38057
+ * Date time the module was created. 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
37638
38058
  */
37639
38059
  createdDateTime?: Date;
37640
38060
  /**
37641
- * The description property
38061
+ * Description of the module.
37642
38062
  */
37643
38063
  description?: string;
37644
38064
  /**
37645
- * The displayName property
38065
+ * Name of the module.
37646
38066
  */
37647
38067
  displayName?: string;
37648
38068
  /**
37649
- * The isPinned property
38069
+ * Indicates whether the module is pinned or not.
37650
38070
  */
37651
38071
  isPinned?: boolean;
37652
38072
  /**
37653
- * The lastModifiedBy property
38073
+ * The last user that modified the module.
37654
38074
  */
37655
38075
  lastModifiedBy?: IdentitySet;
37656
38076
  /**
37657
- * The lastModifiedDateTime property
38077
+ * Date time the module was last modified. 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
37658
38078
  */
37659
38079
  lastModifiedDateTime?: Date;
37660
38080
  /**
37661
- * The resources property
38081
+ * Learning objects that are associated with this module. Only teachers can modify this list. Nullable.
37662
38082
  */
37663
38083
  resources?: EducationModuleResource[];
37664
38084
  /**
37665
- * The resourcesFolderUrl property
38085
+ * Folder URL where all the file resources for this module are stored.
37666
38086
  */
37667
38087
  resourcesFolderUrl?: string;
37668
38088
  /**
37669
- * The status property
38089
+ * Status of the module. You can't use a PATCH operation to update this value. Possible values are: draft and published.
37670
38090
  */
37671
38091
  status?: EducationModuleStatus;
37672
38092
  }
@@ -37678,7 +38098,7 @@ export interface EducationModuleCollectionResponse extends BaseCollectionPaginat
37678
38098
  }
37679
38099
  export interface EducationModuleResource extends Entity, Parsable {
37680
38100
  /**
37681
- * The resource property
38101
+ * Resource object that is with this module.
37682
38102
  */
37683
38103
  resource?: EducationResource;
37684
38104
  }
@@ -38210,7 +38630,7 @@ export interface EducationUser extends Entity, Parsable {
38210
38630
  */
38211
38631
  givenName?: string;
38212
38632
  /**
38213
- * The SMTP address for the user, for example, jeff@contoso.onmicrosoft.com. Read-Only. Supports $filter.
38633
+ * The SMTP address for the user, for example, jeff@contoso.com. Read-Only. Supports $filter.
38214
38634
  */
38215
38635
  mail?: string;
38216
38636
  /**
@@ -38817,6 +39237,16 @@ export interface Entity extends AdditionalDataHolder, BackedModel, Parsable {
38817
39237
  odataType?: string;
38818
39238
  }
38819
39239
  export type EntityType = (typeof EntityTypeObject)[keyof typeof EntityTypeObject];
39240
+ export interface EnumeratedDeviceRegistrationMembership extends DeviceRegistrationMembership, Parsable {
39241
+ /**
39242
+ * The groups property
39243
+ */
39244
+ groups?: string[];
39245
+ /**
39246
+ * The users property
39247
+ */
39248
+ users?: string[];
39249
+ }
38820
39250
  export interface Event extends OutlookItem, Parsable {
38821
39251
  /**
38822
39252
  * true if the meeting organizer allows invitees to propose a new time when responding; otherwise, false. Optional. Default is true.
@@ -40031,7 +40461,7 @@ export interface Group extends DirectoryObject, Parsable {
40031
40461
  */
40032
40462
  licenseProcessingState?: LicenseProcessingState;
40033
40463
  /**
40034
- * The SMTP address for the group, for example, 'serviceadmins@contoso.onmicrosoft.com'. Returned by default. Read-only. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).
40464
+ * The SMTP address for the group, for example, 'serviceadmins@contoso.com'. Returned by default. Read-only. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).
40035
40465
  */
40036
40466
  mail?: string;
40037
40467
  /**
@@ -43392,15 +43822,15 @@ export interface LicenseAssignmentState extends AdditionalDataHolder, BackedMode
43392
43822
  }
43393
43823
  export interface LicenseDetails extends Entity, Parsable {
43394
43824
  /**
43395
- * Information about the service plans assigned with the license. Read-only, Not nullable
43825
+ * Information about the service plans assigned with the license. Read-only. Not nullable.
43396
43826
  */
43397
43827
  servicePlans?: ServicePlanInfo[];
43398
43828
  /**
43399
- * Unique identifier (GUID) for the service SKU. Equal to the skuId property on the related SubscribedSku object. Read-only
43829
+ * Unique identifier (GUID) for the service SKU. Equal to the skuId property on the related subscribedSku object. Read-only.
43400
43830
  */
43401
43831
  skuId?: Guid;
43402
43832
  /**
43403
- * Unique SKU display name. Equal to the skuPartNumber on the related SubscribedSku object; for example: 'AAD_Premium'. Read-only
43833
+ * Unique SKU display name. Equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only.
43404
43834
  */
43405
43835
  skuPartNumber?: string;
43406
43836
  }
@@ -43627,6 +44057,24 @@ export interface LobbyBypassSettings extends AdditionalDataHolder, BackedModel,
43627
44057
  */
43628
44058
  scope?: LobbyBypassScope;
43629
44059
  }
44060
+ export interface LocalAdminPasswordSettings extends AdditionalDataHolder, BackedModel, Parsable {
44061
+ /**
44062
+ * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
44063
+ */
44064
+ additionalData?: Record<string, unknown>;
44065
+ /**
44066
+ * Stores model information.
44067
+ */
44068
+ backingStoreEnabled?: boolean;
44069
+ /**
44070
+ * The isEnabled property
44071
+ */
44072
+ isEnabled?: boolean;
44073
+ /**
44074
+ * The OdataType property
44075
+ */
44076
+ odataType?: string;
44077
+ }
43630
44078
  export interface LocaleInfo extends AdditionalDataHolder, BackedModel, Parsable {
43631
44079
  /**
43632
44080
  * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
@@ -45985,6 +46433,25 @@ export interface MediaPrompt extends Parsable, Prompt {
45985
46433
  */
45986
46434
  mediaInfo?: MediaInfo;
45987
46435
  }
46436
+ export interface MediaSource extends AdditionalDataHolder, BackedModel, Parsable {
46437
+ /**
46438
+ * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
46439
+ */
46440
+ additionalData?: Record<string, unknown>;
46441
+ /**
46442
+ * Stores model information.
46443
+ */
46444
+ backingStoreEnabled?: boolean;
46445
+ /**
46446
+ * Enumeration value that indicates the media content category.
46447
+ */
46448
+ contentCategory?: MediaSourceContentCategory;
46449
+ /**
46450
+ * The OdataType property
46451
+ */
46452
+ odataType?: string;
46453
+ }
46454
+ export type MediaSourceContentCategory = (typeof MediaSourceContentCategoryObject)[keyof typeof MediaSourceContentCategoryObject];
45988
46455
  export type MediaState = (typeof MediaStateObject)[keyof typeof MediaStateObject];
45989
46456
  export interface MediaStream extends AdditionalDataHolder, BackedModel, Parsable {
45990
46457
  /**
@@ -46847,6 +47314,7 @@ export interface MicrosoftTrainingAssignmentMapping extends Parsable, TrainingSe
46847
47314
  */
46848
47315
  training?: Training;
46849
47316
  }
47317
+ export type MigrationStatus = (typeof MigrationStatusObject)[keyof typeof MigrationStatusObject];
46850
47318
  /**
46851
47319
  * Contains properties for a generic mime content.
46852
47320
  */
@@ -47260,6 +47728,7 @@ export interface ModifiedProperty extends AdditionalDataHolder, BackedModel, Par
47260
47728
  */
47261
47729
  oldValue?: string;
47262
47730
  }
47731
+ export type MultiFactorAuthConfiguration = (typeof MultiFactorAuthConfigurationObject)[keyof typeof MultiFactorAuthConfigurationObject];
47263
47732
  export interface MultiValueLegacyExtendedProperty extends Entity, Parsable {
47264
47733
  /**
47265
47734
  * A collection of property values.
@@ -47383,6 +47852,8 @@ export interface NetworkConnection extends AdditionalDataHolder, BackedModel, Pa
47383
47852
  */
47384
47853
  urlParameters?: string;
47385
47854
  }
47855
+ export interface NoDeviceRegistrationMembership extends DeviceRegistrationMembership, Parsable {
47856
+ }
47386
47857
  export interface Notebook extends OnenoteEntityHierarchyModel, Parsable {
47387
47858
  /**
47388
47859
  * Indicates whether this is the user's default notebook. Read-only.
@@ -47640,11 +48111,11 @@ export interface ObjectIdentity extends AdditionalDataHolder, BackedModel, Parsa
47640
48111
  */
47641
48112
  backingStoreEnabled?: boolean;
47642
48113
  /**
47643
- * Specifies the issuer of the identity, for example facebook.com.For local accounts (where signInType isn't federated), this property is the local B2C tenant default domain name, for example contoso.onmicrosoft.com.For guests from other Microsoft Entra organization, this is the domain of the federated organization, for example contoso.com.Supports $filter. 512 character limit.
48114
+ * Specifies the issuer of the identity, for example facebook.com. 512 character limit. For local accounts (where signInType isn't federated), this property is the local default domain name for the tenant, for example contoso.com.<br>For guests from other Microsoft Entra organization, this is the domain of the federated organization, for examplecontoso.com`. For more information about filtering behavior for this property, see Filtering on the identities property of a user.
47644
48115
  */
47645
48116
  issuer?: string;
47646
48117
  /**
47647
- * Specifies the unique identifier assigned to the user by the issuer. The combination of issuer and issuerAssignedId must be unique within the organization. Represents the sign-in name for the user, when signInType is set to emailAddress or userName (also known as local accounts).When signInType is set to: emailAddress, (or a custom string that starts with emailAddress like emailAddress1) issuerAssignedId must be a valid email addressuserName, issuerAssignedId must begin with alphabetical character or number, and can only contain alphanumeric characters and the following symbols: - or . 64 character limit.Supports $filter.
48118
+ * Specifies the unique identifier assigned to the user by the issuer. 64 character limit. The combination of issuer and issuerAssignedId must be unique within the organization. Represents the sign-in name for the user, when signInType is set to emailAddress or userName (also known as local accounts).When signInType is set to: emailAddress (or a custom string that starts with emailAddress like emailAddress1), issuerAssignedId must be a valid email addressuserName, issuerAssignedId must begin with an alphabetical character or number, and can only contain alphanumeric characters and the following symbols: - or _ For more information about filtering behavior for this property, see Filtering on the identities property of a user.
47648
48119
  */
47649
48120
  issuerAssignedId?: string;
47650
48121
  /**
@@ -47652,7 +48123,7 @@ export interface ObjectIdentity extends AdditionalDataHolder, BackedModel, Parsa
47652
48123
  */
47653
48124
  odataType?: string;
47654
48125
  /**
47655
- * Specifies the user sign-in types in your directory, such as emailAddress, userName, federated, or userPrincipalName. federated represents a unique identifier for a user from an issuer, that can be in any format chosen by the issuer. Setting or updating a userPrincipalName identity will update the value of the userPrincipalName property on the user object. The validations performed on the userPrincipalName property on the user object, for example, verified domains and acceptable characters, will be performed when setting or updating a userPrincipalName identity. Other validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string.
48126
+ * Specifies the user sign-in types in your directory, such as emailAddress, userName, federated, or userPrincipalName. federated represents a unique identifier for a user from an issuer that can be in any format chosen by the issuer. Setting or updating a userPrincipalName identity updates the value of the userPrincipalName property on the user object. The validations performed on the userPrincipalName property on the user object, for example, verified domains and acceptable characters, are performed when setting or updating a userPrincipalName identity. Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user.
47656
48127
  */
47657
48128
  signInType?: string;
47658
48129
  }
@@ -48153,7 +48624,7 @@ export interface OnlineMeeting extends OnlineMeetingBase, Parsable {
48153
48624
  */
48154
48625
  creationDateTime?: Date;
48155
48626
  /**
48156
- * The meeting end time in UTC.
48627
+ * The meeting end time in UTC. Required when you create an online meeting.
48157
48628
  */
48158
48629
  endDateTime?: Date;
48159
48630
  /**
@@ -48165,7 +48636,7 @@ export interface OnlineMeeting extends OnlineMeetingBase, Parsable {
48165
48636
  */
48166
48637
  isBroadcast?: boolean;
48167
48638
  /**
48168
- * The participants associated with the online meeting, including the organizer and the attendees.
48639
+ * The participants associated with the online meeting. This includes the organizer and the attendees.
48169
48640
  */
48170
48641
  participants?: MeetingParticipants;
48171
48642
  /**
@@ -48173,7 +48644,7 @@ export interface OnlineMeeting extends OnlineMeetingBase, Parsable {
48173
48644
  */
48174
48645
  recordings?: CallRecording[];
48175
48646
  /**
48176
- * The meeting start time in UTC.
48647
+ * The meeting start time in UTC. Required when you create an online meeting.
48177
48648
  */
48178
48649
  startDateTime?: Date;
48179
48650
  /**
@@ -49029,7 +49500,7 @@ export interface OrgContact extends DirectoryObject, Parsable {
49029
49500
  */
49030
49501
  jobTitle?: string;
49031
49502
  /**
49032
- * The SMTP address for the contact, for example, 'jeff@contoso.onmicrosoft.com'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq for null values).
49503
+ * The SMTP address for the contact, for example, 'jeff@contoso.com'. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq for null values).
49033
49504
  */
49034
49505
  mail?: string;
49035
49506
  /**
@@ -50830,6 +51301,10 @@ export interface PolicyRoot extends Entity, Parsable {
50830
51301
  * The tenant-wide policy that enforces app management restrictions for all applications and service principals.
50831
51302
  */
50832
51303
  defaultAppManagementPolicy?: TenantAppManagementPolicy;
51304
+ /**
51305
+ * The deviceRegistrationPolicy property
51306
+ */
51307
+ deviceRegistrationPolicy?: DeviceRegistrationPolicy;
50833
51308
  /**
50834
51309
  * The feature rollout policy associated with a directory object.
50835
51310
  */
@@ -53416,6 +53891,52 @@ export interface RelatedContact extends AdditionalDataHolder, BackedModel, Parsa
53416
53891
  */
53417
53892
  relationship?: ContactRelationship;
53418
53893
  }
53894
+ export interface RelyingPartyDetailedSummary extends Entity, Parsable {
53895
+ /**
53896
+ * The failedSignInCount property
53897
+ */
53898
+ failedSignInCount?: number;
53899
+ /**
53900
+ * The migrationStatus property
53901
+ */
53902
+ migrationStatus?: MigrationStatus;
53903
+ /**
53904
+ * The migrationValidationDetails property
53905
+ */
53906
+ migrationValidationDetails?: KeyValuePair[];
53907
+ /**
53908
+ * The relyingPartyId property
53909
+ */
53910
+ relyingPartyId?: string;
53911
+ /**
53912
+ * The relyingPartyName property
53913
+ */
53914
+ relyingPartyName?: string;
53915
+ /**
53916
+ * The replyUrls property
53917
+ */
53918
+ replyUrls?: string[];
53919
+ /**
53920
+ * The serviceId property
53921
+ */
53922
+ serviceId?: string;
53923
+ /**
53924
+ * The signInSuccessRate property
53925
+ */
53926
+ signInSuccessRate?: number;
53927
+ /**
53928
+ * The successfulSignInCount property
53929
+ */
53930
+ successfulSignInCount?: number;
53931
+ /**
53932
+ * The totalSignInCount property
53933
+ */
53934
+ totalSignInCount?: number;
53935
+ /**
53936
+ * The uniqueUserCount property
53937
+ */
53938
+ uniqueUserCount?: number;
53939
+ }
53419
53940
  export type RemindBeforeTimeInMinutesType = (typeof RemindBeforeTimeInMinutesTypeObject)[keyof typeof RemindBeforeTimeInMinutesTypeObject];
53420
53941
  export interface Reminder extends AdditionalDataHolder, BackedModel, Parsable {
53421
53942
  /**
@@ -54216,7 +54737,7 @@ export interface RiskDetection extends Entity, Parsable {
54216
54737
  */
54217
54738
  riskDetail?: RiskDetail;
54218
54739
  /**
54219
- * The type of risk event detected. The possible values are adminConfirmedUserCompromised, anomalousToken, anomalousUserActivity, anonymizedIPAddress, generic, impossibleTravel, investigationsThreatIntelligence, leakedCredentials, maliciousIPAddress,malwareInfectedIPAddress, mcasSuspiciousInboxManipulationRules, newCountry, passwordSpray,riskyIPAddress, suspiciousAPITraffic, suspiciousBrowser,suspiciousInboxForwarding, suspiciousIPAddress, tokenIssuerAnomaly, unfamiliarFeatures, unlikelyTravel. If the risk detection is a premium detection, will show generic. For more information about each value, see riskEventType values.
54740
+ * The type of risk event detected. The possible values are adminConfirmedUserCompromised, anomalousToken, anomalousUserActivity, anonymizedIPAddress, generic, impossibleTravel, investigationsThreatIntelligence, leakedCredentials, maliciousIPAddress,malwareInfectedIPAddress, mcasSuspiciousInboxManipulationRules, newCountry, passwordSpray,riskyIPAddress, suspiciousAPITraffic, suspiciousBrowser,suspiciousInboxForwarding, suspiciousIPAddress, tokenIssuerAnomaly, unfamiliarFeatures, unlikelyTravel. If the risk detection is a premium detection, will show generic. For more information about each value, see Risk types and detection.
54220
54741
  */
54221
54742
  riskEventType?: string;
54222
54743
  /**
@@ -54290,7 +54811,7 @@ export interface RiskUserActivity extends AdditionalDataHolder, BackedModel, Par
54290
54811
  */
54291
54812
  backingStoreEnabled?: boolean;
54292
54813
  /**
54293
- * Details of the detected risk. Possible values are: none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, hidden, adminConfirmedUserCompromised, unknownFutureValue.
54814
+ * Details of the detected risk. Possible values are: none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, hidden, adminConfirmedUserCompromised, unknownFutureValue. For more information about each value, see Risk types and detection.
54294
54815
  */
54295
54816
  detail?: RiskDetail;
54296
54817
  /**
@@ -56418,6 +56939,11 @@ export declare function serializeAlertHistoryState(writer: SerializationWriter,
56418
56939
  * @param writer Serialization writer to use to serialize this model
56419
56940
  */
56420
56941
  export declare function serializeAlertTrigger(writer: SerializationWriter, alertTrigger?: Partial<AlertTrigger> | undefined): void;
56942
+ /**
56943
+ * Serializes information the current object
56944
+ * @param writer Serialization writer to use to serialize this model
56945
+ */
56946
+ export declare function serializeAllDeviceRegistrationMembership(writer: SerializationWriter, allDeviceRegistrationMembership?: Partial<AllDeviceRegistrationMembership> | undefined): void;
56421
56947
  /**
56422
56948
  * Serializes information the current object
56423
56949
  * @param writer Serialization writer to use to serialize this model
@@ -57123,11 +57649,21 @@ export declare function serializeAverageComparativeScore(writer: SerializationWr
57123
57649
  * @param writer Serialization writer to use to serialize this model
57124
57650
  */
57125
57651
  export declare function serializeAzureActiveDirectoryTenant(writer: SerializationWriter, azureActiveDirectoryTenant?: Partial<AzureActiveDirectoryTenant> | undefined): void;
57652
+ /**
57653
+ * Serializes information the current object
57654
+ * @param writer Serialization writer to use to serialize this model
57655
+ */
57656
+ export declare function serializeAzureADJoinPolicy(writer: SerializationWriter, azureADJoinPolicy?: Partial<AzureADJoinPolicy> | undefined): void;
57126
57657
  /**
57127
57658
  * Serializes information the current object
57128
57659
  * @param writer Serialization writer to use to serialize this model
57129
57660
  */
57130
57661
  export declare function serializeAzureAdPopTokenAuthentication(writer: SerializationWriter, azureAdPopTokenAuthentication?: Partial<AzureAdPopTokenAuthentication> | undefined): void;
57662
+ /**
57663
+ * Serializes information the current object
57664
+ * @param writer Serialization writer to use to serialize this model
57665
+ */
57666
+ export declare function serializeAzureADRegistrationPolicy(writer: SerializationWriter, azureADRegistrationPolicy?: Partial<AzureADRegistrationPolicy> | undefined): void;
57131
57667
  /**
57132
57668
  * Serializes information the current object
57133
57669
  * @param writer Serialization writer to use to serialize this model
@@ -57753,6 +58289,26 @@ export declare function serializeCloudAppSecuritySessionControl(writer: Serializ
57753
58289
  * @param writer Serialization writer to use to serialize this model
57754
58290
  */
57755
58291
  export declare function serializeCloudAppSecurityState(writer: SerializationWriter, cloudAppSecurityState?: Partial<CloudAppSecurityState> | undefined): void;
58292
+ /**
58293
+ * Serializes information the current object
58294
+ * @param writer Serialization writer to use to serialize this model
58295
+ */
58296
+ export declare function serializeCloudClipboardItem(writer: SerializationWriter, cloudClipboardItem?: Partial<CloudClipboardItem> | undefined): void;
58297
+ /**
58298
+ * Serializes information the current object
58299
+ * @param writer Serialization writer to use to serialize this model
58300
+ */
58301
+ export declare function serializeCloudClipboardItemCollectionResponse(writer: SerializationWriter, cloudClipboardItemCollectionResponse?: Partial<CloudClipboardItemCollectionResponse> | undefined): void;
58302
+ /**
58303
+ * Serializes information the current object
58304
+ * @param writer Serialization writer to use to serialize this model
58305
+ */
58306
+ export declare function serializeCloudClipboardItemPayload(writer: SerializationWriter, cloudClipboardItemPayload?: Partial<CloudClipboardItemPayload> | undefined): void;
58307
+ /**
58308
+ * Serializes information the current object
58309
+ * @param writer Serialization writer to use to serialize this model
58310
+ */
58311
+ export declare function serializeCloudClipboardRoot(writer: SerializationWriter, cloudClipboardRoot?: Partial<CloudClipboardRoot> | undefined): void;
57756
58312
  /**
57757
58313
  * Serializes information the current object
57758
58314
  * @param writer Serialization writer to use to serialize this model
@@ -58403,6 +58959,16 @@ export declare function serializeDelegatedPermissionClassificationCollectionResp
58403
58959
  * @param writer Serialization writer to use to serialize this model
58404
58960
  */
58405
58961
  export declare function serializeDeleted(writer: SerializationWriter, deleted?: Partial<Deleted> | undefined): void;
58962
+ /**
58963
+ * Serializes information the current object
58964
+ * @param writer Serialization writer to use to serialize this model
58965
+ */
58966
+ export declare function serializeDeletedChat(writer: SerializationWriter, deletedChat?: Partial<DeletedChat> | undefined): void;
58967
+ /**
58968
+ * Serializes information the current object
58969
+ * @param writer Serialization writer to use to serialize this model
58970
+ */
58971
+ export declare function serializeDeletedChatCollectionResponse(writer: SerializationWriter, deletedChatCollectionResponse?: Partial<DeletedChatCollectionResponse> | undefined): void;
58406
58972
  /**
58407
58973
  * Serializes information the current object
58408
58974
  * @param writer Serialization writer to use to serialize this model
@@ -58833,6 +59399,16 @@ export declare function serializeDeviceOperatingSystemSummary(writer: Serializat
58833
59399
  * @param writer Serialization writer to use to serialize this model
58834
59400
  */
58835
59401
  export declare function serializeDeviceProtectionOverview(writer: SerializationWriter, deviceProtectionOverview?: Partial<DeviceProtectionOverview> | undefined): void;
59402
+ /**
59403
+ * Serializes information the current object
59404
+ * @param writer Serialization writer to use to serialize this model
59405
+ */
59406
+ export declare function serializeDeviceRegistrationMembership(writer: SerializationWriter, deviceRegistrationMembership?: Partial<DeviceRegistrationMembership> | undefined): void;
59407
+ /**
59408
+ * Serializes information the current object
59409
+ * @param writer Serialization writer to use to serialize this model
59410
+ */
59411
+ export declare function serializeDeviceRegistrationPolicy(writer: SerializationWriter, deviceRegistrationPolicy?: Partial<DeviceRegistrationPolicy> | undefined): void;
58836
59412
  /**
58837
59413
  * Serializes information the current object
58838
59414
  * @param writer Serialization writer to use to serialize this model
@@ -59008,6 +59584,11 @@ export declare function serializeDriveItem(writer: SerializationWriter, driveIte
59008
59584
  * @param writer Serialization writer to use to serialize this model
59009
59585
  */
59010
59586
  export declare function serializeDriveItemCollectionResponse(writer: SerializationWriter, driveItemCollectionResponse?: Partial<DriveItemCollectionResponse> | undefined): void;
59587
+ /**
59588
+ * Serializes information the current object
59589
+ * @param writer Serialization writer to use to serialize this model
59590
+ */
59591
+ export declare function serializeDriveItemSource(writer: SerializationWriter, driveItemSource?: Partial<DriveItemSource> | undefined): void;
59011
59592
  /**
59012
59593
  * Serializes information the current object
59013
59594
  * @param writer Serialization writer to use to serialize this model
@@ -59498,6 +60079,11 @@ export declare function serializeEntitlementManagementSettings(writer: Serializa
59498
60079
  * @param writer Serialization writer to use to serialize this model
59499
60080
  */
59500
60081
  export declare function serializeEntity(writer: SerializationWriter, entity?: Partial<Entity> | undefined): void;
60082
+ /**
60083
+ * Serializes information the current object
60084
+ * @param writer Serialization writer to use to serialize this model
60085
+ */
60086
+ export declare function serializeEnumeratedDeviceRegistrationMembership(writer: SerializationWriter, enumeratedDeviceRegistrationMembership?: Partial<EnumeratedDeviceRegistrationMembership> | undefined): void;
59501
60087
  /**
59502
60088
  * Serializes information the current object
59503
60089
  * @param writer Serialization writer to use to serialize this model
@@ -60553,6 +61139,11 @@ export declare function serializeListItemVersionCollectionResponse(writer: Seria
60553
61139
  * @param writer Serialization writer to use to serialize this model
60554
61140
  */
60555
61141
  export declare function serializeLobbyBypassSettings(writer: SerializationWriter, lobbyBypassSettings?: Partial<LobbyBypassSettings> | undefined): void;
61142
+ /**
61143
+ * Serializes information the current object
61144
+ * @param writer Serialization writer to use to serialize this model
61145
+ */
61146
+ export declare function serializeLocalAdminPasswordSettings(writer: SerializationWriter, localAdminPasswordSettings?: Partial<LocalAdminPasswordSettings> | undefined): void;
60556
61147
  /**
60557
61148
  * Serializes information the current object
60558
61149
  * @param writer Serialization writer to use to serialize this model
@@ -61038,6 +61629,11 @@ export declare function serializeMediaInfo(writer: SerializationWriter, mediaInf
61038
61629
  * @param writer Serialization writer to use to serialize this model
61039
61630
  */
61040
61631
  export declare function serializeMediaPrompt(writer: SerializationWriter, mediaPrompt?: Partial<MediaPrompt> | undefined): void;
61632
+ /**
61633
+ * Serializes information the current object
61634
+ * @param writer Serialization writer to use to serialize this model
61635
+ */
61636
+ export declare function serializeMediaSource(writer: SerializationWriter, mediaSource?: Partial<MediaSource> | undefined): void;
61041
61637
  /**
61042
61638
  * Serializes information the current object
61043
61639
  * @param writer Serialization writer to use to serialize this model
@@ -61348,6 +61944,11 @@ export declare function serializeNamedLocationCollectionResponse(writer: Seriali
61348
61944
  * @param writer Serialization writer to use to serialize this model
61349
61945
  */
61350
61946
  export declare function serializeNetworkConnection(writer: SerializationWriter, networkConnection?: Partial<NetworkConnection> | undefined): void;
61947
+ /**
61948
+ * Serializes information the current object
61949
+ * @param writer Serialization writer to use to serialize this model
61950
+ */
61951
+ export declare function serializeNoDeviceRegistrationMembership(writer: SerializationWriter, noDeviceRegistrationMembership?: Partial<NoDeviceRegistrationMembership> | undefined): void;
61351
61952
  /**
61352
61953
  * Serializes information the current object
61353
61954
  * @param writer Serialization writer to use to serialize this model
@@ -62678,6 +63279,11 @@ export declare function serializeRegistryKeyState(writer: SerializationWriter, r
62678
63279
  * @param writer Serialization writer to use to serialize this model
62679
63280
  */
62680
63281
  export declare function serializeRelatedContact(writer: SerializationWriter, relatedContact?: Partial<RelatedContact> | undefined): void;
63282
+ /**
63283
+ * Serializes information the current object
63284
+ * @param writer Serialization writer to use to serialize this model
63285
+ */
63286
+ export declare function serializeRelyingPartyDetailedSummary(writer: SerializationWriter, relyingPartyDetailedSummary?: Partial<RelyingPartyDetailedSummary> | undefined): void;
62681
63287
  /**
62682
63288
  * Serializes information the current object
62683
63289
  * @param writer Serialization writer to use to serialize this model
@@ -65688,6 +66294,26 @@ export declare function serializeWindowsPhone81GeneralConfiguration(writer: Seri
65688
66294
  * @param writer Serialization writer to use to serialize this model
65689
66295
  */
65690
66296
  export declare function serializeWindowsProtectionState(writer: SerializationWriter, windowsProtectionState?: Partial<WindowsProtectionState> | undefined): void;
66297
+ /**
66298
+ * Serializes information the current object
66299
+ * @param writer Serialization writer to use to serialize this model
66300
+ */
66301
+ export declare function serializeWindowsSetting(writer: SerializationWriter, windowsSetting?: Partial<WindowsSetting> | undefined): void;
66302
+ /**
66303
+ * Serializes information the current object
66304
+ * @param writer Serialization writer to use to serialize this model
66305
+ */
66306
+ export declare function serializeWindowsSettingCollectionResponse(writer: SerializationWriter, windowsSettingCollectionResponse?: Partial<WindowsSettingCollectionResponse> | undefined): void;
66307
+ /**
66308
+ * Serializes information the current object
66309
+ * @param writer Serialization writer to use to serialize this model
66310
+ */
66311
+ export declare function serializeWindowsSettingInstance(writer: SerializationWriter, windowsSettingInstance?: Partial<WindowsSettingInstance> | undefined): void;
66312
+ /**
66313
+ * Serializes information the current object
66314
+ * @param writer Serialization writer to use to serialize this model
66315
+ */
66316
+ export declare function serializeWindowsSettingInstanceCollectionResponse(writer: SerializationWriter, windowsSettingInstanceCollectionResponse?: Partial<WindowsSettingInstanceCollectionResponse> | undefined): void;
65691
66317
  /**
65692
66318
  * Serializes information the current object
65693
66319
  * @param writer Serialization writer to use to serialize this model
@@ -67635,11 +68261,11 @@ export type SignInFrequencyAuthenticationType = (typeof SignInFrequencyAuthentic
67635
68261
  export type SignInFrequencyInterval = (typeof SignInFrequencyIntervalObject)[keyof typeof SignInFrequencyIntervalObject];
67636
68262
  export interface SignInFrequencySessionControl extends ConditionalAccessSessionControl, Parsable {
67637
68263
  /**
67638
- * The possible values are primaryAndSecondaryAuthentication, secondaryAuthentication, unknownFutureValue.
68264
+ * The possible values are primaryAndSecondaryAuthentication, secondaryAuthentication, unknownFutureValue. This property isn't required when using frequencyInterval with the value of timeBased.
67639
68265
  */
67640
68266
  authenticationType?: SignInFrequencyAuthenticationType;
67641
68267
  /**
67642
- * The possible values are timeBased, everyTime, unknownFutureValue.
68268
+ * The possible values are timeBased, everyTime, unknownFutureValue. Sign-in frequency of everyTime is available for risky users, risky sign-ins, and Intune device enrollment. For more information, see Require reauthentication every time.
67643
68269
  */
67644
68270
  frequencyInterval?: SignInFrequencyInterval;
67645
68271
  /**
@@ -68134,7 +68760,7 @@ export interface SiteCollection extends AdditionalDataHolder, BackedModel, Parsa
68134
68760
  */
68135
68761
  backingStoreEnabled?: boolean;
68136
68762
  /**
68137
- * The geographic region code for where this site collection resides. Read-only.
68763
+ * The geographic region code for where this site collection resides. Only present for multi-geo tenants. Read-only.
68138
68764
  */
68139
68765
  dataLocationCode?: string;
68140
68766
  /**
@@ -70373,6 +70999,10 @@ export interface TeamUnarchivedEventMessageDetail extends EventMessageDetail, Pa
70373
70999
  }
70374
71000
  export type TeamVisibilityType = (typeof TeamVisibilityTypeObject)[keyof typeof TeamVisibilityTypeObject];
70375
71001
  export interface Teamwork extends Entity, Parsable {
71002
+ /**
71003
+ * The deletedChats property
71004
+ */
71005
+ deletedChats?: DeletedChat[];
70376
71006
  /**
70377
71007
  * The deleted team.
70378
71008
  */
@@ -72753,6 +73383,10 @@ export interface User extends DirectoryObject, Parsable {
72753
73383
  * The city where the user is located. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).
72754
73384
  */
72755
73385
  city?: string;
73386
+ /**
73387
+ * The cloudClipboard property
73388
+ */
73389
+ cloudClipboard?: CloudClipboardRoot;
72756
73390
  /**
72757
73391
  * The name of the company that the user is associated with. This property can be useful for describing the company that an external user comes from. The maximum length is 64 characters.Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).
72758
73392
  */
@@ -72874,7 +73508,7 @@ export interface User extends DirectoryObject, Parsable {
72874
73508
  */
72875
73509
  hireDate?: Date;
72876
73510
  /**
72877
- * Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It may contain multiple items with the same signInType value. Returned only on $select. Supports $filter (eq) including on null values, only where the signInType is not userPrincipalName.
73511
+ * Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It may contain multiple items with the same signInType value. Returned only on $select. Supports $filter (eq) with limitations.
72878
73512
  */
72879
73513
  identities?: ObjectIdentity[];
72880
73514
  /**
@@ -72922,7 +73556,7 @@ export interface User extends DirectoryObject, Parsable {
72922
73556
  */
72923
73557
  licenseDetails?: LicenseDetails[];
72924
73558
  /**
72925
- * The SMTP address for the user, for example, jeff@contoso.onmicrosoft.com. Changes to this property update the user's proxyAddresses collection to include the value as an SMTP address. This property can't contain accent characters. NOTE: We don't recommend updating this property for Azure AD B2C user profiles. Use the otherMails property instead. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith, and eq on null values).
73559
+ * The SMTP address for the user, for example, jeff@contoso.com. Changes to this property update the user's proxyAddresses collection to include the value as an SMTP address. This property can't contain accent characters. NOTE: We don't recommend updating this property for Azure AD B2C user profiles. Use the otherMails property instead. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith, and eq on null values).
72926
73560
  */
72927
73561
  mail?: string;
72928
73562
  /**
@@ -74995,6 +75629,10 @@ export interface UserSettings extends Entity, Parsable {
74995
75629
  * The shiftPreferences property
74996
75630
  */
74997
75631
  shiftPreferences?: ShiftPreferences;
75632
+ /**
75633
+ * The windows property
75634
+ */
75635
+ windows?: WindowsSetting[];
74998
75636
  }
74999
75637
  export interface UserSignInInsight extends GovernanceInsight, Parsable {
75000
75638
  /**
@@ -75217,7 +75855,7 @@ export interface VerifiedDomain extends AdditionalDataHolder, BackedModel, Parsa
75217
75855
  */
75218
75856
  isInitial?: boolean;
75219
75857
  /**
75220
- * The domain name; for example, contoso.onmicrosoft.com.
75858
+ * The domain name; for example, contoso.com`.
75221
75859
  */
75222
75860
  name?: string;
75223
75861
  /**
@@ -78856,6 +79494,55 @@ export interface WindowsProtectionState extends Entity, Parsable {
78856
79494
  */
78857
79495
  tamperProtectionEnabled?: boolean;
78858
79496
  }
79497
+ export interface WindowsSetting extends Entity, Parsable {
79498
+ /**
79499
+ * The instances property
79500
+ */
79501
+ instances?: WindowsSettingInstance[];
79502
+ /**
79503
+ * The payloadType property
79504
+ */
79505
+ payloadType?: string;
79506
+ /**
79507
+ * The settingType property
79508
+ */
79509
+ settingType?: WindowsSettingType;
79510
+ /**
79511
+ * The windowsDeviceId property
79512
+ */
79513
+ windowsDeviceId?: string;
79514
+ }
79515
+ export interface WindowsSettingCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
79516
+ /**
79517
+ * The value property
79518
+ */
79519
+ value?: WindowsSetting[];
79520
+ }
79521
+ export interface WindowsSettingInstance extends Entity, Parsable {
79522
+ /**
79523
+ * The createdDateTime property
79524
+ */
79525
+ createdDateTime?: Date;
79526
+ /**
79527
+ * The expirationDateTime property
79528
+ */
79529
+ expirationDateTime?: Date;
79530
+ /**
79531
+ * The lastModifiedDateTime property
79532
+ */
79533
+ lastModifiedDateTime?: Date;
79534
+ /**
79535
+ * The payload property
79536
+ */
79537
+ payload?: string;
79538
+ }
79539
+ export interface WindowsSettingInstanceCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
79540
+ /**
79541
+ * The value property
79542
+ */
79543
+ value?: WindowsSettingInstance[];
79544
+ }
79545
+ export type WindowsSettingType = (typeof WindowsSettingTypeObject)[keyof typeof WindowsSettingTypeObject];
78859
79546
  export type WindowsSpotlightEnablementSettings = (typeof WindowsSpotlightEnablementSettingsObject)[keyof typeof WindowsSpotlightEnablementSettingsObject];
78860
79547
  export type WindowsStartMenuAppListVisibilityType = (typeof WindowsStartMenuAppListVisibilityTypeObject)[keyof typeof WindowsStartMenuAppListVisibilityTypeObject];
78861
79548
  export type WindowsStartMenuModeType = (typeof WindowsStartMenuModeTypeObject)[keyof typeof WindowsStartMenuModeTypeObject];
@@ -81977,6 +82664,19 @@ export declare const DiskTypeObject: {
81977
82664
  /** Evolvable enumeration sentinel value.Do not use. */
81978
82665
  readonly UnknownFutureValue: "unknownFutureValue";
81979
82666
  };
82667
+ export declare const DriveItemSourceApplicationObject: {
82668
+ readonly Teams: "teams";
82669
+ readonly Yammer: "yammer";
82670
+ readonly SharePoint: "sharePoint";
82671
+ readonly OneDrive: "oneDrive";
82672
+ readonly Stream: "stream";
82673
+ readonly PowerPoint: "powerPoint";
82674
+ readonly Office: "office";
82675
+ readonly Loki: "loki";
82676
+ readonly Loop: "loop";
82677
+ readonly Other: "other";
82678
+ readonly UnknownFutureValue: "unknownFutureValue";
82679
+ };
81980
82680
  /**
81981
82681
  * Possible values to specify which cookies are allowed in Microsoft Edge.
81982
82682
  */
@@ -82669,6 +83369,18 @@ export declare const MediaDirectionObject: {
82669
83369
  readonly ReceiveOnly: "receiveOnly";
82670
83370
  readonly SendReceive: "sendReceive";
82671
83371
  };
83372
+ export declare const MediaSourceContentCategoryObject: {
83373
+ readonly Meeting: "meeting";
83374
+ readonly LiveStream: "liveStream";
83375
+ readonly Presentation: "presentation";
83376
+ readonly ScreenRecording: "screenRecording";
83377
+ readonly Story: "story";
83378
+ readonly Profile: "profile";
83379
+ readonly Chat: "chat";
83380
+ readonly Note: "note";
83381
+ readonly Comment: "comment";
83382
+ readonly UnknownFutureValue: "unknownFutureValue";
83383
+ };
82672
83384
  export declare const MediaStateObject: {
82673
83385
  readonly Active: "active";
82674
83386
  readonly Inactive: "inactive";
@@ -82742,6 +83454,12 @@ export declare const MicrosoftStoreForBusinessLicenseTypeObject: {
82742
83454
  readonly Offline: "offline";
82743
83455
  readonly Online: "online";
82744
83456
  };
83457
+ export declare const MigrationStatusObject: {
83458
+ readonly Ready: "ready";
83459
+ readonly NeedsReview: "needsReview";
83460
+ readonly AdditionalStepsRequired: "additionalStepsRequired";
83461
+ readonly UnknownFutureValue: "unknownFutureValue";
83462
+ };
82745
83463
  /**
82746
83464
  * Possible values for Miracast channel.
82747
83465
  */
@@ -82841,6 +83559,11 @@ export declare const ModalityObject: {
82841
83559
  readonly Data: "data";
82842
83560
  readonly UnknownFutureValue: "unknownFutureValue";
82843
83561
  };
83562
+ export declare const MultiFactorAuthConfigurationObject: {
83563
+ readonly NotRequired: "notRequired";
83564
+ readonly Required: "required";
83565
+ readonly UnknownFutureValue: "unknownFutureValue";
83566
+ };
82844
83567
  export declare const MutabilityObject: {
82845
83568
  readonly ReadWrite: "ReadWrite";
82846
83569
  readonly ReadOnly: "ReadOnly";
@@ -86217,6 +86940,11 @@ export declare const WindowsMalwareThreatStateObject: {
86217
86940
  /** No status cleared */
86218
86941
  readonly NoStatusCleared: "noStatusCleared";
86219
86942
  };
86943
+ export declare const WindowsSettingTypeObject: {
86944
+ readonly Roaming: "roaming";
86945
+ readonly Backup: "backup";
86946
+ readonly UnknownFutureValue: "unknownFutureValue";
86947
+ };
86220
86948
  /**
86221
86949
  * Allows IT admind to set a predefined default search engine for MDM-Controlled devices
86222
86950
  */