@microsoft/msgraph-sdk 1.0.0-preview.73 → 1.0.0-preview.75

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
@@ -11,7 +11,7 @@ export interface AadUserConversationMember extends ConversationMember, Parsable
11
11
  */
12
12
  email?: string | null;
13
13
  /**
14
- * TenantId which the Microsoft Entra user belongs to.
14
+ * The tenant ID of the Microsoft Entra user.
15
15
  */
16
16
  tenantId?: string | null;
17
17
  /**
@@ -19,7 +19,7 @@ export interface AadUserConversationMember extends ConversationMember, Parsable
19
19
  */
20
20
  user?: User | null;
21
21
  /**
22
- * The guid of the user.
22
+ * The user ID of the Microsoft Entra user.
23
23
  */
24
24
  userId?: string | null;
25
25
  }
@@ -2291,6 +2291,96 @@ export interface AiUser extends Entity, Parsable {
2291
2291
  */
2292
2292
  interactionHistory?: AiInteractionHistory | null;
2293
2293
  }
2294
+ export interface AkamaiAttackGroupActionModel extends AdditionalDataHolder, BackedModel, Parsable {
2295
+ /**
2296
+ * The action Akamai applies to the attack group when a matching threat is detected. Common values include deny, none or alert.
2297
+ */
2298
+ action?: string | null;
2299
+ /**
2300
+ * Stores model information.
2301
+ */
2302
+ backingStoreEnabled?: boolean | null;
2303
+ /**
2304
+ * The name or identifier of the attack group. This value categorizes the type of attack the action applies to.
2305
+ */
2306
+ group?: string | null;
2307
+ /**
2308
+ * The OdataType property
2309
+ */
2310
+ odataType?: string | null;
2311
+ }
2312
+ export interface AkamaiCustomRuleModel extends AdditionalDataHolder, BackedModel, Parsable {
2313
+ /**
2314
+ * The action Akamai applies when the rule matches traffic. Common values include deny, none or alert.
2315
+ */
2316
+ action?: string | null;
2317
+ /**
2318
+ * Stores model information.
2319
+ */
2320
+ backingStoreEnabled?: boolean | null;
2321
+ /**
2322
+ * Friendly name for the rule, used in UIs or logs to help administrators identify the rule (for example, 'Block suspicious user agents').
2323
+ */
2324
+ name?: string | null;
2325
+ /**
2326
+ * The OdataType property
2327
+ */
2328
+ odataType?: string | null;
2329
+ /**
2330
+ * Unique identifier assigned to the rule by Akamai or the integration. Use this identifier to reference, update, or remove the rule in API requests.
2331
+ */
2332
+ ruleId?: string | null;
2333
+ }
2334
+ export interface AkamaiRapidRulesModel extends AdditionalDataHolder, BackedModel, Parsable {
2335
+ /**
2336
+ * Stores model information.
2337
+ */
2338
+ backingStoreEnabled?: boolean | null;
2339
+ /**
2340
+ * The default action Akamai applies to traffic that matches Rapid Rules. Common values include deny, none or alert.
2341
+ */
2342
+ defaultAction?: string | null;
2343
+ /**
2344
+ * Indicates whether Akamai Rapid Rules are enabled for the WAF integration. If true, Rapid Rules are active and applied to incoming traffic.
2345
+ */
2346
+ isEnabled?: boolean | null;
2347
+ /**
2348
+ * The OdataType property
2349
+ */
2350
+ odataType?: string | null;
2351
+ }
2352
+ export interface AkamaiVerifiedDetailsModel extends Parsable, WebApplicationFirewallVerifiedDetails {
2353
+ /**
2354
+ * Collection of Akamai attack groups that are currently active for the zone or host, including the action applied to each group (for example, deny, none or alert).
2355
+ */
2356
+ activeAttackGroups?: AkamaiAttackGroupActionModel[] | null;
2357
+ /**
2358
+ * Collection of Akamai custom rules that are currently enabled for the zone or host. Each entry includes rule metadata such as the rule identifier, friendly name, and the action taken when the rule matches traffic.
2359
+ */
2360
+ activeCustomRules?: AkamaiCustomRuleModel[] | null;
2361
+ /**
2362
+ * Configuration for Akamai Rapid Rules, including whether Rapid Rules are enabled and the default action applied to matching traffic.
2363
+ */
2364
+ rapidRules?: AkamaiRapidRulesModel | null;
2365
+ }
2366
+ export interface AkamaiWebApplicationFirewallProvider extends Parsable, WebApplicationFirewallProvider {
2367
+ /**
2368
+ * Akamai API access token used to authenticate to the Akamai account. Contact your Akamai Customer Success Manager for assistance with your accessToken.
2369
+ */
2370
+ accessToken?: string | null;
2371
+ /**
2372
+ * Akamai API client secret used in conjunction with the client token and access token for authentication. Contact your Akamai Customer Success Manager for assistance with this information.
2373
+ */
2374
+ clientSecret?: string | null;
2375
+ /**
2376
+ * Akamai API client token used for authentication to the Akamai account. Contact your Akamai Customer Success Manager for assistance with this information.
2377
+ */
2378
+ clientToken?: string | null;
2379
+ /**
2380
+ * Prefix used to identify the host or domain in Akamai configuration operations. This value may be required for certain API calls or configuration scenarios.
2381
+ */
2382
+ hostPrefix?: string | null;
2383
+ }
2294
2384
  export interface Album extends AdditionalDataHolder, BackedModel, Parsable {
2295
2385
  /**
2296
2386
  * Stores model information.
@@ -3823,7 +3913,7 @@ export interface ApplicationServicePrincipal extends AdditionalDataHolder, Backe
3823
3913
  }
3824
3914
  export interface ApplicationTemplate extends Entity, Parsable {
3825
3915
  /**
3826
- * The list of categories for the application. Supported values can be: Collaboration, Business Management, Consumer, Content management, CRM, Data services, Developer services, E-commerce, Education, ERP, Finance, Health, Human resources, IT infrastructure, Mail, Management, Marketing, Media, Productivity, Project management, Telecommunications, Tools, Travel, and Web design & hosting.
3916
+ * The list of categories for the application. Supported values can be: Collaboration, Business Management, Consumer, Content management, CRM, Data services, Developer services, E-commerce, Education, ERP, Finance, Health, Human resources, IT infrastructure, Mail, Management, Marketing, Media, Productivity, Project management, Telecommunications, Tools, Travel, and Web design & hosting. Supports $filter (contains).
3827
3917
  */
3828
3918
  categories?: string[] | null;
3829
3919
  /**
@@ -3831,7 +3921,7 @@ export interface ApplicationTemplate extends Entity, Parsable {
3831
3921
  */
3832
3922
  description?: string | null;
3833
3923
  /**
3834
- * The name of the application.
3924
+ * The name of the application. Supports $filter (contains).
3835
3925
  */
3836
3926
  displayName?: string | null;
3837
3927
  /**
@@ -4275,6 +4365,24 @@ export interface ArchivedPrintJob extends AdditionalDataHolder, BackedModel, Par
4275
4365
  */
4276
4366
  processingState?: PrintJobProcessingState | null;
4277
4367
  }
4368
+ export interface ArkoseFraudProtectionProvider extends FraudProtectionProvider, Parsable {
4369
+ /**
4370
+ * Used to invoke the Arkose service from the client application. Request from your Arkose Customer Success Manager or use the default client-api value.
4371
+ */
4372
+ clientSubDomain?: string | null;
4373
+ /**
4374
+ * The private key available on the Arkose Portal. Contact your Arkose Customer Success Manager for assistance with your keys.
4375
+ */
4376
+ privateKey?: string | null;
4377
+ /**
4378
+ * The public key available on the Arkose Portal. Contact your Arkose Customer Success Manager for assistance with your keys.
4379
+ */
4380
+ publicKey?: string | null;
4381
+ /**
4382
+ * Used to invoke the Arkose service from the Microsoft authentication server. Request from your Arkose Customer Success Manager or use the default verify-api value.
4383
+ */
4384
+ verifySubDomain?: string | null;
4385
+ }
4278
4386
  export interface ArtifactQuery extends AdditionalDataHolder, BackedModel, Parsable {
4279
4387
  /**
4280
4388
  * The type of artifact to search. The possible values are: message, unknownFutureValue.
@@ -4330,6 +4438,16 @@ export interface AssignedLicense extends AdditionalDataHolder, BackedModel, Pars
4330
4438
  */
4331
4439
  skuId?: Guid | null;
4332
4440
  }
4441
+ export interface AssignedPlaceMode extends Parsable, PlaceMode {
4442
+ /**
4443
+ * The assignedUserEmailAddress property
4444
+ */
4445
+ assignedUserEmailAddress?: string | null;
4446
+ /**
4447
+ * The assignedUserId property
4448
+ */
4449
+ assignedUserId?: string | null;
4450
+ }
4333
4451
  export interface AssignedPlan extends AdditionalDataHolder, BackedModel, Parsable {
4334
4452
  /**
4335
4453
  * The date and time at which the plan was assigned. 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.
@@ -5607,6 +5725,10 @@ export interface AuthenticationEventListener extends Entity, Parsable {
5607
5725
  * The conditions on which this authenticationEventListener should trigger.
5608
5726
  */
5609
5727
  conditions?: AuthenticationConditions | null;
5728
+ /**
5729
+ * The display name of the listener.
5730
+ */
5731
+ displayName?: string | null;
5610
5732
  }
5611
5733
  export interface AuthenticationEventListenerCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
5612
5734
  /**
@@ -6377,6 +6499,12 @@ export interface BaseItemVersion extends Entity, Parsable {
6377
6499
  */
6378
6500
  publication?: PublicationFacet | null;
6379
6501
  }
6502
+ export interface BaseMapFeature extends Entity, Parsable {
6503
+ /**
6504
+ * The properties property
6505
+ */
6506
+ properties?: string | null;
6507
+ }
6380
6508
  export interface BaseSitePage extends BaseItem, Parsable {
6381
6509
  /**
6382
6510
  * The name of the page layout of the page. The possible values are: microsoftReserved, article, home, unknownFutureValue.
@@ -7626,6 +7754,36 @@ export interface BucketAggregationRange extends AdditionalDataHolder, BackedMode
7626
7754
  to?: string | null;
7627
7755
  }
7628
7756
  export type BucketAggregationSortProperty = (typeof BucketAggregationSortPropertyObject)[keyof typeof BucketAggregationSortPropertyObject];
7757
+ export interface Building extends Parsable, Place {
7758
+ /**
7759
+ * The map property
7760
+ */
7761
+ map?: BuildingMap | null;
7762
+ /**
7763
+ * The resourceLinks property
7764
+ */
7765
+ resourceLinks?: ResourceLink[] | null;
7766
+ }
7767
+ export interface BuildingCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
7768
+ /**
7769
+ * The value property
7770
+ */
7771
+ value?: Building[] | null;
7772
+ }
7773
+ export interface BuildingMap extends BaseMapFeature, Parsable {
7774
+ /**
7775
+ * The footprints property
7776
+ */
7777
+ footprints?: FootprintMap[] | null;
7778
+ /**
7779
+ * The levels property
7780
+ */
7781
+ levels?: LevelMap[] | null;
7782
+ /**
7783
+ * The placeId property
7784
+ */
7785
+ placeId?: string | null;
7786
+ }
7629
7787
  export interface BuiltInIdentityProvider extends IdentityProviderBase, Parsable {
7630
7788
  /**
7631
7789
  * The identity provider type. For a B2B scenario, possible values: AADSignup, MicrosoftAccount, EmailOTP. Required.
@@ -8495,7 +8653,7 @@ export interface Channel extends Entity, Parsable {
8495
8653
  */
8496
8654
  members?: ConversationMember[] | null;
8497
8655
  /**
8498
- * The type of the channel. Can be set during creation and can't be changed. The possible values are: standard, private, unknownFutureValue, shared. The default value is standard. Use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: shared.
8656
+ * The type of the channel. Can be set during creation and can't be changed. The possible values are: standard, private, unknownFutureValue, shared. The default value is standard. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: shared.
8499
8657
  */
8500
8658
  membershipType?: ChannelMembershipType | null;
8501
8659
  /**
@@ -9125,6 +9283,35 @@ export interface ChatViewpoint extends AdditionalDataHolder, BackedModel, Parsab
9125
9283
  */
9126
9284
  odataType?: string | null;
9127
9285
  }
9286
+ export interface CheckInClaim extends AdditionalDataHolder, BackedModel, Parsable {
9287
+ /**
9288
+ * Stores model information.
9289
+ */
9290
+ backingStoreEnabled?: boolean | null;
9291
+ /**
9292
+ * The calendarEventId property
9293
+ */
9294
+ calendarEventId?: string | null;
9295
+ /**
9296
+ * The checkInMethod property
9297
+ */
9298
+ checkInMethod?: CheckInMethod | null;
9299
+ /**
9300
+ * The createdDateTime property
9301
+ */
9302
+ createdDateTime?: Date | null;
9303
+ /**
9304
+ * The OdataType property
9305
+ */
9306
+ odataType?: string | null;
9307
+ }
9308
+ export interface CheckInClaimCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
9309
+ /**
9310
+ * The value property
9311
+ */
9312
+ value?: CheckInClaim[] | null;
9313
+ }
9314
+ export type CheckInMethod = (typeof CheckInMethodObject)[keyof typeof CheckInMethodObject];
9128
9315
  export interface ChecklistItem extends Entity, Parsable {
9129
9316
  /**
9130
9317
  * The date and time when the checklistItem was finished.
@@ -9355,6 +9542,74 @@ export interface CloudCommunications extends AdditionalDataHolder, BackedModel,
9355
9542
  */
9356
9543
  presences?: Presence[] | null;
9357
9544
  }
9545
+ export interface CloudFlareRuleModel extends AdditionalDataHolder, BackedModel, Parsable {
9546
+ /**
9547
+ * The action Cloudflare applies when the rule matches traffic. Common values include Managed Challenge, Interactive Challenge, Log, Block, JS Challenge, or Skip.
9548
+ */
9549
+ action?: string | null;
9550
+ /**
9551
+ * Stores model information.
9552
+ */
9553
+ backingStoreEnabled?: boolean | null;
9554
+ /**
9555
+ * Friendly name for the rule, used in UIs or logs to help administrators identify the rule.
9556
+ */
9557
+ name?: string | null;
9558
+ /**
9559
+ * The OdataType property
9560
+ */
9561
+ odataType?: string | null;
9562
+ /**
9563
+ * Unique identifier assigned to the rule by Cloudflare or the integration.
9564
+ */
9565
+ ruleId?: string | null;
9566
+ }
9567
+ export interface CloudFlareRulesetModel extends AdditionalDataHolder, BackedModel, Parsable {
9568
+ /**
9569
+ * Stores model information.
9570
+ */
9571
+ backingStoreEnabled?: boolean | null;
9572
+ /**
9573
+ * Friendly name for the ruleset, used in UIs and logs to help administrators identify the ruleset.
9574
+ */
9575
+ name?: string | null;
9576
+ /**
9577
+ * The OdataType property
9578
+ */
9579
+ odataType?: string | null;
9580
+ /**
9581
+ * Name of the phase during which the ruleset is evaluated (for example, httprequestfirewallmanaged, httprequestfirewallcustom, or provider-specific phase names). This indicates when in the request/response lifecycle the rules apply.
9582
+ */
9583
+ phaseName?: string | null;
9584
+ /**
9585
+ * Unique identifier assigned to the ruleset by Cloudflare or the integration.
9586
+ */
9587
+ rulesetId?: string | null;
9588
+ }
9589
+ export interface CloudFlareVerifiedDetailsModel extends Parsable, WebApplicationFirewallVerifiedDetails {
9590
+ /**
9591
+ * Collection of Cloudflare custom rules that are currently enabled for the zone or host.
9592
+ */
9593
+ enabledCustomRules?: CloudFlareRuleModel[] | null;
9594
+ /**
9595
+ * Collection of Cloudflare recommended rulesets that are enabled for the zone or host.
9596
+ */
9597
+ enabledRecommendedRulesets?: CloudFlareRulesetModel[] | null;
9598
+ /**
9599
+ * Cloudflare-assigned identifier for the DNS zone associated with the verified host (for example, the Cloudflare Zone ID). This ID is used to correlate verification details with the Cloudflare account and to perform configuration operations via the provider's API.
9600
+ */
9601
+ zoneId?: string | null;
9602
+ }
9603
+ export interface CloudFlareWebApplicationFirewallProvider extends Parsable, WebApplicationFirewallProvider {
9604
+ /**
9605
+ * Cloudflare API token or credential used by Microsoft services to authenticate to the Cloudflare account. Contact your Cloudflare Customer Success Manager for assistance with your apitoken.
9606
+ */
9607
+ apiToken?: string | null;
9608
+ /**
9609
+ * Default Cloudflare Zone ID associated with this provider configuration. This ID identifies the DNS zone in Cloudflare that is commonly used for verification and configuration operations for the provider.
9610
+ */
9611
+ zoneId?: string | null;
9612
+ }
9358
9613
  export interface CloudPC extends Entity, Parsable {
9359
9614
  /**
9360
9615
  * The Microsoft Entra device ID for the Cloud PC, also known as the Azure Active Directory (Azure AD) device ID, that consists of 32 characters in a GUID format. Generated on a VM joined to Microsoft Entra ID. Read-only.
@@ -10343,6 +10598,10 @@ export interface CommunicationsApplicationInstanceIdentity extends Identity, Par
10343
10598
  export interface CommunicationsEncryptedIdentity extends Identity, Parsable {
10344
10599
  }
10345
10600
  export interface CommunicationsGuestIdentity extends Identity, Parsable {
10601
+ /**
10602
+ * The email of the guest user.
10603
+ */
10604
+ email?: string | null;
10346
10605
  }
10347
10606
  export interface CommunicationsIdentitySet extends IdentitySet, Parsable {
10348
10607
  /**
@@ -11783,6 +12042,8 @@ export interface CopilotAdminSetting extends Entity, Parsable {
11783
12042
  */
11784
12043
  limitedMode?: CopilotAdminLimitedMode | null;
11785
12044
  }
12045
+ export interface CopilotReportRoot extends Entity, Parsable {
12046
+ }
11786
12047
  export interface CopyNotebookModel extends AdditionalDataHolder, BackedModel, Parsable {
11787
12048
  /**
11788
12049
  * Stores model information.
@@ -12601,6 +12862,36 @@ export declare function createAirPrintSettingsFromDiscriminatorValue(parseNode:
12601
12862
  * @returns {AiUser}
12602
12863
  */
12603
12864
  export declare function createAiUserFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
12865
+ /**
12866
+ * Creates a new instance of the appropriate class based on discriminator value
12867
+ * @param parseNode The parse node to use to read the discriminator value and create the object
12868
+ * @returns {AkamaiAttackGroupActionModel}
12869
+ */
12870
+ export declare function createAkamaiAttackGroupActionModelFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
12871
+ /**
12872
+ * Creates a new instance of the appropriate class based on discriminator value
12873
+ * @param parseNode The parse node to use to read the discriminator value and create the object
12874
+ * @returns {AkamaiCustomRuleModel}
12875
+ */
12876
+ export declare function createAkamaiCustomRuleModelFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
12877
+ /**
12878
+ * Creates a new instance of the appropriate class based on discriminator value
12879
+ * @param parseNode The parse node to use to read the discriminator value and create the object
12880
+ * @returns {AkamaiRapidRulesModel}
12881
+ */
12882
+ export declare function createAkamaiRapidRulesModelFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
12883
+ /**
12884
+ * Creates a new instance of the appropriate class based on discriminator value
12885
+ * @param parseNode The parse node to use to read the discriminator value and create the object
12886
+ * @returns {AkamaiVerifiedDetailsModel}
12887
+ */
12888
+ export declare function createAkamaiVerifiedDetailsModelFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
12889
+ /**
12890
+ * Creates a new instance of the appropriate class based on discriminator value
12891
+ * @param parseNode The parse node to use to read the discriminator value and create the object
12892
+ * @returns {AkamaiWebApplicationFirewallProvider}
12893
+ */
12894
+ export declare function createAkamaiWebApplicationFirewallProviderFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
12604
12895
  /**
12605
12896
  * Creates a new instance of the appropriate class based on discriminator value
12606
12897
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -13033,6 +13324,12 @@ export declare function createAppsInstallationOptionsForWindowsFromDiscriminator
13033
13324
  * @returns {ArchivedPrintJob}
13034
13325
  */
13035
13326
  export declare function createArchivedPrintJobFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
13327
+ /**
13328
+ * Creates a new instance of the appropriate class based on discriminator value
13329
+ * @param parseNode The parse node to use to read the discriminator value and create the object
13330
+ * @returns {ArkoseFraudProtectionProvider}
13331
+ */
13332
+ export declare function createArkoseFraudProtectionProviderFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
13036
13333
  /**
13037
13334
  * Creates a new instance of the appropriate class based on discriminator value
13038
13335
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -13051,6 +13348,12 @@ export declare function createAssignedLabelFromDiscriminatorValue(parseNode: Par
13051
13348
  * @returns {AssignedLicense}
13052
13349
  */
13053
13350
  export declare function createAssignedLicenseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
13351
+ /**
13352
+ * Creates a new instance of the appropriate class based on discriminator value
13353
+ * @param parseNode The parse node to use to read the discriminator value and create the object
13354
+ * @returns {AssignedPlaceMode}
13355
+ */
13356
+ export declare function createAssignedPlaceModeFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
13054
13357
  /**
13055
13358
  * Creates a new instance of the appropriate class based on discriminator value
13056
13359
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -13717,6 +14020,12 @@ export declare function createBaseItemFromDiscriminatorValue(parseNode: ParseNod
13717
14020
  * @returns {BaseItemVersion}
13718
14021
  */
13719
14022
  export declare function createBaseItemVersionFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
14023
+ /**
14024
+ * Creates a new instance of the appropriate class based on discriminator value
14025
+ * @param parseNode The parse node to use to read the discriminator value and create the object
14026
+ * @returns {BaseMapFeature}
14027
+ */
14028
+ export declare function createBaseMapFeatureFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
13720
14029
  /**
13721
14030
  * Creates a new instance of the appropriate class based on discriminator value
13722
14031
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -14005,6 +14314,24 @@ export declare function createBucketAggregationDefinitionFromDiscriminatorValue(
14005
14314
  * @returns {BucketAggregationRange}
14006
14315
  */
14007
14316
  export declare function createBucketAggregationRangeFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
14317
+ /**
14318
+ * Creates a new instance of the appropriate class based on discriminator value
14319
+ * @param parseNode The parse node to use to read the discriminator value and create the object
14320
+ * @returns {BuildingCollectionResponse}
14321
+ */
14322
+ export declare function createBuildingCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
14323
+ /**
14324
+ * Creates a new instance of the appropriate class based on discriminator value
14325
+ * @param parseNode The parse node to use to read the discriminator value and create the object
14326
+ * @returns {Building}
14327
+ */
14328
+ export declare function createBuildingFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
14329
+ /**
14330
+ * Creates a new instance of the appropriate class based on discriminator value
14331
+ * @param parseNode The parse node to use to read the discriminator value and create the object
14332
+ * @returns {BuildingMap}
14333
+ */
14334
+ export declare function createBuildingMapFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
14008
14335
  /**
14009
14336
  * Creates a new instance of the appropriate class based on discriminator value
14010
14337
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -14443,6 +14770,18 @@ export declare function createChatRestrictionsFromDiscriminatorValue(parseNode:
14443
14770
  * @returns {ChatViewpoint}
14444
14771
  */
14445
14772
  export declare function createChatViewpointFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
14773
+ /**
14774
+ * Creates a new instance of the appropriate class based on discriminator value
14775
+ * @param parseNode The parse node to use to read the discriminator value and create the object
14776
+ * @returns {CheckInClaimCollectionResponse}
14777
+ */
14778
+ export declare function createCheckInClaimCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
14779
+ /**
14780
+ * Creates a new instance of the appropriate class based on discriminator value
14781
+ * @param parseNode The parse node to use to read the discriminator value and create the object
14782
+ * @returns {CheckInClaim}
14783
+ */
14784
+ export declare function createCheckInClaimFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
14446
14785
  /**
14447
14786
  * Creates a new instance of the appropriate class based on discriminator value
14448
14787
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -14539,6 +14878,30 @@ export declare function createCloudClipboardRootFromDiscriminatorValue(parseNode
14539
14878
  * @returns {CloudCommunications}
14540
14879
  */
14541
14880
  export declare function createCloudCommunicationsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
14881
+ /**
14882
+ * Creates a new instance of the appropriate class based on discriminator value
14883
+ * @param parseNode The parse node to use to read the discriminator value and create the object
14884
+ * @returns {CloudFlareRuleModel}
14885
+ */
14886
+ export declare function createCloudFlareRuleModelFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
14887
+ /**
14888
+ * Creates a new instance of the appropriate class based on discriminator value
14889
+ * @param parseNode The parse node to use to read the discriminator value and create the object
14890
+ * @returns {CloudFlareRulesetModel}
14891
+ */
14892
+ export declare function createCloudFlareRulesetModelFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
14893
+ /**
14894
+ * Creates a new instance of the appropriate class based on discriminator value
14895
+ * @param parseNode The parse node to use to read the discriminator value and create the object
14896
+ * @returns {CloudFlareVerifiedDetailsModel}
14897
+ */
14898
+ export declare function createCloudFlareVerifiedDetailsModelFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
14899
+ /**
14900
+ * Creates a new instance of the appropriate class based on discriminator value
14901
+ * @param parseNode The parse node to use to read the discriminator value and create the object
14902
+ * @returns {CloudFlareWebApplicationFirewallProvider}
14903
+ */
14904
+ export declare function createCloudFlareWebApplicationFirewallProviderFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
14542
14905
  /**
14543
14906
  * Creates a new instance of the appropriate class based on discriminator value
14544
14907
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -15229,6 +15592,12 @@ export declare function createCopilotAdminLimitedModeFromDiscriminatorValue(pars
15229
15592
  * @returns {CopilotAdminSetting}
15230
15593
  */
15231
15594
  export declare function createCopilotAdminSettingFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
15595
+ /**
15596
+ * Creates a new instance of the appropriate class based on discriminator value
15597
+ * @param parseNode The parse node to use to read the discriminator value and create the object
15598
+ * @returns {CopilotReportRoot}
15599
+ */
15600
+ export declare function createCopilotReportRootFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
15232
15601
  /**
15233
15602
  * Creates a new instance of the appropriate class based on discriminator value
15234
15603
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -15685,6 +16054,18 @@ export declare function createDeleteUserFromSharedAppleDeviceActionResultFromDis
15685
16054
  * @returns {DeltaParticipants}
15686
16055
  */
15687
16056
  export declare function createDeltaParticipantsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
16057
+ /**
16058
+ * Creates a new instance of the appropriate class based on discriminator value
16059
+ * @param parseNode The parse node to use to read the discriminator value and create the object
16060
+ * @returns {DeskCollectionResponse}
16061
+ */
16062
+ export declare function createDeskCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
16063
+ /**
16064
+ * Creates a new instance of the appropriate class based on discriminator value
16065
+ * @param parseNode The parse node to use to read the discriminator value and create the object
16066
+ * @returns {Desk}
16067
+ */
16068
+ export declare function createDeskFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
15688
16069
  /**
15689
16070
  * Creates a new instance of the appropriate class based on discriminator value
15690
16071
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -16513,6 +16894,12 @@ export declare function createDriveRestoreArtifactsBulkAdditionRequestCollection
16513
16894
  * @returns {DriveRestoreArtifactsBulkAdditionRequest}
16514
16895
  */
16515
16896
  export declare function createDriveRestoreArtifactsBulkAdditionRequestFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
16897
+ /**
16898
+ * Creates a new instance of the appropriate class based on discriminator value
16899
+ * @param parseNode The parse node to use to read the discriminator value and create the object
16900
+ * @returns {DropInPlaceMode}
16901
+ */
16902
+ export declare function createDropInPlaceModeFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
16516
16903
  /**
16517
16904
  * Creates a new instance of the appropriate class based on discriminator value
16518
16905
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -16747,6 +17134,24 @@ export declare function createEducationGradingCategoryCollectionResponseFromDisc
16747
17134
  * @returns {EducationGradingCategory}
16748
17135
  */
16749
17136
  export declare function createEducationGradingCategoryFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
17137
+ /**
17138
+ * Creates a new instance of the appropriate class based on discriminator value
17139
+ * @param parseNode The parse node to use to read the discriminator value and create the object
17140
+ * @returns {EducationGradingSchemeCollectionResponse}
17141
+ */
17142
+ export declare function createEducationGradingSchemeCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
17143
+ /**
17144
+ * Creates a new instance of the appropriate class based on discriminator value
17145
+ * @param parseNode The parse node to use to read the discriminator value and create the object
17146
+ * @returns {EducationGradingScheme}
17147
+ */
17148
+ export declare function createEducationGradingSchemeFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
17149
+ /**
17150
+ * Creates a new instance of the appropriate class based on discriminator value
17151
+ * @param parseNode The parse node to use to read the discriminator value and create the object
17152
+ * @returns {EducationGradingSchemeGrade}
17153
+ */
17154
+ export declare function createEducationGradingSchemeGradeFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
16750
17155
  /**
16751
17156
  * Creates a new instance of the appropriate class based on discriminator value
16752
17157
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -17167,6 +17572,30 @@ export declare function createEngagementConversationSystemMessageFromDiscriminat
17167
17572
  * @returns {EngagementIdentitySet}
17168
17573
  */
17169
17574
  export declare function createEngagementIdentitySetFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
17575
+ /**
17576
+ * Creates a new instance of the appropriate class based on discriminator value
17577
+ * @param parseNode The parse node to use to read the discriminator value and create the object
17578
+ * @returns {EngagementRoleCollectionResponse}
17579
+ */
17580
+ export declare function createEngagementRoleCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
17581
+ /**
17582
+ * Creates a new instance of the appropriate class based on discriminator value
17583
+ * @param parseNode The parse node to use to read the discriminator value and create the object
17584
+ * @returns {EngagementRole}
17585
+ */
17586
+ export declare function createEngagementRoleFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
17587
+ /**
17588
+ * Creates a new instance of the appropriate class based on discriminator value
17589
+ * @param parseNode The parse node to use to read the discriminator value and create the object
17590
+ * @returns {EngagementRoleMemberCollectionResponse}
17591
+ */
17592
+ export declare function createEngagementRoleMemberCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
17593
+ /**
17594
+ * Creates a new instance of the appropriate class based on discriminator value
17595
+ * @param parseNode The parse node to use to read the discriminator value and create the object
17596
+ * @returns {EngagementRoleMember}
17597
+ */
17598
+ export declare function createEngagementRoleMemberFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
17170
17599
  /**
17171
17600
  * Creates a new instance of the appropriate class based on discriminator value
17172
17601
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -17563,6 +17992,30 @@ export declare function createFilterOperatorSchemaCollectionResponseFromDiscrimi
17563
17992
  * @returns {FilterOperatorSchema}
17564
17993
  */
17565
17994
  export declare function createFilterOperatorSchemaFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
17995
+ /**
17996
+ * Creates a new instance of the appropriate class based on discriminator value
17997
+ * @param parseNode The parse node to use to read the discriminator value and create the object
17998
+ * @returns {FixtureMapCollectionResponse}
17999
+ */
18000
+ export declare function createFixtureMapCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
18001
+ /**
18002
+ * Creates a new instance of the appropriate class based on discriminator value
18003
+ * @param parseNode The parse node to use to read the discriminator value and create the object
18004
+ * @returns {FixtureMap}
18005
+ */
18006
+ export declare function createFixtureMapFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
18007
+ /**
18008
+ * Creates a new instance of the appropriate class based on discriminator value
18009
+ * @param parseNode The parse node to use to read the discriminator value and create the object
18010
+ * @returns {FloorCollectionResponse}
18011
+ */
18012
+ export declare function createFloorCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
18013
+ /**
18014
+ * Creates a new instance of the appropriate class based on discriminator value
18015
+ * @param parseNode The parse node to use to read the discriminator value and create the object
18016
+ * @returns {Floor}
18017
+ */
18018
+ export declare function createFloorFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
17566
18019
  /**
17567
18020
  * Creates a new instance of the appropriate class based on discriminator value
17568
18021
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -17581,6 +18034,42 @@ export declare function createFolderViewFromDiscriminatorValue(parseNode: ParseN
17581
18034
  * @returns {FollowupFlag}
17582
18035
  */
17583
18036
  export declare function createFollowupFlagFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
18037
+ /**
18038
+ * Creates a new instance of the appropriate class based on discriminator value
18039
+ * @param parseNode The parse node to use to read the discriminator value and create the object
18040
+ * @returns {FootprintMapCollectionResponse}
18041
+ */
18042
+ export declare function createFootprintMapCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
18043
+ /**
18044
+ * Creates a new instance of the appropriate class based on discriminator value
18045
+ * @param parseNode The parse node to use to read the discriminator value and create the object
18046
+ * @returns {FootprintMap}
18047
+ */
18048
+ export declare function createFootprintMapFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
18049
+ /**
18050
+ * Creates a new instance of the appropriate class based on discriminator value
18051
+ * @param parseNode The parse node to use to read the discriminator value and create the object
18052
+ * @returns {FraudProtectionConfiguration}
18053
+ */
18054
+ export declare function createFraudProtectionConfigurationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
18055
+ /**
18056
+ * Creates a new instance of the appropriate class based on discriminator value
18057
+ * @param parseNode The parse node to use to read the discriminator value and create the object
18058
+ * @returns {FraudProtectionProviderCollectionResponse}
18059
+ */
18060
+ export declare function createFraudProtectionProviderCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
18061
+ /**
18062
+ * Creates a new instance of the appropriate class based on discriminator value
18063
+ * @param parseNode The parse node to use to read the discriminator value and create the object
18064
+ * @returns {FraudProtectionProviderConfiguration}
18065
+ */
18066
+ export declare function createFraudProtectionProviderConfigurationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
18067
+ /**
18068
+ * Creates a new instance of the appropriate class based on discriminator value
18069
+ * @param parseNode The parse node to use to read the discriminator value and create the object
18070
+ * @returns {FraudProtectionProvider}
18071
+ */
18072
+ export declare function createFraudProtectionProviderFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
17584
18073
  /**
17585
18074
  * Creates a new instance of the appropriate class based on discriminator value
17586
18075
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -17761,6 +18250,12 @@ export declare function createHostSecurityStateFromDiscriminatorValue(parseNode:
17761
18250
  * @returns {HttpRequestEndpoint}
17762
18251
  */
17763
18252
  export declare function createHttpRequestEndpointFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
18253
+ /**
18254
+ * Creates a new instance of the appropriate class based on discriminator value
18255
+ * @param parseNode The parse node to use to read the discriminator value and create the object
18256
+ * @returns {HumanSecurityFraudProtectionProvider}
18257
+ */
18258
+ export declare function createHumanSecurityFraudProtectionProviderFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
17764
18259
  /**
17765
18260
  * Creates a new instance of the appropriate class based on discriminator value
17766
18261
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -18133,12 +18628,6 @@ export declare function createIosCompliancePolicyFromDiscriminatorValue(parseNod
18133
18628
  * @returns {IosCustomConfiguration}
18134
18629
  */
18135
18630
  export declare function createIosCustomConfigurationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
18136
- /**
18137
- * Creates a new instance of the appropriate class based on discriminator value
18138
- * @param parseNode The parse node to use to read the discriminator value and create the object
18139
- * @returns {IosDdmLobAppAssignmentSettings}
18140
- */
18141
- export declare function createIosDdmLobAppAssignmentSettingsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
18142
18631
  /**
18143
18632
  * Creates a new instance of the appropriate class based on discriminator value
18144
18633
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -18553,6 +19042,18 @@ export declare function createLearningProviderFromDiscriminatorValue(parseNode:
18553
19042
  * @returns {LearningSelfInitiatedCourse}
18554
19043
  */
18555
19044
  export declare function createLearningSelfInitiatedCourseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
19045
+ /**
19046
+ * Creates a new instance of the appropriate class based on discriminator value
19047
+ * @param parseNode The parse node to use to read the discriminator value and create the object
19048
+ * @returns {LevelMapCollectionResponse}
19049
+ */
19050
+ export declare function createLevelMapCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
19051
+ /**
19052
+ * Creates a new instance of the appropriate class based on discriminator value
19053
+ * @param parseNode The parse node to use to read the discriminator value and create the object
19054
+ * @returns {LevelMap}
19055
+ */
19056
+ export declare function createLevelMapFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
18556
19057
  /**
18557
19058
  * Creates a new instance of the appropriate class based on discriminator value
18558
19059
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -18841,6 +19342,12 @@ export declare function createMacOSOfficeSuiteAppFromDiscriminatorValue(parseNod
18841
19342
  * @returns {MailAssessmentRequest}
18842
19343
  */
18843
19344
  export declare function createMailAssessmentRequestFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
19345
+ /**
19346
+ * Creates a new instance of the appropriate class based on discriminator value
19347
+ * @param parseNode The parse node to use to read the discriminator value and create the object
19348
+ * @returns {MailboxDetails}
19349
+ */
19350
+ export declare function createMailboxDetailsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
18844
19351
  /**
18845
19352
  * Creates a new instance of the appropriate class based on discriminator value
18846
19353
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -20125,6 +20632,24 @@ export declare function createOnenoteSectionCollectionResponseFromDiscriminatorV
20125
20632
  * @returns {OnenoteSection}
20126
20633
  */
20127
20634
  export declare function createOnenoteSectionFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
20635
+ /**
20636
+ * Creates a new instance of the appropriate class based on discriminator value
20637
+ * @param parseNode The parse node to use to read the discriminator value and create the object
20638
+ * @returns {OnFraudProtectionLoadStartExternalUsersAuthHandler}
20639
+ */
20640
+ export declare function createOnFraudProtectionLoadStartExternalUsersAuthHandlerFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
20641
+ /**
20642
+ * Creates a new instance of the appropriate class based on discriminator value
20643
+ * @param parseNode The parse node to use to read the discriminator value and create the object
20644
+ * @returns {OnFraudProtectionLoadStartHandler}
20645
+ */
20646
+ export declare function createOnFraudProtectionLoadStartHandlerFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
20647
+ /**
20648
+ * Creates a new instance of the appropriate class based on discriminator value
20649
+ * @param parseNode The parse node to use to read the discriminator value and create the object
20650
+ * @returns {OnFraudProtectionLoadStartListener}
20651
+ */
20652
+ export declare function createOnFraudProtectionLoadStartListenerFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
20128
20653
  /**
20129
20654
  * Creates a new instance of the appropriate class based on discriminator value
20130
20655
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -20767,6 +21292,12 @@ export declare function createPkcs12CertificateInformationFromDiscriminatorValue
20767
21292
  * @returns {Place}
20768
21293
  */
20769
21294
  export declare function createPlaceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
21295
+ /**
21296
+ * Creates a new instance of the appropriate class based on discriminator value
21297
+ * @param parseNode The parse node to use to read the discriminator value and create the object
21298
+ * @returns {PlaceMode}
21299
+ */
21300
+ export declare function createPlaceModeFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
20770
21301
  /**
20771
21302
  * Creates a new instance of the appropriate class based on discriminator value
20772
21303
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -21937,6 +22468,12 @@ export declare function createRequiredResourceAccessFromDiscriminatorValue(parse
21937
22468
  * @returns {ResellerDelegatedAdminRelationship}
21938
22469
  */
21939
22470
  export declare function createResellerDelegatedAdminRelationshipFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
22471
+ /**
22472
+ * Creates a new instance of the appropriate class based on discriminator value
22473
+ * @param parseNode The parse node to use to read the discriminator value and create the object
22474
+ * @returns {ReservablePlaceMode}
22475
+ */
22476
+ export declare function createReservablePlaceModeFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
21940
22477
  /**
21941
22478
  * Creates a new instance of the appropriate class based on discriminator value
21942
22479
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -21955,6 +22492,12 @@ export declare function createResourceAccessFromDiscriminatorValue(parseNode: Pa
21955
22492
  * @returns {ResourceAction}
21956
22493
  */
21957
22494
  export declare function createResourceActionFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
22495
+ /**
22496
+ * Creates a new instance of the appropriate class based on discriminator value
22497
+ * @param parseNode The parse node to use to read the discriminator value and create the object
22498
+ * @returns {ResourceLink}
22499
+ */
22500
+ export declare function createResourceLinkFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
21958
22501
  /**
21959
22502
  * Creates a new instance of the appropriate class based on discriminator value
21960
22503
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -22129,6 +22672,12 @@ export declare function createRiskDetectionCollectionResponseFromDiscriminatorVa
22129
22672
  * @returns {RiskDetection}
22130
22673
  */
22131
22674
  export declare function createRiskDetectionFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
22675
+ /**
22676
+ * Creates a new instance of the appropriate class based on discriminator value
22677
+ * @param parseNode The parse node to use to read the discriminator value and create the object
22678
+ * @returns {RiskPreventionContainer}
22679
+ */
22680
+ export declare function createRiskPreventionContainerFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
22132
22681
  /**
22133
22682
  * Creates a new instance of the appropriate class based on discriminator value
22134
22683
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -22453,6 +23002,18 @@ export declare function createSearchResponseFromDiscriminatorValue(parseNode: Pa
22453
23002
  * @returns {SearchResult}
22454
23003
  */
22455
23004
  export declare function createSearchResultFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
23005
+ /**
23006
+ * Creates a new instance of the appropriate class based on discriminator value
23007
+ * @param parseNode The parse node to use to read the discriminator value and create the object
23008
+ * @returns {SectionCollectionResponse}
23009
+ */
23010
+ export declare function createSectionCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
23011
+ /**
23012
+ * Creates a new instance of the appropriate class based on discriminator value
23013
+ * @param parseNode The parse node to use to read the discriminator value and create the object
23014
+ * @returns {Section}
23015
+ */
23016
+ export declare function createSectionFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
22456
23017
  /**
22457
23018
  * Creates a new instance of the appropriate class based on discriminator value
22458
23019
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -22471,6 +23032,18 @@ export declare function createSectionGroupFromDiscriminatorValue(parseNode: Pars
22471
23032
  * @returns {SectionLinks}
22472
23033
  */
22473
23034
  export declare function createSectionLinksFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
23035
+ /**
23036
+ * Creates a new instance of the appropriate class based on discriminator value
23037
+ * @param parseNode The parse node to use to read the discriminator value and create the object
23038
+ * @returns {SectionMapCollectionResponse}
23039
+ */
23040
+ export declare function createSectionMapCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
23041
+ /**
23042
+ * Creates a new instance of the appropriate class based on discriminator value
23043
+ * @param parseNode The parse node to use to read the discriminator value and create the object
23044
+ * @returns {SectionMap}
23045
+ */
23046
+ export declare function createSectionMapFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
22474
23047
  /**
22475
23048
  * Creates a new instance of the appropriate class based on discriminator value
22476
23049
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -22855,6 +23428,84 @@ export declare function createSharePointIdentitySetFromDiscriminatorValue(parseN
22855
23428
  * @returns {SharepointIds}
22856
23429
  */
22857
23430
  export declare function createSharepointIdsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
23431
+ /**
23432
+ * Creates a new instance of the appropriate class based on discriminator value
23433
+ * @param parseNode The parse node to use to read the discriminator value and create the object
23434
+ * @returns {SharePointMigrationContainerInfo}
23435
+ */
23436
+ export declare function createSharePointMigrationContainerInfoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
23437
+ /**
23438
+ * Creates a new instance of the appropriate class based on discriminator value
23439
+ * @param parseNode The parse node to use to read the discriminator value and create the object
23440
+ * @returns {SharePointMigrationEventCollectionResponse}
23441
+ */
23442
+ export declare function createSharePointMigrationEventCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
23443
+ /**
23444
+ * Creates a new instance of the appropriate class based on discriminator value
23445
+ * @param parseNode The parse node to use to read the discriminator value and create the object
23446
+ * @returns {SharePointMigrationEvent}
23447
+ */
23448
+ export declare function createSharePointMigrationEventFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
23449
+ /**
23450
+ * Creates a new instance of the appropriate class based on discriminator value
23451
+ * @param parseNode The parse node to use to read the discriminator value and create the object
23452
+ * @returns {SharePointMigrationFinishManifestFileUploadEvent}
23453
+ */
23454
+ export declare function createSharePointMigrationFinishManifestFileUploadEventFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
23455
+ /**
23456
+ * Creates a new instance of the appropriate class based on discriminator value
23457
+ * @param parseNode The parse node to use to read the discriminator value and create the object
23458
+ * @returns {SharePointMigrationJobCancelledEvent}
23459
+ */
23460
+ export declare function createSharePointMigrationJobCancelledEventFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
23461
+ /**
23462
+ * Creates a new instance of the appropriate class based on discriminator value
23463
+ * @param parseNode The parse node to use to read the discriminator value and create the object
23464
+ * @returns {SharePointMigrationJobCollectionResponse}
23465
+ */
23466
+ export declare function createSharePointMigrationJobCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
23467
+ /**
23468
+ * Creates a new instance of the appropriate class based on discriminator value
23469
+ * @param parseNode The parse node to use to read the discriminator value and create the object
23470
+ * @returns {SharePointMigrationJobDeletedEvent}
23471
+ */
23472
+ export declare function createSharePointMigrationJobDeletedEventFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
23473
+ /**
23474
+ * Creates a new instance of the appropriate class based on discriminator value
23475
+ * @param parseNode The parse node to use to read the discriminator value and create the object
23476
+ * @returns {SharePointMigrationJobErrorEvent}
23477
+ */
23478
+ export declare function createSharePointMigrationJobErrorEventFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
23479
+ /**
23480
+ * Creates a new instance of the appropriate class based on discriminator value
23481
+ * @param parseNode The parse node to use to read the discriminator value and create the object
23482
+ * @returns {SharePointMigrationJob}
23483
+ */
23484
+ export declare function createSharePointMigrationJobFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
23485
+ /**
23486
+ * Creates a new instance of the appropriate class based on discriminator value
23487
+ * @param parseNode The parse node to use to read the discriminator value and create the object
23488
+ * @returns {SharePointMigrationJobPostponedEvent}
23489
+ */
23490
+ export declare function createSharePointMigrationJobPostponedEventFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
23491
+ /**
23492
+ * Creates a new instance of the appropriate class based on discriminator value
23493
+ * @param parseNode The parse node to use to read the discriminator value and create the object
23494
+ * @returns {SharePointMigrationJobProgressEvent}
23495
+ */
23496
+ export declare function createSharePointMigrationJobProgressEventFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
23497
+ /**
23498
+ * Creates a new instance of the appropriate class based on discriminator value
23499
+ * @param parseNode The parse node to use to read the discriminator value and create the object
23500
+ * @returns {SharePointMigrationJobQueuedEvent}
23501
+ */
23502
+ export declare function createSharePointMigrationJobQueuedEventFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
23503
+ /**
23504
+ * Creates a new instance of the appropriate class based on discriminator value
23505
+ * @param parseNode The parse node to use to read the discriminator value and create the object
23506
+ * @returns {SharePointMigrationJobStartEvent}
23507
+ */
23508
+ export declare function createSharePointMigrationJobStartEventFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
22858
23509
  /**
22859
23510
  * Creates a new instance of the appropriate class based on discriminator value
22860
23511
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -24679,6 +25330,18 @@ export declare function createUnifiedRoleScheduleInstanceBaseFromDiscriminatorVa
24679
25330
  * @returns {UnifiedStorageQuota}
24680
25331
  */
24681
25332
  export declare function createUnifiedStorageQuotaFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
25333
+ /**
25334
+ * Creates a new instance of the appropriate class based on discriminator value
25335
+ * @param parseNode The parse node to use to read the discriminator value and create the object
25336
+ * @returns {UnitMapCollectionResponse}
25337
+ */
25338
+ export declare function createUnitMapCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
25339
+ /**
25340
+ * Creates a new instance of the appropriate class based on discriminator value
25341
+ * @param parseNode The parse node to use to read the discriminator value and create the object
25342
+ * @returns {UnitMap}
25343
+ */
25344
+ export declare function createUnitMapFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
24682
25345
  /**
24683
25346
  * Creates a new instance of the appropriate class based on discriminator value
24684
25347
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -25549,6 +26212,48 @@ export declare function createWatermarkProtectionValuesFromDiscriminatorValue(pa
25549
26212
  * @returns {WebApp}
25550
26213
  */
25551
26214
  export declare function createWebAppFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
26215
+ /**
26216
+ * Creates a new instance of the appropriate class based on discriminator value
26217
+ * @param parseNode The parse node to use to read the discriminator value and create the object
26218
+ * @returns {WebApplicationFirewallDnsConfiguration}
26219
+ */
26220
+ export declare function createWebApplicationFirewallDnsConfigurationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
26221
+ /**
26222
+ * Creates a new instance of the appropriate class based on discriminator value
26223
+ * @param parseNode The parse node to use to read the discriminator value and create the object
26224
+ * @returns {WebApplicationFirewallProviderCollectionResponse}
26225
+ */
26226
+ export declare function createWebApplicationFirewallProviderCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
26227
+ /**
26228
+ * Creates a new instance of the appropriate class based on discriminator value
26229
+ * @param parseNode The parse node to use to read the discriminator value and create the object
26230
+ * @returns {WebApplicationFirewallProvider}
26231
+ */
26232
+ export declare function createWebApplicationFirewallProviderFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
26233
+ /**
26234
+ * Creates a new instance of the appropriate class based on discriminator value
26235
+ * @param parseNode The parse node to use to read the discriminator value and create the object
26236
+ * @returns {WebApplicationFirewallVerificationModelCollectionResponse}
26237
+ */
26238
+ export declare function createWebApplicationFirewallVerificationModelCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
26239
+ /**
26240
+ * Creates a new instance of the appropriate class based on discriminator value
26241
+ * @param parseNode The parse node to use to read the discriminator value and create the object
26242
+ * @returns {WebApplicationFirewallVerificationModel}
26243
+ */
26244
+ export declare function createWebApplicationFirewallVerificationModelFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
26245
+ /**
26246
+ * Creates a new instance of the appropriate class based on discriminator value
26247
+ * @param parseNode The parse node to use to read the discriminator value and create the object
26248
+ * @returns {WebApplicationFirewallVerificationResult}
26249
+ */
26250
+ export declare function createWebApplicationFirewallVerificationResultFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
26251
+ /**
26252
+ * Creates a new instance of the appropriate class based on discriminator value
26253
+ * @param parseNode The parse node to use to read the discriminator value and create the object
26254
+ * @returns {WebApplicationFirewallVerifiedDetails}
26255
+ */
26256
+ export declare function createWebApplicationFirewallVerifiedDetailsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
25552
26257
  /**
25553
26258
  * Creates a new instance of the appropriate class based on discriminator value
25554
26259
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -26533,6 +27238,18 @@ export declare function createWorkingHoursFromDiscriminatorValue(parseNode: Pars
26533
27238
  * @returns {WorkingTimeSchedule}
26534
27239
  */
26535
27240
  export declare function createWorkingTimeScheduleFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
27241
+ /**
27242
+ * Creates a new instance of the appropriate class based on discriminator value
27243
+ * @param parseNode The parse node to use to read the discriminator value and create the object
27244
+ * @returns {WorkspaceCollectionResponse}
27245
+ */
27246
+ export declare function createWorkspaceCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
27247
+ /**
27248
+ * Creates a new instance of the appropriate class based on discriminator value
27249
+ * @param parseNode The parse node to use to read the discriminator value and create the object
27250
+ * @returns {Workspace}
27251
+ */
27252
+ export declare function createWorkspaceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
26536
27253
  /**
26537
27254
  * Creates a new instance of the appropriate class based on discriminator value
26538
27255
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -28424,6 +29141,36 @@ export declare function deserializeIntoAirPrintSettings(airPrintSettings?: Parti
28424
29141
  * @returns {Record<string, (node: ParseNode) => void>}
28425
29142
  */
28426
29143
  export declare function deserializeIntoAiUser(aiUser?: Partial<AiUser> | undefined): Record<string, (node: ParseNode) => void>;
29144
+ /**
29145
+ * The deserialization information for the current model
29146
+ * @param AkamaiAttackGroupActionModel The instance to deserialize into.
29147
+ * @returns {Record<string, (node: ParseNode) => void>}
29148
+ */
29149
+ export declare function deserializeIntoAkamaiAttackGroupActionModel(akamaiAttackGroupActionModel?: Partial<AkamaiAttackGroupActionModel> | undefined): Record<string, (node: ParseNode) => void>;
29150
+ /**
29151
+ * The deserialization information for the current model
29152
+ * @param AkamaiCustomRuleModel The instance to deserialize into.
29153
+ * @returns {Record<string, (node: ParseNode) => void>}
29154
+ */
29155
+ export declare function deserializeIntoAkamaiCustomRuleModel(akamaiCustomRuleModel?: Partial<AkamaiCustomRuleModel> | undefined): Record<string, (node: ParseNode) => void>;
29156
+ /**
29157
+ * The deserialization information for the current model
29158
+ * @param AkamaiRapidRulesModel The instance to deserialize into.
29159
+ * @returns {Record<string, (node: ParseNode) => void>}
29160
+ */
29161
+ export declare function deserializeIntoAkamaiRapidRulesModel(akamaiRapidRulesModel?: Partial<AkamaiRapidRulesModel> | undefined): Record<string, (node: ParseNode) => void>;
29162
+ /**
29163
+ * The deserialization information for the current model
29164
+ * @param AkamaiVerifiedDetailsModel The instance to deserialize into.
29165
+ * @returns {Record<string, (node: ParseNode) => void>}
29166
+ */
29167
+ export declare function deserializeIntoAkamaiVerifiedDetailsModel(akamaiVerifiedDetailsModel?: Partial<AkamaiVerifiedDetailsModel> | undefined): Record<string, (node: ParseNode) => void>;
29168
+ /**
29169
+ * The deserialization information for the current model
29170
+ * @param AkamaiWebApplicationFirewallProvider The instance to deserialize into.
29171
+ * @returns {Record<string, (node: ParseNode) => void>}
29172
+ */
29173
+ export declare function deserializeIntoAkamaiWebApplicationFirewallProvider(akamaiWebApplicationFirewallProvider?: Partial<AkamaiWebApplicationFirewallProvider> | undefined): Record<string, (node: ParseNode) => void>;
28427
29174
  /**
28428
29175
  * The deserialization information for the current model
28429
29176
  * @param Album The instance to deserialize into.
@@ -28856,6 +29603,12 @@ export declare function deserializeIntoAppsInstallationOptionsForWindows(appsIns
28856
29603
  * @returns {Record<string, (node: ParseNode) => void>}
28857
29604
  */
28858
29605
  export declare function deserializeIntoArchivedPrintJob(archivedPrintJob?: Partial<ArchivedPrintJob> | undefined): Record<string, (node: ParseNode) => void>;
29606
+ /**
29607
+ * The deserialization information for the current model
29608
+ * @param ArkoseFraudProtectionProvider The instance to deserialize into.
29609
+ * @returns {Record<string, (node: ParseNode) => void>}
29610
+ */
29611
+ export declare function deserializeIntoArkoseFraudProtectionProvider(arkoseFraudProtectionProvider?: Partial<ArkoseFraudProtectionProvider> | undefined): Record<string, (node: ParseNode) => void>;
28859
29612
  /**
28860
29613
  * The deserialization information for the current model
28861
29614
  * @param ArtifactQuery The instance to deserialize into.
@@ -28874,6 +29627,12 @@ export declare function deserializeIntoAssignedLabel(assignedLabel?: Partial<Ass
28874
29627
  * @returns {Record<string, (node: ParseNode) => void>}
28875
29628
  */
28876
29629
  export declare function deserializeIntoAssignedLicense(assignedLicense?: Partial<AssignedLicense> | undefined): Record<string, (node: ParseNode) => void>;
29630
+ /**
29631
+ * The deserialization information for the current model
29632
+ * @param AssignedPlaceMode The instance to deserialize into.
29633
+ * @returns {Record<string, (node: ParseNode) => void>}
29634
+ */
29635
+ export declare function deserializeIntoAssignedPlaceMode(assignedPlaceMode?: Partial<AssignedPlaceMode> | undefined): Record<string, (node: ParseNode) => void>;
28877
29636
  /**
28878
29637
  * The deserialization information for the current model
28879
29638
  * @param AssignedPlan The instance to deserialize into.
@@ -29540,6 +30299,12 @@ export declare function deserializeIntoBaseItemCollectionResponse(baseItemCollec
29540
30299
  * @returns {Record<string, (node: ParseNode) => void>}
29541
30300
  */
29542
30301
  export declare function deserializeIntoBaseItemVersion(baseItemVersion?: Partial<BaseItemVersion> | undefined): Record<string, (node: ParseNode) => void>;
30302
+ /**
30303
+ * The deserialization information for the current model
30304
+ * @param BaseMapFeature The instance to deserialize into.
30305
+ * @returns {Record<string, (node: ParseNode) => void>}
30306
+ */
30307
+ export declare function deserializeIntoBaseMapFeature(baseMapFeature?: Partial<BaseMapFeature> | undefined): Record<string, (node: ParseNode) => void>;
29543
30308
  /**
29544
30309
  * The deserialization information for the current model
29545
30310
  * @param BaseSitePage The instance to deserialize into.
@@ -29828,6 +30593,24 @@ export declare function deserializeIntoBucketAggregationDefinition(bucketAggrega
29828
30593
  * @returns {Record<string, (node: ParseNode) => void>}
29829
30594
  */
29830
30595
  export declare function deserializeIntoBucketAggregationRange(bucketAggregationRange?: Partial<BucketAggregationRange> | undefined): Record<string, (node: ParseNode) => void>;
30596
+ /**
30597
+ * The deserialization information for the current model
30598
+ * @param Building The instance to deserialize into.
30599
+ * @returns {Record<string, (node: ParseNode) => void>}
30600
+ */
30601
+ export declare function deserializeIntoBuilding(building?: Partial<Building> | undefined): Record<string, (node: ParseNode) => void>;
30602
+ /**
30603
+ * The deserialization information for the current model
30604
+ * @param BuildingCollectionResponse The instance to deserialize into.
30605
+ * @returns {Record<string, (node: ParseNode) => void>}
30606
+ */
30607
+ export declare function deserializeIntoBuildingCollectionResponse(buildingCollectionResponse?: Partial<BuildingCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
30608
+ /**
30609
+ * The deserialization information for the current model
30610
+ * @param BuildingMap The instance to deserialize into.
30611
+ * @returns {Record<string, (node: ParseNode) => void>}
30612
+ */
30613
+ export declare function deserializeIntoBuildingMap(buildingMap?: Partial<BuildingMap> | undefined): Record<string, (node: ParseNode) => void>;
29831
30614
  /**
29832
30615
  * The deserialization information for the current model
29833
30616
  * @param BuiltInIdentityProvider The instance to deserialize into.
@@ -30266,6 +31049,18 @@ export declare function deserializeIntoChatRestrictions(chatRestrictions?: Parti
30266
31049
  * @returns {Record<string, (node: ParseNode) => void>}
30267
31050
  */
30268
31051
  export declare function deserializeIntoChatViewpoint(chatViewpoint?: Partial<ChatViewpoint> | undefined): Record<string, (node: ParseNode) => void>;
31052
+ /**
31053
+ * The deserialization information for the current model
31054
+ * @param CheckInClaim The instance to deserialize into.
31055
+ * @returns {Record<string, (node: ParseNode) => void>}
31056
+ */
31057
+ export declare function deserializeIntoCheckInClaim(checkInClaim?: Partial<CheckInClaim> | undefined): Record<string, (node: ParseNode) => void>;
31058
+ /**
31059
+ * The deserialization information for the current model
31060
+ * @param CheckInClaimCollectionResponse The instance to deserialize into.
31061
+ * @returns {Record<string, (node: ParseNode) => void>}
31062
+ */
31063
+ export declare function deserializeIntoCheckInClaimCollectionResponse(checkInClaimCollectionResponse?: Partial<CheckInClaimCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
30269
31064
  /**
30270
31065
  * The deserialization information for the current model
30271
31066
  * @param ChecklistItem The instance to deserialize into.
@@ -30362,6 +31157,30 @@ export declare function deserializeIntoCloudClipboardRoot(cloudClipboardRoot?: P
30362
31157
  * @returns {Record<string, (node: ParseNode) => void>}
30363
31158
  */
30364
31159
  export declare function deserializeIntoCloudCommunications(cloudCommunications?: Partial<CloudCommunications> | undefined): Record<string, (node: ParseNode) => void>;
31160
+ /**
31161
+ * The deserialization information for the current model
31162
+ * @param CloudFlareRuleModel The instance to deserialize into.
31163
+ * @returns {Record<string, (node: ParseNode) => void>}
31164
+ */
31165
+ export declare function deserializeIntoCloudFlareRuleModel(cloudFlareRuleModel?: Partial<CloudFlareRuleModel> | undefined): Record<string, (node: ParseNode) => void>;
31166
+ /**
31167
+ * The deserialization information for the current model
31168
+ * @param CloudFlareRulesetModel The instance to deserialize into.
31169
+ * @returns {Record<string, (node: ParseNode) => void>}
31170
+ */
31171
+ export declare function deserializeIntoCloudFlareRulesetModel(cloudFlareRulesetModel?: Partial<CloudFlareRulesetModel> | undefined): Record<string, (node: ParseNode) => void>;
31172
+ /**
31173
+ * The deserialization information for the current model
31174
+ * @param CloudFlareVerifiedDetailsModel The instance to deserialize into.
31175
+ * @returns {Record<string, (node: ParseNode) => void>}
31176
+ */
31177
+ export declare function deserializeIntoCloudFlareVerifiedDetailsModel(cloudFlareVerifiedDetailsModel?: Partial<CloudFlareVerifiedDetailsModel> | undefined): Record<string, (node: ParseNode) => void>;
31178
+ /**
31179
+ * The deserialization information for the current model
31180
+ * @param CloudFlareWebApplicationFirewallProvider The instance to deserialize into.
31181
+ * @returns {Record<string, (node: ParseNode) => void>}
31182
+ */
31183
+ export declare function deserializeIntoCloudFlareWebApplicationFirewallProvider(cloudFlareWebApplicationFirewallProvider?: Partial<CloudFlareWebApplicationFirewallProvider> | undefined): Record<string, (node: ParseNode) => void>;
30365
31184
  /**
30366
31185
  * The deserialization information for the current model
30367
31186
  * @param CloudPC The instance to deserialize into.
@@ -31052,6 +31871,12 @@ export declare function deserializeIntoCopilotAdminLimitedMode(copilotAdminLimit
31052
31871
  * @returns {Record<string, (node: ParseNode) => void>}
31053
31872
  */
31054
31873
  export declare function deserializeIntoCopilotAdminSetting(copilotAdminSetting?: Partial<CopilotAdminSetting> | undefined): Record<string, (node: ParseNode) => void>;
31874
+ /**
31875
+ * The deserialization information for the current model
31876
+ * @param CopilotReportRoot The instance to deserialize into.
31877
+ * @returns {Record<string, (node: ParseNode) => void>}
31878
+ */
31879
+ export declare function deserializeIntoCopilotReportRoot(copilotReportRoot?: Partial<CopilotReportRoot> | undefined): Record<string, (node: ParseNode) => void>;
31055
31880
  /**
31056
31881
  * The deserialization information for the current model
31057
31882
  * @param CopyNotebookModel The instance to deserialize into.
@@ -31508,6 +32333,18 @@ export declare function deserializeIntoDeleteUserFromSharedAppleDeviceActionResu
31508
32333
  * @returns {Record<string, (node: ParseNode) => void>}
31509
32334
  */
31510
32335
  export declare function deserializeIntoDeltaParticipants(deltaParticipants?: Partial<DeltaParticipants> | undefined): Record<string, (node: ParseNode) => void>;
32336
+ /**
32337
+ * The deserialization information for the current model
32338
+ * @param Desk The instance to deserialize into.
32339
+ * @returns {Record<string, (node: ParseNode) => void>}
32340
+ */
32341
+ export declare function deserializeIntoDesk(desk?: Partial<Desk> | undefined): Record<string, (node: ParseNode) => void>;
32342
+ /**
32343
+ * The deserialization information for the current model
32344
+ * @param DeskCollectionResponse The instance to deserialize into.
32345
+ * @returns {Record<string, (node: ParseNode) => void>}
32346
+ */
32347
+ export declare function deserializeIntoDeskCollectionResponse(deskCollectionResponse?: Partial<DeskCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
31511
32348
  /**
31512
32349
  * The deserialization information for the current model
31513
32350
  * @param DetailsInfo The instance to deserialize into.
@@ -32336,6 +33173,12 @@ export declare function deserializeIntoDriveRestoreArtifactsBulkAdditionRequest(
32336
33173
  * @returns {Record<string, (node: ParseNode) => void>}
32337
33174
  */
32338
33175
  export declare function deserializeIntoDriveRestoreArtifactsBulkAdditionRequestCollectionResponse(driveRestoreArtifactsBulkAdditionRequestCollectionResponse?: Partial<DriveRestoreArtifactsBulkAdditionRequestCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
33176
+ /**
33177
+ * The deserialization information for the current model
33178
+ * @param DropInPlaceMode The instance to deserialize into.
33179
+ * @returns {Record<string, (node: ParseNode) => void>}
33180
+ */
33181
+ export declare function deserializeIntoDropInPlaceMode(dropInPlaceMode?: Partial<DropInPlaceMode> | undefined): Record<string, (node: ParseNode) => void>;
32339
33182
  /**
32340
33183
  * The deserialization information for the current model
32341
33184
  * @param EBookInstallSummary The instance to deserialize into.
@@ -32570,6 +33413,24 @@ export declare function deserializeIntoEducationGradingCategory(educationGrading
32570
33413
  * @returns {Record<string, (node: ParseNode) => void>}
32571
33414
  */
32572
33415
  export declare function deserializeIntoEducationGradingCategoryCollectionResponse(educationGradingCategoryCollectionResponse?: Partial<EducationGradingCategoryCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
33416
+ /**
33417
+ * The deserialization information for the current model
33418
+ * @param EducationGradingScheme The instance to deserialize into.
33419
+ * @returns {Record<string, (node: ParseNode) => void>}
33420
+ */
33421
+ export declare function deserializeIntoEducationGradingScheme(educationGradingScheme?: Partial<EducationGradingScheme> | undefined): Record<string, (node: ParseNode) => void>;
33422
+ /**
33423
+ * The deserialization information for the current model
33424
+ * @param EducationGradingSchemeCollectionResponse The instance to deserialize into.
33425
+ * @returns {Record<string, (node: ParseNode) => void>}
33426
+ */
33427
+ export declare function deserializeIntoEducationGradingSchemeCollectionResponse(educationGradingSchemeCollectionResponse?: Partial<EducationGradingSchemeCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
33428
+ /**
33429
+ * The deserialization information for the current model
33430
+ * @param EducationGradingSchemeGrade The instance to deserialize into.
33431
+ * @returns {Record<string, (node: ParseNode) => void>}
33432
+ */
33433
+ export declare function deserializeIntoEducationGradingSchemeGrade(educationGradingSchemeGrade?: Partial<EducationGradingSchemeGrade> | undefined): Record<string, (node: ParseNode) => void>;
32573
33434
  /**
32574
33435
  * The deserialization information for the current model
32575
33436
  * @param EducationItemBody The instance to deserialize into.
@@ -32990,6 +33851,30 @@ export declare function deserializeIntoEngagementConversationSystemMessage(engag
32990
33851
  * @returns {Record<string, (node: ParseNode) => void>}
32991
33852
  */
32992
33853
  export declare function deserializeIntoEngagementIdentitySet(engagementIdentitySet?: Partial<EngagementIdentitySet> | undefined): Record<string, (node: ParseNode) => void>;
33854
+ /**
33855
+ * The deserialization information for the current model
33856
+ * @param EngagementRole The instance to deserialize into.
33857
+ * @returns {Record<string, (node: ParseNode) => void>}
33858
+ */
33859
+ export declare function deserializeIntoEngagementRole(engagementRole?: Partial<EngagementRole> | undefined): Record<string, (node: ParseNode) => void>;
33860
+ /**
33861
+ * The deserialization information for the current model
33862
+ * @param EngagementRoleCollectionResponse The instance to deserialize into.
33863
+ * @returns {Record<string, (node: ParseNode) => void>}
33864
+ */
33865
+ export declare function deserializeIntoEngagementRoleCollectionResponse(engagementRoleCollectionResponse?: Partial<EngagementRoleCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
33866
+ /**
33867
+ * The deserialization information for the current model
33868
+ * @param EngagementRoleMember The instance to deserialize into.
33869
+ * @returns {Record<string, (node: ParseNode) => void>}
33870
+ */
33871
+ export declare function deserializeIntoEngagementRoleMember(engagementRoleMember?: Partial<EngagementRoleMember> | undefined): Record<string, (node: ParseNode) => void>;
33872
+ /**
33873
+ * The deserialization information for the current model
33874
+ * @param EngagementRoleMemberCollectionResponse The instance to deserialize into.
33875
+ * @returns {Record<string, (node: ParseNode) => void>}
33876
+ */
33877
+ export declare function deserializeIntoEngagementRoleMemberCollectionResponse(engagementRoleMemberCollectionResponse?: Partial<EngagementRoleMemberCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
32993
33878
  /**
32994
33879
  * The deserialization information for the current model
32995
33880
  * @param EnrollmentConfigurationAssignment The instance to deserialize into.
@@ -33386,6 +34271,30 @@ export declare function deserializeIntoFilterOperatorSchema(filterOperatorSchema
33386
34271
  * @returns {Record<string, (node: ParseNode) => void>}
33387
34272
  */
33388
34273
  export declare function deserializeIntoFilterOperatorSchemaCollectionResponse(filterOperatorSchemaCollectionResponse?: Partial<FilterOperatorSchemaCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
34274
+ /**
34275
+ * The deserialization information for the current model
34276
+ * @param FixtureMap The instance to deserialize into.
34277
+ * @returns {Record<string, (node: ParseNode) => void>}
34278
+ */
34279
+ export declare function deserializeIntoFixtureMap(fixtureMap?: Partial<FixtureMap> | undefined): Record<string, (node: ParseNode) => void>;
34280
+ /**
34281
+ * The deserialization information for the current model
34282
+ * @param FixtureMapCollectionResponse The instance to deserialize into.
34283
+ * @returns {Record<string, (node: ParseNode) => void>}
34284
+ */
34285
+ export declare function deserializeIntoFixtureMapCollectionResponse(fixtureMapCollectionResponse?: Partial<FixtureMapCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
34286
+ /**
34287
+ * The deserialization information for the current model
34288
+ * @param Floor The instance to deserialize into.
34289
+ * @returns {Record<string, (node: ParseNode) => void>}
34290
+ */
34291
+ export declare function deserializeIntoFloor(floor?: Partial<Floor> | undefined): Record<string, (node: ParseNode) => void>;
34292
+ /**
34293
+ * The deserialization information for the current model
34294
+ * @param FloorCollectionResponse The instance to deserialize into.
34295
+ * @returns {Record<string, (node: ParseNode) => void>}
34296
+ */
34297
+ export declare function deserializeIntoFloorCollectionResponse(floorCollectionResponse?: Partial<FloorCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
33389
34298
  /**
33390
34299
  * The deserialization information for the current model
33391
34300
  * @param Folder The instance to deserialize into.
@@ -33404,6 +34313,42 @@ export declare function deserializeIntoFolderView(folderView?: Partial<FolderVie
33404
34313
  * @returns {Record<string, (node: ParseNode) => void>}
33405
34314
  */
33406
34315
  export declare function deserializeIntoFollowupFlag(followupFlag?: Partial<FollowupFlag> | undefined): Record<string, (node: ParseNode) => void>;
34316
+ /**
34317
+ * The deserialization information for the current model
34318
+ * @param FootprintMap The instance to deserialize into.
34319
+ * @returns {Record<string, (node: ParseNode) => void>}
34320
+ */
34321
+ export declare function deserializeIntoFootprintMap(footprintMap?: Partial<FootprintMap> | undefined): Record<string, (node: ParseNode) => void>;
34322
+ /**
34323
+ * The deserialization information for the current model
34324
+ * @param FootprintMapCollectionResponse The instance to deserialize into.
34325
+ * @returns {Record<string, (node: ParseNode) => void>}
34326
+ */
34327
+ export declare function deserializeIntoFootprintMapCollectionResponse(footprintMapCollectionResponse?: Partial<FootprintMapCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
34328
+ /**
34329
+ * The deserialization information for the current model
34330
+ * @param FraudProtectionConfiguration The instance to deserialize into.
34331
+ * @returns {Record<string, (node: ParseNode) => void>}
34332
+ */
34333
+ export declare function deserializeIntoFraudProtectionConfiguration(fraudProtectionConfiguration?: Partial<FraudProtectionConfiguration> | undefined): Record<string, (node: ParseNode) => void>;
34334
+ /**
34335
+ * The deserialization information for the current model
34336
+ * @param FraudProtectionProvider The instance to deserialize into.
34337
+ * @returns {Record<string, (node: ParseNode) => void>}
34338
+ */
34339
+ export declare function deserializeIntoFraudProtectionProvider(fraudProtectionProvider?: Partial<FraudProtectionProvider> | undefined): Record<string, (node: ParseNode) => void>;
34340
+ /**
34341
+ * The deserialization information for the current model
34342
+ * @param FraudProtectionProviderCollectionResponse The instance to deserialize into.
34343
+ * @returns {Record<string, (node: ParseNode) => void>}
34344
+ */
34345
+ export declare function deserializeIntoFraudProtectionProviderCollectionResponse(fraudProtectionProviderCollectionResponse?: Partial<FraudProtectionProviderCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
34346
+ /**
34347
+ * The deserialization information for the current model
34348
+ * @param FraudProtectionProviderConfiguration The instance to deserialize into.
34349
+ * @returns {Record<string, (node: ParseNode) => void>}
34350
+ */
34351
+ export declare function deserializeIntoFraudProtectionProviderConfiguration(fraudProtectionProviderConfiguration?: Partial<FraudProtectionProviderConfiguration> | undefined): Record<string, (node: ParseNode) => void>;
33407
34352
  /**
33408
34353
  * The deserialization information for the current model
33409
34354
  * @param FreeBusyError The instance to deserialize into.
@@ -33584,6 +34529,12 @@ export declare function deserializeIntoHostSecurityState(hostSecurityState?: Par
33584
34529
  * @returns {Record<string, (node: ParseNode) => void>}
33585
34530
  */
33586
34531
  export declare function deserializeIntoHttpRequestEndpoint(httpRequestEndpoint?: Partial<HttpRequestEndpoint> | undefined): Record<string, (node: ParseNode) => void>;
34532
+ /**
34533
+ * The deserialization information for the current model
34534
+ * @param HumanSecurityFraudProtectionProvider The instance to deserialize into.
34535
+ * @returns {Record<string, (node: ParseNode) => void>}
34536
+ */
34537
+ export declare function deserializeIntoHumanSecurityFraudProtectionProvider(humanSecurityFraudProtectionProvider?: Partial<HumanSecurityFraudProtectionProvider> | undefined): Record<string, (node: ParseNode) => void>;
33587
34538
  /**
33588
34539
  * The deserialization information for the current model
33589
34540
  * @param HyperlinkOrPictureColumn The instance to deserialize into.
@@ -33956,12 +34907,6 @@ export declare function deserializeIntoIosCompliancePolicy(iosCompliancePolicy?:
33956
34907
  * @returns {Record<string, (node: ParseNode) => void>}
33957
34908
  */
33958
34909
  export declare function deserializeIntoIosCustomConfiguration(iosCustomConfiguration?: Partial<IosCustomConfiguration> | undefined): Record<string, (node: ParseNode) => void>;
33959
- /**
33960
- * The deserialization information for the current model
33961
- * @param IosDdmLobAppAssignmentSettings The instance to deserialize into.
33962
- * @returns {Record<string, (node: ParseNode) => void>}
33963
- */
33964
- export declare function deserializeIntoIosDdmLobAppAssignmentSettings(iosDdmLobAppAssignmentSettings?: Partial<IosDdmLobAppAssignmentSettings> | undefined): Record<string, (node: ParseNode) => void>;
33965
34910
  /**
33966
34911
  * The deserialization information for the current model
33967
34912
  * @param IosDeviceFeaturesConfiguration The instance to deserialize into.
@@ -34376,6 +35321,18 @@ export declare function deserializeIntoLearningProviderCollectionResponse(learni
34376
35321
  * @returns {Record<string, (node: ParseNode) => void>}
34377
35322
  */
34378
35323
  export declare function deserializeIntoLearningSelfInitiatedCourse(learningSelfInitiatedCourse?: Partial<LearningSelfInitiatedCourse> | undefined): Record<string, (node: ParseNode) => void>;
35324
+ /**
35325
+ * The deserialization information for the current model
35326
+ * @param LevelMap The instance to deserialize into.
35327
+ * @returns {Record<string, (node: ParseNode) => void>}
35328
+ */
35329
+ export declare function deserializeIntoLevelMap(levelMap?: Partial<LevelMap> | undefined): Record<string, (node: ParseNode) => void>;
35330
+ /**
35331
+ * The deserialization information for the current model
35332
+ * @param LevelMapCollectionResponse The instance to deserialize into.
35333
+ * @returns {Record<string, (node: ParseNode) => void>}
35334
+ */
35335
+ export declare function deserializeIntoLevelMapCollectionResponse(levelMapCollectionResponse?: Partial<LevelMapCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
34379
35336
  /**
34380
35337
  * The deserialization information for the current model
34381
35338
  * @param LicenseAssignmentState The instance to deserialize into.
@@ -34664,6 +35621,12 @@ export declare function deserializeIntoMacOSOfficeSuiteApp(macOSOfficeSuiteApp?:
34664
35621
  * @returns {Record<string, (node: ParseNode) => void>}
34665
35622
  */
34666
35623
  export declare function deserializeIntoMailAssessmentRequest(mailAssessmentRequest?: Partial<MailAssessmentRequest> | undefined): Record<string, (node: ParseNode) => void>;
35624
+ /**
35625
+ * The deserialization information for the current model
35626
+ * @param MailboxDetails The instance to deserialize into.
35627
+ * @returns {Record<string, (node: ParseNode) => void>}
35628
+ */
35629
+ export declare function deserializeIntoMailboxDetails(mailboxDetails?: Partial<MailboxDetails> | undefined): Record<string, (node: ParseNode) => void>;
34667
35630
  /**
34668
35631
  * The deserialization information for the current model
34669
35632
  * @param MailboxProtectionRule The instance to deserialize into.
@@ -35948,6 +36911,24 @@ export declare function deserializeIntoOnenoteSection(onenoteSection?: Partial<O
35948
36911
  * @returns {Record<string, (node: ParseNode) => void>}
35949
36912
  */
35950
36913
  export declare function deserializeIntoOnenoteSectionCollectionResponse(onenoteSectionCollectionResponse?: Partial<OnenoteSectionCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
36914
+ /**
36915
+ * The deserialization information for the current model
36916
+ * @param OnFraudProtectionLoadStartExternalUsersAuthHandler The instance to deserialize into.
36917
+ * @returns {Record<string, (node: ParseNode) => void>}
36918
+ */
36919
+ export declare function deserializeIntoOnFraudProtectionLoadStartExternalUsersAuthHandler(onFraudProtectionLoadStartExternalUsersAuthHandler?: Partial<OnFraudProtectionLoadStartExternalUsersAuthHandler> | undefined): Record<string, (node: ParseNode) => void>;
36920
+ /**
36921
+ * The deserialization information for the current model
36922
+ * @param OnFraudProtectionLoadStartHandler The instance to deserialize into.
36923
+ * @returns {Record<string, (node: ParseNode) => void>}
36924
+ */
36925
+ export declare function deserializeIntoOnFraudProtectionLoadStartHandler(onFraudProtectionLoadStartHandler?: Partial<OnFraudProtectionLoadStartHandler> | undefined): Record<string, (node: ParseNode) => void>;
36926
+ /**
36927
+ * The deserialization information for the current model
36928
+ * @param OnFraudProtectionLoadStartListener The instance to deserialize into.
36929
+ * @returns {Record<string, (node: ParseNode) => void>}
36930
+ */
36931
+ export declare function deserializeIntoOnFraudProtectionLoadStartListener(onFraudProtectionLoadStartListener?: Partial<OnFraudProtectionLoadStartListener> | undefined): Record<string, (node: ParseNode) => void>;
35951
36932
  /**
35952
36933
  * The deserialization information for the current model
35953
36934
  * @param OnInteractiveAuthFlowStartExternalUsersSelfServiceSignUp The instance to deserialize into.
@@ -36590,6 +37571,12 @@ export declare function deserializeIntoPkcs12CertificateInformation(pkcs12Certif
36590
37571
  * @returns {Record<string, (node: ParseNode) => void>}
36591
37572
  */
36592
37573
  export declare function deserializeIntoPlace(place?: Partial<Place> | undefined): Record<string, (node: ParseNode) => void>;
37574
+ /**
37575
+ * The deserialization information for the current model
37576
+ * @param PlaceMode The instance to deserialize into.
37577
+ * @returns {Record<string, (node: ParseNode) => void>}
37578
+ */
37579
+ export declare function deserializeIntoPlaceMode(placeMode?: Partial<PlaceMode> | undefined): Record<string, (node: ParseNode) => void>;
36593
37580
  /**
36594
37581
  * The deserialization information for the current model
36595
37582
  * @param Planner The instance to deserialize into.
@@ -37760,6 +38747,12 @@ export declare function deserializeIntoRequiredResourceAccess(requiredResourceAc
37760
38747
  * @returns {Record<string, (node: ParseNode) => void>}
37761
38748
  */
37762
38749
  export declare function deserializeIntoResellerDelegatedAdminRelationship(resellerDelegatedAdminRelationship?: Partial<ResellerDelegatedAdminRelationship> | undefined): Record<string, (node: ParseNode) => void>;
38750
+ /**
38751
+ * The deserialization information for the current model
38752
+ * @param ReservablePlaceMode The instance to deserialize into.
38753
+ * @returns {Record<string, (node: ParseNode) => void>}
38754
+ */
38755
+ export declare function deserializeIntoReservablePlaceMode(reservablePlaceMode?: Partial<ReservablePlaceMode> | undefined): Record<string, (node: ParseNode) => void>;
37763
38756
  /**
37764
38757
  * The deserialization information for the current model
37765
38758
  * @param ResetPasscodeActionResult The instance to deserialize into.
@@ -37778,6 +38771,12 @@ export declare function deserializeIntoResourceAccess(resourceAccess?: Partial<R
37778
38771
  * @returns {Record<string, (node: ParseNode) => void>}
37779
38772
  */
37780
38773
  export declare function deserializeIntoResourceAction(resourceAction?: Partial<ResourceAction> | undefined): Record<string, (node: ParseNode) => void>;
38774
+ /**
38775
+ * The deserialization information for the current model
38776
+ * @param ResourceLink The instance to deserialize into.
38777
+ * @returns {Record<string, (node: ParseNode) => void>}
38778
+ */
38779
+ export declare function deserializeIntoResourceLink(resourceLink?: Partial<ResourceLink> | undefined): Record<string, (node: ParseNode) => void>;
37781
38780
  /**
37782
38781
  * The deserialization information for the current model
37783
38782
  * @param ResourceOperation The instance to deserialize into.
@@ -37952,6 +38951,12 @@ export declare function deserializeIntoRiskDetection(riskDetection?: Partial<Ris
37952
38951
  * @returns {Record<string, (node: ParseNode) => void>}
37953
38952
  */
37954
38953
  export declare function deserializeIntoRiskDetectionCollectionResponse(riskDetectionCollectionResponse?: Partial<RiskDetectionCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
38954
+ /**
38955
+ * The deserialization information for the current model
38956
+ * @param RiskPreventionContainer The instance to deserialize into.
38957
+ * @returns {Record<string, (node: ParseNode) => void>}
38958
+ */
38959
+ export declare function deserializeIntoRiskPreventionContainer(riskPreventionContainer?: Partial<RiskPreventionContainer> | undefined): Record<string, (node: ParseNode) => void>;
37955
38960
  /**
37956
38961
  * The deserialization information for the current model
37957
38962
  * @param RiskServicePrincipalActivity The instance to deserialize into.
@@ -38276,6 +39281,18 @@ export declare function deserializeIntoSearchResponse(searchResponse?: Partial<S
38276
39281
  * @returns {Record<string, (node: ParseNode) => void>}
38277
39282
  */
38278
39283
  export declare function deserializeIntoSearchResult(searchResult?: Partial<SearchResult> | undefined): Record<string, (node: ParseNode) => void>;
39284
+ /**
39285
+ * The deserialization information for the current model
39286
+ * @param Section The instance to deserialize into.
39287
+ * @returns {Record<string, (node: ParseNode) => void>}
39288
+ */
39289
+ export declare function deserializeIntoSection(section?: Partial<Section> | undefined): Record<string, (node: ParseNode) => void>;
39290
+ /**
39291
+ * The deserialization information for the current model
39292
+ * @param SectionCollectionResponse The instance to deserialize into.
39293
+ * @returns {Record<string, (node: ParseNode) => void>}
39294
+ */
39295
+ export declare function deserializeIntoSectionCollectionResponse(sectionCollectionResponse?: Partial<SectionCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
38279
39296
  /**
38280
39297
  * The deserialization information for the current model
38281
39298
  * @param SectionGroup The instance to deserialize into.
@@ -38294,6 +39311,18 @@ export declare function deserializeIntoSectionGroupCollectionResponse(sectionGro
38294
39311
  * @returns {Record<string, (node: ParseNode) => void>}
38295
39312
  */
38296
39313
  export declare function deserializeIntoSectionLinks(sectionLinks?: Partial<SectionLinks> | undefined): Record<string, (node: ParseNode) => void>;
39314
+ /**
39315
+ * The deserialization information for the current model
39316
+ * @param SectionMap The instance to deserialize into.
39317
+ * @returns {Record<string, (node: ParseNode) => void>}
39318
+ */
39319
+ export declare function deserializeIntoSectionMap(sectionMap?: Partial<SectionMap> | undefined): Record<string, (node: ParseNode) => void>;
39320
+ /**
39321
+ * The deserialization information for the current model
39322
+ * @param SectionMapCollectionResponse The instance to deserialize into.
39323
+ * @returns {Record<string, (node: ParseNode) => void>}
39324
+ */
39325
+ export declare function deserializeIntoSectionMapCollectionResponse(sectionMapCollectionResponse?: Partial<SectionMapCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
38297
39326
  /**
38298
39327
  * The deserialization information for the current model
38299
39328
  * @param SecureScore The instance to deserialize into.
@@ -38678,6 +39707,84 @@ export declare function deserializeIntoSharePointIdentitySet(sharePointIdentityS
38678
39707
  * @returns {Record<string, (node: ParseNode) => void>}
38679
39708
  */
38680
39709
  export declare function deserializeIntoSharepointIds(sharepointIds?: Partial<SharepointIds> | undefined): Record<string, (node: ParseNode) => void>;
39710
+ /**
39711
+ * The deserialization information for the current model
39712
+ * @param SharePointMigrationContainerInfo The instance to deserialize into.
39713
+ * @returns {Record<string, (node: ParseNode) => void>}
39714
+ */
39715
+ export declare function deserializeIntoSharePointMigrationContainerInfo(sharePointMigrationContainerInfo?: Partial<SharePointMigrationContainerInfo> | undefined): Record<string, (node: ParseNode) => void>;
39716
+ /**
39717
+ * The deserialization information for the current model
39718
+ * @param SharePointMigrationEvent The instance to deserialize into.
39719
+ * @returns {Record<string, (node: ParseNode) => void>}
39720
+ */
39721
+ export declare function deserializeIntoSharePointMigrationEvent(sharePointMigrationEvent?: Partial<SharePointMigrationEvent> | undefined): Record<string, (node: ParseNode) => void>;
39722
+ /**
39723
+ * The deserialization information for the current model
39724
+ * @param SharePointMigrationEventCollectionResponse The instance to deserialize into.
39725
+ * @returns {Record<string, (node: ParseNode) => void>}
39726
+ */
39727
+ export declare function deserializeIntoSharePointMigrationEventCollectionResponse(sharePointMigrationEventCollectionResponse?: Partial<SharePointMigrationEventCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
39728
+ /**
39729
+ * The deserialization information for the current model
39730
+ * @param SharePointMigrationFinishManifestFileUploadEvent The instance to deserialize into.
39731
+ * @returns {Record<string, (node: ParseNode) => void>}
39732
+ */
39733
+ export declare function deserializeIntoSharePointMigrationFinishManifestFileUploadEvent(sharePointMigrationFinishManifestFileUploadEvent?: Partial<SharePointMigrationFinishManifestFileUploadEvent> | undefined): Record<string, (node: ParseNode) => void>;
39734
+ /**
39735
+ * The deserialization information for the current model
39736
+ * @param SharePointMigrationJob The instance to deserialize into.
39737
+ * @returns {Record<string, (node: ParseNode) => void>}
39738
+ */
39739
+ export declare function deserializeIntoSharePointMigrationJob(sharePointMigrationJob?: Partial<SharePointMigrationJob> | undefined): Record<string, (node: ParseNode) => void>;
39740
+ /**
39741
+ * The deserialization information for the current model
39742
+ * @param SharePointMigrationJobCancelledEvent The instance to deserialize into.
39743
+ * @returns {Record<string, (node: ParseNode) => void>}
39744
+ */
39745
+ export declare function deserializeIntoSharePointMigrationJobCancelledEvent(sharePointMigrationJobCancelledEvent?: Partial<SharePointMigrationJobCancelledEvent> | undefined): Record<string, (node: ParseNode) => void>;
39746
+ /**
39747
+ * The deserialization information for the current model
39748
+ * @param SharePointMigrationJobCollectionResponse The instance to deserialize into.
39749
+ * @returns {Record<string, (node: ParseNode) => void>}
39750
+ */
39751
+ export declare function deserializeIntoSharePointMigrationJobCollectionResponse(sharePointMigrationJobCollectionResponse?: Partial<SharePointMigrationJobCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
39752
+ /**
39753
+ * The deserialization information for the current model
39754
+ * @param SharePointMigrationJobDeletedEvent The instance to deserialize into.
39755
+ * @returns {Record<string, (node: ParseNode) => void>}
39756
+ */
39757
+ export declare function deserializeIntoSharePointMigrationJobDeletedEvent(sharePointMigrationJobDeletedEvent?: Partial<SharePointMigrationJobDeletedEvent> | undefined): Record<string, (node: ParseNode) => void>;
39758
+ /**
39759
+ * The deserialization information for the current model
39760
+ * @param SharePointMigrationJobErrorEvent The instance to deserialize into.
39761
+ * @returns {Record<string, (node: ParseNode) => void>}
39762
+ */
39763
+ export declare function deserializeIntoSharePointMigrationJobErrorEvent(sharePointMigrationJobErrorEvent?: Partial<SharePointMigrationJobErrorEvent> | undefined): Record<string, (node: ParseNode) => void>;
39764
+ /**
39765
+ * The deserialization information for the current model
39766
+ * @param SharePointMigrationJobPostponedEvent The instance to deserialize into.
39767
+ * @returns {Record<string, (node: ParseNode) => void>}
39768
+ */
39769
+ export declare function deserializeIntoSharePointMigrationJobPostponedEvent(sharePointMigrationJobPostponedEvent?: Partial<SharePointMigrationJobPostponedEvent> | undefined): Record<string, (node: ParseNode) => void>;
39770
+ /**
39771
+ * The deserialization information for the current model
39772
+ * @param SharePointMigrationJobProgressEvent The instance to deserialize into.
39773
+ * @returns {Record<string, (node: ParseNode) => void>}
39774
+ */
39775
+ export declare function deserializeIntoSharePointMigrationJobProgressEvent(sharePointMigrationJobProgressEvent?: Partial<SharePointMigrationJobProgressEvent> | undefined): Record<string, (node: ParseNode) => void>;
39776
+ /**
39777
+ * The deserialization information for the current model
39778
+ * @param SharePointMigrationJobQueuedEvent The instance to deserialize into.
39779
+ * @returns {Record<string, (node: ParseNode) => void>}
39780
+ */
39781
+ export declare function deserializeIntoSharePointMigrationJobQueuedEvent(sharePointMigrationJobQueuedEvent?: Partial<SharePointMigrationJobQueuedEvent> | undefined): Record<string, (node: ParseNode) => void>;
39782
+ /**
39783
+ * The deserialization information for the current model
39784
+ * @param SharePointMigrationJobStartEvent The instance to deserialize into.
39785
+ * @returns {Record<string, (node: ParseNode) => void>}
39786
+ */
39787
+ export declare function deserializeIntoSharePointMigrationJobStartEvent(sharePointMigrationJobStartEvent?: Partial<SharePointMigrationJobStartEvent> | undefined): Record<string, (node: ParseNode) => void>;
38681
39788
  /**
38682
39789
  * The deserialization information for the current model
38683
39790
  * @param SharePointOneDriveOptions The instance to deserialize into.
@@ -40502,6 +41609,18 @@ export declare function deserializeIntoUnifiedRoleScheduleInstanceBase(unifiedRo
40502
41609
  * @returns {Record<string, (node: ParseNode) => void>}
40503
41610
  */
40504
41611
  export declare function deserializeIntoUnifiedStorageQuota(unifiedStorageQuota?: Partial<UnifiedStorageQuota> | undefined): Record<string, (node: ParseNode) => void>;
41612
+ /**
41613
+ * The deserialization information for the current model
41614
+ * @param UnitMap The instance to deserialize into.
41615
+ * @returns {Record<string, (node: ParseNode) => void>}
41616
+ */
41617
+ export declare function deserializeIntoUnitMap(unitMap?: Partial<UnitMap> | undefined): Record<string, (node: ParseNode) => void>;
41618
+ /**
41619
+ * The deserialization information for the current model
41620
+ * @param UnitMapCollectionResponse The instance to deserialize into.
41621
+ * @returns {Record<string, (node: ParseNode) => void>}
41622
+ */
41623
+ export declare function deserializeIntoUnitMapCollectionResponse(unitMapCollectionResponse?: Partial<UnitMapCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
40505
41624
  /**
40506
41625
  * The deserialization information for the current model
40507
41626
  * @param UnmuteParticipantOperation The instance to deserialize into.
@@ -41378,6 +42497,48 @@ export declare function deserializeIntoWebApp(webApp?: Partial<WebApp> | undefin
41378
42497
  * @returns {Record<string, (node: ParseNode) => void>}
41379
42498
  */
41380
42499
  export declare function deserializeIntoWebApplication(webApplication?: Partial<WebApplication> | undefined): Record<string, (node: ParseNode) => void>;
42500
+ /**
42501
+ * The deserialization information for the current model
42502
+ * @param WebApplicationFirewallDnsConfiguration The instance to deserialize into.
42503
+ * @returns {Record<string, (node: ParseNode) => void>}
42504
+ */
42505
+ export declare function deserializeIntoWebApplicationFirewallDnsConfiguration(webApplicationFirewallDnsConfiguration?: Partial<WebApplicationFirewallDnsConfiguration> | undefined): Record<string, (node: ParseNode) => void>;
42506
+ /**
42507
+ * The deserialization information for the current model
42508
+ * @param WebApplicationFirewallProvider The instance to deserialize into.
42509
+ * @returns {Record<string, (node: ParseNode) => void>}
42510
+ */
42511
+ export declare function deserializeIntoWebApplicationFirewallProvider(webApplicationFirewallProvider?: Partial<WebApplicationFirewallProvider> | undefined): Record<string, (node: ParseNode) => void>;
42512
+ /**
42513
+ * The deserialization information for the current model
42514
+ * @param WebApplicationFirewallProviderCollectionResponse The instance to deserialize into.
42515
+ * @returns {Record<string, (node: ParseNode) => void>}
42516
+ */
42517
+ export declare function deserializeIntoWebApplicationFirewallProviderCollectionResponse(webApplicationFirewallProviderCollectionResponse?: Partial<WebApplicationFirewallProviderCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
42518
+ /**
42519
+ * The deserialization information for the current model
42520
+ * @param WebApplicationFirewallVerificationModel The instance to deserialize into.
42521
+ * @returns {Record<string, (node: ParseNode) => void>}
42522
+ */
42523
+ export declare function deserializeIntoWebApplicationFirewallVerificationModel(webApplicationFirewallVerificationModel?: Partial<WebApplicationFirewallVerificationModel> | undefined): Record<string, (node: ParseNode) => void>;
42524
+ /**
42525
+ * The deserialization information for the current model
42526
+ * @param WebApplicationFirewallVerificationModelCollectionResponse The instance to deserialize into.
42527
+ * @returns {Record<string, (node: ParseNode) => void>}
42528
+ */
42529
+ export declare function deserializeIntoWebApplicationFirewallVerificationModelCollectionResponse(webApplicationFirewallVerificationModelCollectionResponse?: Partial<WebApplicationFirewallVerificationModelCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
42530
+ /**
42531
+ * The deserialization information for the current model
42532
+ * @param WebApplicationFirewallVerificationResult The instance to deserialize into.
42533
+ * @returns {Record<string, (node: ParseNode) => void>}
42534
+ */
42535
+ export declare function deserializeIntoWebApplicationFirewallVerificationResult(webApplicationFirewallVerificationResult?: Partial<WebApplicationFirewallVerificationResult> | undefined): Record<string, (node: ParseNode) => void>;
42536
+ /**
42537
+ * The deserialization information for the current model
42538
+ * @param WebApplicationFirewallVerifiedDetails The instance to deserialize into.
42539
+ * @returns {Record<string, (node: ParseNode) => void>}
42540
+ */
42541
+ export declare function deserializeIntoWebApplicationFirewallVerifiedDetails(webApplicationFirewallVerifiedDetails?: Partial<WebApplicationFirewallVerifiedDetails> | undefined): Record<string, (node: ParseNode) => void>;
41381
42542
  /**
41382
42543
  * The deserialization information for the current model
41383
42544
  * @param WebPart The instance to deserialize into.
@@ -42356,6 +43517,18 @@ export declare function deserializeIntoWorkingHours(workingHours?: Partial<Worki
42356
43517
  * @returns {Record<string, (node: ParseNode) => void>}
42357
43518
  */
42358
43519
  export declare function deserializeIntoWorkingTimeSchedule(workingTimeSchedule?: Partial<WorkingTimeSchedule> | undefined): Record<string, (node: ParseNode) => void>;
43520
+ /**
43521
+ * The deserialization information for the current model
43522
+ * @param Workspace The instance to deserialize into.
43523
+ * @returns {Record<string, (node: ParseNode) => void>}
43524
+ */
43525
+ export declare function deserializeIntoWorkspace(workspace?: Partial<Workspace> | undefined): Record<string, (node: ParseNode) => void>;
43526
+ /**
43527
+ * The deserialization information for the current model
43528
+ * @param WorkspaceCollectionResponse The instance to deserialize into.
43529
+ * @returns {Record<string, (node: ParseNode) => void>}
43530
+ */
43531
+ export declare function deserializeIntoWorkspaceCollectionResponse(workspaceCollectionResponse?: Partial<WorkspaceCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
42359
43532
  /**
42360
43533
  * The deserialization information for the current model
42361
43534
  * @param X509CertificateAuthenticationMethodConfiguration The instance to deserialize into.
@@ -42392,6 +43565,26 @@ export declare function deserializeIntoX509CertificateRule(x509CertificateRule?:
42392
43565
  * @returns {Record<string, (node: ParseNode) => void>}
42393
43566
  */
42394
43567
  export declare function deserializeIntoX509CertificateUserBinding(x509CertificateUserBinding?: Partial<X509CertificateUserBinding> | undefined): Record<string, (node: ParseNode) => void>;
43568
+ export interface Desk extends Parsable, Place {
43569
+ /**
43570
+ * The displayDeviceName property
43571
+ */
43572
+ displayDeviceName?: string | null;
43573
+ /**
43574
+ * The mailboxDetails property
43575
+ */
43576
+ mailboxDetails?: MailboxDetails | null;
43577
+ /**
43578
+ * The mode property
43579
+ */
43580
+ mode?: PlaceMode | null;
43581
+ }
43582
+ export interface DeskCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
43583
+ /**
43584
+ * The value property
43585
+ */
43586
+ value?: Desk[] | null;
43587
+ }
42395
43588
  export type DestinationType = (typeof DestinationTypeObject)[keyof typeof DestinationTypeObject];
42396
43589
  export interface DetailsInfo extends AdditionalDataHolder, BackedModel, Parsable {
42397
43590
  /**
@@ -45847,6 +47040,8 @@ export interface DriveRestoreArtifactsBulkAdditionRequestCollectionResponse exte
45847
47040
  */
45848
47041
  value?: DriveRestoreArtifactsBulkAdditionRequest[] | null;
45849
47042
  }
47043
+ export interface DropInPlaceMode extends Parsable, PlaceMode {
47044
+ }
45850
47045
  /**
45851
47046
  * Contains properties for the installation summary of a book for a device.
45852
47047
  */
@@ -46114,10 +47309,18 @@ export interface EducationAssignment extends Entity, Parsable {
46114
47309
  * When set, enables users to weight assignments differently when computing a class average grade.
46115
47310
  */
46116
47311
  gradingCategory?: EducationGradingCategory | null;
47312
+ /**
47313
+ * When set, enables users to configure custom string grades based on the percentage of total points earned on this assignment.
47314
+ */
47315
+ gradingScheme?: EducationGradingScheme | null;
46117
47316
  /**
46118
47317
  * Instructions for the assignment. The instructions and the display name tell the student what to do.
46119
47318
  */
46120
47319
  instructions?: EducationItemBody | null;
47320
+ /**
47321
+ * Specifies the language in which UI notifications for the assignment are displayed. If languageTag isn't provided, the default language is en-US. Optional.
47322
+ */
47323
+ languageTag?: string | null;
46121
47324
  /**
46122
47325
  * Who last modified the assignment.
46123
47326
  */
@@ -46147,7 +47350,7 @@ export interface EducationAssignment extends Entity, Parsable {
46147
47350
  */
46148
47351
  rubric?: EducationRubric | null;
46149
47352
  /**
46150
- * Status of the assignment. You can't PATCH this value. Possible values are: draft, scheduled, published, assigned, unknownFutureValue, inactive. Use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: inactive.
47353
+ * Status of the assignment. You can't PATCH this value. Possible values are: draft, scheduled, published, assigned, unknownFutureValue, inactive. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: inactive.
46151
47354
  */
46152
47355
  status?: EducationAssignmentStatus | null;
46153
47356
  /**
@@ -46173,7 +47376,7 @@ export interface EducationAssignmentDefaults extends Entity, Parsable {
46173
47376
  */
46174
47377
  addedStudentAction?: EducationAddedStudentAction | null;
46175
47378
  /**
46176
- * Optional field to control adding assignments to students' and teachers' calendars when the assignment is published. The possible values are: none, studentsAndPublisher, studentsAndTeamOwners, unknownFutureValue, and studentsOnly. Use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: studentsOnly. The default value is none.
47379
+ * Optional field to control adding assignments to students' and teachers' calendars when the assignment is published. The possible values are: none, studentsAndPublisher, studentsAndTeamOwners, unknownFutureValue, and studentsOnly. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: studentsOnly. The default value is none.
46177
47380
  */
46178
47381
  addToCalendarAction?: EducationAddToCalendarOptions | null;
46179
47382
  /**
@@ -46264,10 +47467,18 @@ export interface EducationAssignmentResourceCollectionResponse extends BaseColle
46264
47467
  value?: EducationAssignmentResource[] | null;
46265
47468
  }
46266
47469
  export interface EducationAssignmentSettings extends Entity, Parsable {
47470
+ /**
47471
+ * The default grading scheme for assignments created in this class.
47472
+ */
47473
+ defaultGradingScheme?: EducationGradingScheme | null;
46267
47474
  /**
46268
47475
  * When set, enables users to weight assignments differently when computing a class average grade.
46269
47476
  */
46270
47477
  gradingCategories?: EducationGradingCategory[] | null;
47478
+ /**
47479
+ * The grading schemes that can be attached to assignments created in this class.
47480
+ */
47481
+ gradingSchemes?: EducationGradingScheme[] | null;
46271
47482
  /**
46272
47483
  * Indicates whether to show the turn-in celebration animation. If true, indicates to skip the animation. The default value is false.
46273
47484
  */
@@ -46493,6 +47704,48 @@ export interface EducationGradingCategoryCollectionResponse extends BaseCollecti
46493
47704
  */
46494
47705
  value?: EducationGradingCategory[] | null;
46495
47706
  }
47707
+ export interface EducationGradingScheme extends Entity, Parsable {
47708
+ /**
47709
+ * The name of the grading scheme.
47710
+ */
47711
+ displayName?: string | null;
47712
+ /**
47713
+ * The grades that make up the scheme.
47714
+ */
47715
+ grades?: EducationGradingSchemeGrade[] | null;
47716
+ /**
47717
+ * The display setting for the UI. Indicates whether teachers can grade with points in addition to letter grades.
47718
+ */
47719
+ hidePointsDuringGrading?: boolean | null;
47720
+ }
47721
+ export interface EducationGradingSchemeCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
47722
+ /**
47723
+ * The value property
47724
+ */
47725
+ value?: EducationGradingScheme[] | null;
47726
+ }
47727
+ export interface EducationGradingSchemeGrade extends AdditionalDataHolder, BackedModel, Parsable {
47728
+ /**
47729
+ * Stores model information.
47730
+ */
47731
+ backingStoreEnabled?: boolean | null;
47732
+ /**
47733
+ * The midpoint of the grade range.
47734
+ */
47735
+ defaultPercentage?: number | null;
47736
+ /**
47737
+ * The name of this individual grade.
47738
+ */
47739
+ displayName?: string | null;
47740
+ /**
47741
+ * The minimum percentage of the total points needed to achieve this grade.
47742
+ */
47743
+ minPercentage?: number | null;
47744
+ /**
47745
+ * The OdataType property
47746
+ */
47747
+ odataType?: string | null;
47748
+ }
46496
47749
  export interface EducationItemBody extends AdditionalDataHolder, BackedModel, Parsable {
46497
47750
  /**
46498
47751
  * Stores model information.
@@ -47517,8 +48770,16 @@ export interface EmployeeExperience extends AdditionalDataHolder, BackedModel, P
47517
48770
  * The OdataType property
47518
48771
  */
47519
48772
  odataType?: string | null;
48773
+ /**
48774
+ * A collection of roles in Viva Engage.
48775
+ */
48776
+ roles?: EngagementRole[] | null;
47520
48777
  }
47521
48778
  export interface EmployeeExperienceUser extends Entity, Parsable {
48779
+ /**
48780
+ * Represents the collection of Viva Engage roles assigned to a user.
48781
+ */
48782
+ assignedRoles?: EngagementRole[] | null;
47522
48783
  /**
47523
48784
  * The learningCourseActivities property
47524
48785
  */
@@ -47831,6 +49092,48 @@ export interface EngagementIdentitySet extends IdentitySet, Parsable {
47831
49092
  */
47832
49093
  group?: Identity | null;
47833
49094
  }
49095
+ /**
49096
+ * Represents a Viva Engage role and its members
49097
+ */
49098
+ export interface EngagementRole extends Entity, Parsable {
49099
+ /**
49100
+ * The name of the role.
49101
+ */
49102
+ displayName?: string | null;
49103
+ /**
49104
+ * Users that have this role assigned.
49105
+ */
49106
+ members?: EngagementRoleMember[] | null;
49107
+ }
49108
+ export interface EngagementRoleCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
49109
+ /**
49110
+ * The value property
49111
+ */
49112
+ value?: EngagementRole[] | null;
49113
+ }
49114
+ /**
49115
+ * Entity to represent the assignment of a role to a user.
49116
+ */
49117
+ export interface EngagementRoleMember extends Entity, Parsable {
49118
+ /**
49119
+ * The date and time when the role was assigned to the user. 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.
49120
+ */
49121
+ createdDateTime?: Date | null;
49122
+ /**
49123
+ * The user who has this role assigned.
49124
+ */
49125
+ user?: User | null;
49126
+ /**
49127
+ * The Microsoft Entra ID of the user who has the role assigned.
49128
+ */
49129
+ userId?: string | null;
49130
+ }
49131
+ export interface EngagementRoleMemberCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
49132
+ /**
49133
+ * The value property
49134
+ */
49135
+ value?: EngagementRoleMember[] | null;
49136
+ }
47834
49137
  /**
47835
49138
  * Enrollment Configuration Assignment
47836
49139
  */
@@ -48880,6 +50183,10 @@ export interface FileStorageContainer extends Entity, Parsable {
48880
50183
  * Indicates the lock state of the fileStorageContainer. The possible values are unlocked and lockedReadOnly. Read-only.
48881
50184
  */
48882
50185
  lockState?: SiteLockState | null;
50186
+ /**
50187
+ * The collection of sharePointMigrationJob objects local to the container. Read-write.
50188
+ */
50189
+ migrationJobs?: SharePointMigrationJob[] | null;
48883
50190
  /**
48884
50191
  * The set of permissions for users in the fileStorageContainer. Permission for each user is set by the roles property. The possible values are: reader, writer, manager, and owner. Read-write.
48885
50192
  */
@@ -49068,6 +50375,30 @@ export interface FilterOperatorSchemaCollectionResponse extends BaseCollectionPa
49068
50375
  export type FirewallCertificateRevocationListCheckMethodType = (typeof FirewallCertificateRevocationListCheckMethodTypeObject)[keyof typeof FirewallCertificateRevocationListCheckMethodTypeObject];
49069
50376
  export type FirewallPacketQueueingMethodType = (typeof FirewallPacketQueueingMethodTypeObject)[keyof typeof FirewallPacketQueueingMethodTypeObject];
49070
50377
  export type FirewallPreSharedKeyEncodingMethodType = (typeof FirewallPreSharedKeyEncodingMethodTypeObject)[keyof typeof FirewallPreSharedKeyEncodingMethodTypeObject];
50378
+ export interface FixtureMap extends BaseMapFeature, Parsable {
50379
+ /**
50380
+ * The placeId property
50381
+ */
50382
+ placeId?: string | null;
50383
+ }
50384
+ export interface FixtureMapCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
50385
+ /**
50386
+ * The value property
50387
+ */
50388
+ value?: FixtureMap[] | null;
50389
+ }
50390
+ export interface Floor extends Parsable, Place {
50391
+ /**
50392
+ * The sortOrder property
50393
+ */
50394
+ sortOrder?: number | null;
50395
+ }
50396
+ export interface FloorCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
50397
+ /**
50398
+ * The value property
50399
+ */
50400
+ value?: Floor[] | null;
50401
+ }
49071
50402
  export interface Folder extends AdditionalDataHolder, BackedModel, Parsable {
49072
50403
  /**
49073
50404
  * Stores model information.
@@ -49135,6 +50466,42 @@ export interface FollowupFlag extends AdditionalDataHolder, BackedModel, Parsabl
49135
50466
  startDateTime?: DateTimeTimeZone | null;
49136
50467
  }
49137
50468
  export type FollowupFlagStatus = (typeof FollowupFlagStatusObject)[keyof typeof FollowupFlagStatusObject];
50469
+ export interface FootprintMap extends BaseMapFeature, Parsable {
50470
+ }
50471
+ export interface FootprintMapCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
50472
+ /**
50473
+ * The value property
50474
+ */
50475
+ value?: FootprintMap[] | null;
50476
+ }
50477
+ export interface FraudProtectionConfiguration extends AdditionalDataHolder, BackedModel, Parsable {
50478
+ /**
50479
+ * Stores model information.
50480
+ */
50481
+ backingStoreEnabled?: boolean | null;
50482
+ /**
50483
+ * The OdataType property
50484
+ */
50485
+ odataType?: string | null;
50486
+ }
50487
+ export interface FraudProtectionProvider extends Entity, Parsable {
50488
+ /**
50489
+ * The display name of the fraud protection provider configuration.
50490
+ */
50491
+ displayName?: string | null;
50492
+ }
50493
+ export interface FraudProtectionProviderCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
50494
+ /**
50495
+ * The value property
50496
+ */
50497
+ value?: FraudProtectionProvider[] | null;
50498
+ }
50499
+ export interface FraudProtectionProviderConfiguration extends FraudProtectionConfiguration, Parsable {
50500
+ /**
50501
+ * The fraudProtectionProvider property
50502
+ */
50503
+ fraudProtectionProvider?: FraudProtectionProvider | null;
50504
+ }
49138
50505
  export interface FreeBusyError extends AdditionalDataHolder, BackedModel, Parsable {
49139
50506
  /**
49140
50507
  * Stores model information.
@@ -49741,6 +51108,16 @@ export interface HttpRequestEndpoint extends CustomExtensionEndpointConfiguratio
49741
51108
  */
49742
51109
  targetUrl?: string | null;
49743
51110
  }
51111
+ export interface HumanSecurityFraudProtectionProvider extends FraudProtectionProvider, Parsable {
51112
+ /**
51113
+ * Unique identifier for an individual application. You can retrieve this from the HUMAN Security Admin Console or request it from your HUMAN Security Customer Success Manager.
51114
+ */
51115
+ appId?: string | null;
51116
+ /**
51117
+ * Unique identifier used to authenticate API calls between the Server side integration and the HUMAN platform. You can retrieve this from the HUMAN Security Admin Console or request it from your HUMAN Security Customer Success Manager.
51118
+ */
51119
+ serverToken?: string | null;
51120
+ }
49744
51121
  export interface HyperlinkOrPictureColumn extends AdditionalDataHolder, BackedModel, Parsable {
49745
51122
  /**
49746
51123
  * Stores model information.
@@ -49824,6 +51201,10 @@ export interface IdentityContainer extends Entity, Parsable {
49824
51201
  * The identityProviders property
49825
51202
  */
49826
51203
  identityProviders?: IdentityProviderBase[] | null;
51204
+ /**
51205
+ * Represents the entry point for fraud and risk prevention configurations in Microsoft Entra External ID, including third-party provider settings.
51206
+ */
51207
+ riskPrevention?: RiskPreventionContainer | null;
49827
51208
  /**
49828
51209
  * Represents entry point for identity userflow attributes.
49829
51210
  */
@@ -50805,31 +52186,6 @@ export interface IosCustomConfiguration extends DeviceConfiguration, Parsable {
50805
52186
  */
50806
52187
  payloadName?: string | null;
50807
52188
  }
50808
- /**
50809
- * Contains properties used to assign an iOS iOS Declarative Device Management (DDM) Line Of Business (LOB) mobile app to a group.
50810
- */
50811
- export interface IosDdmLobAppAssignmentSettings extends MobileAppAssignmentSettings, Parsable {
50812
- /**
50813
- * Domain names to associate with the app
50814
- */
50815
- associatedDomains?: string[] | null;
50816
- /**
50817
- * When true, the system allows direct downloads for the AssociatedDomains. When false, the system will not allow direct downloads for the AssociatedDomains. Default is false.
50818
- */
50819
- associatedDomainsDirectDownloadAllowed?: boolean | null;
50820
- /**
50821
- * When true, indicates that the app should not be backed up to iCloud. When false, indicates that the app may be backed up to iCloud. Default is false.
50822
- */
50823
- preventManagedAppBackup?: boolean | null;
50824
- /**
50825
- * When true, the device locks its screen after every transaction that requires a customer’s card PIN. When false, the user can choose the behavior. Default value is false.
50826
- */
50827
- tapToPayScreenLockEnabled?: boolean | null;
50828
- /**
50829
- * The unique identifier of the relay to associate with the app.
50830
- */
50831
- vpnConfigurationId?: string | null;
50832
- }
50833
52189
  /**
50834
52190
  * iOS Device Features Configuration Profile.
50835
52191
  */
@@ -52661,6 +54017,30 @@ export interface LearningSelfInitiatedCourse extends LearningCourseActivity, Par
52661
54017
  startedDateTime?: Date | null;
52662
54018
  }
52663
54019
  export type Level = (typeof LevelObject)[keyof typeof LevelObject];
54020
+ export interface LevelMap extends BaseMapFeature, Parsable {
54021
+ /**
54022
+ * The fixtures property
54023
+ */
54024
+ fixtures?: FixtureMap[] | null;
54025
+ /**
54026
+ * The placeId property
54027
+ */
54028
+ placeId?: string | null;
54029
+ /**
54030
+ * The sections property
54031
+ */
54032
+ sections?: SectionMap[] | null;
54033
+ /**
54034
+ * The units property
54035
+ */
54036
+ units?: UnitMap[] | null;
54037
+ }
54038
+ export interface LevelMapCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
54039
+ /**
54040
+ * The value property
54041
+ */
54042
+ value?: LevelMap[] | null;
54043
+ }
52664
54044
  export interface LicenseAssignmentState extends AdditionalDataHolder, BackedModel, Parsable {
52665
54045
  /**
52666
54046
  * The assignedByGroup property
@@ -53634,6 +55014,24 @@ export interface MailAssessmentRequest extends Parsable, ThreatAssessmentRequest
53634
55014
  */
53635
55015
  recipientEmail?: string | null;
53636
55016
  }
55017
+ export interface MailboxDetails extends AdditionalDataHolder, BackedModel, Parsable {
55018
+ /**
55019
+ * Stores model information.
55020
+ */
55021
+ backingStoreEnabled?: boolean | null;
55022
+ /**
55023
+ * The emailAddress property
55024
+ */
55025
+ emailAddress?: string | null;
55026
+ /**
55027
+ * The externalDirectoryObjectId property
55028
+ */
55029
+ externalDirectoryObjectId?: string | null;
55030
+ /**
55031
+ * The OdataType property
55032
+ */
55033
+ odataType?: string | null;
55034
+ }
53637
55035
  export interface MailboxProtectionRule extends Parsable, ProtectionRuleBase {
53638
55036
  /**
53639
55037
  * Contains a mailbox expression. For examples, see mailboxExpression examples.
@@ -55682,7 +57080,7 @@ export interface Message extends OutlookItem, Parsable {
55682
57080
  */
55683
57081
  uniqueBody?: ItemBody | null;
55684
57082
  /**
55685
- * The URL to open the message in Outlook on the web.You can append an ispopout argument to the end of the URL to change how the message is displayed. If ispopout is not present or if it is set to 1, then the message is shown in a popout window. If ispopout is set to 0, the browser shows the message in the Outlook on the web review pane.The message opens in the browser if you are signed in to your mailbox via Outlook on the web. You are prompted to sign in if you are not already signed in with the browser.This URL cannot be accessed from within an iFrame.
57083
+ * The URL to open the message in Outlook on the web.You can append an ispopout argument to the end of the URL to change how the message is displayed. If ispopout is not present or if it is set to 1, then the message is shown in a popout window. If ispopout is set to 0, the browser shows the message in the Outlook on the web review pane.The message opens in the browser if you are signed in to your mailbox via Outlook on the web. You are prompted to sign in if you are not already signed in with the browser.This URL cannot be accessed from within an iFrame.NOTE: When using this URL to access a message from a mailbox with delegate permissions, both the signed-in user and the target mailbox must be in the same database region. For example, an error is returned when a user with a mailbox in the EUR (Europe) region attempts to access messages from a mailbox in the NAM (North America) region.
55686
57084
  */
55687
57085
  webLink?: string | null;
55688
57086
  }
@@ -57759,6 +59157,28 @@ export interface OnenoteSectionCollectionResponse extends BaseCollectionPaginati
57759
59157
  }
57760
59158
  export type OnenoteSourceService = (typeof OnenoteSourceServiceObject)[keyof typeof OnenoteSourceServiceObject];
57761
59159
  export type OnenoteUserRole = (typeof OnenoteUserRoleObject)[keyof typeof OnenoteUserRoleObject];
59160
+ export interface OnFraudProtectionLoadStartExternalUsersAuthHandler extends OnFraudProtectionLoadStartHandler, Parsable {
59161
+ /**
59162
+ * Specifies the fraud protection configuration for sign-up events.
59163
+ */
59164
+ signUp?: FraudProtectionConfiguration | null;
59165
+ }
59166
+ export interface OnFraudProtectionLoadStartHandler extends AdditionalDataHolder, BackedModel, Parsable {
59167
+ /**
59168
+ * Stores model information.
59169
+ */
59170
+ backingStoreEnabled?: boolean | null;
59171
+ /**
59172
+ * The OdataType property
59173
+ */
59174
+ odataType?: string | null;
59175
+ }
59176
+ export interface OnFraudProtectionLoadStartListener extends AuthenticationEventListener, Parsable {
59177
+ /**
59178
+ * Configuration for what to invoke if the event resolves to this listener.
59179
+ */
59180
+ handler?: OnFraudProtectionLoadStartHandler | null;
59181
+ }
57762
59182
  export interface OnInteractiveAuthFlowStartExternalUsersSelfServiceSignUp extends OnInteractiveAuthFlowStartHandler, Parsable {
57763
59183
  /**
57764
59184
  * Optional. Specifies whether the authentication flow includes an option to sign up (create account) and sign in. Default value is false meaning only sign in is enabled.
@@ -60062,6 +61482,10 @@ export interface Place extends Entity, Parsable {
60062
61482
  * The street address of the place.
60063
61483
  */
60064
61484
  address?: PhysicalAddress | null;
61485
+ /**
61486
+ * The checkIns property
61487
+ */
61488
+ checkIns?: CheckInClaim[] | null;
60065
61489
  /**
60066
61490
  * The name associated with the place.
60067
61491
  */
@@ -60070,10 +61494,36 @@ export interface Place extends Entity, Parsable {
60070
61494
  * Specifies the place location in latitude, longitude, and (optionally) altitude coordinates.
60071
61495
  */
60072
61496
  geoCoordinates?: OutlookGeoCoordinates | null;
61497
+ /**
61498
+ * The isWheelChairAccessible property
61499
+ */
61500
+ isWheelChairAccessible?: boolean | null;
61501
+ /**
61502
+ * The label property
61503
+ */
61504
+ label?: string | null;
61505
+ /**
61506
+ * The parentId property
61507
+ */
61508
+ parentId?: string | null;
60073
61509
  /**
60074
61510
  * The phone number of the place.
60075
61511
  */
60076
61512
  phone?: string | null;
61513
+ /**
61514
+ * The tags property
61515
+ */
61516
+ tags?: string[] | null;
61517
+ }
61518
+ export interface PlaceMode extends AdditionalDataHolder, BackedModel, Parsable {
61519
+ /**
61520
+ * Stores model information.
61521
+ */
61522
+ backingStoreEnabled?: boolean | null;
61523
+ /**
61524
+ * The OdataType property
61525
+ */
61526
+ odataType?: string | null;
60077
61527
  }
60078
61528
  export interface Planner extends Entity, Parsable {
60079
61529
  /**
@@ -60350,7 +61800,7 @@ export interface PlannerPlanContainer extends AdditionalDataHolder, BackedModel,
60350
61800
  */
60351
61801
  odataType?: string | null;
60352
61802
  /**
60353
- * The type of the resource that contains the plan. For supported types, see the previous table. Possible values are: group, unknownFutureValue, roster. Use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: roster. Optional.
61803
+ * The type of the resource that contains the plan. For supported types, see the previous table. Possible values are: group, unknownFutureValue, roster. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: roster. Optional.
60354
61804
  */
60355
61805
  type?: PlannerContainerType | null;
60356
61806
  /**
@@ -64145,6 +65595,8 @@ export interface ResellerDelegatedAdminRelationship extends DelegatedAdminRelati
64145
65595
  */
64146
65596
  isPartnerConsentPending?: boolean | null;
64147
65597
  }
65598
+ export interface ReservablePlaceMode extends Parsable, PlaceMode {
65599
+ }
64148
65600
  /**
64149
65601
  * Reset passcode action result
64150
65602
  */
@@ -64197,6 +65649,29 @@ export interface ResourceAction extends AdditionalDataHolder, BackedModel, Parsa
64197
65649
  */
64198
65650
  odataType?: string | null;
64199
65651
  }
65652
+ export interface ResourceLink extends AdditionalDataHolder, BackedModel, Parsable {
65653
+ /**
65654
+ * Stores model information.
65655
+ */
65656
+ backingStoreEnabled?: boolean | null;
65657
+ /**
65658
+ * The linkType property
65659
+ */
65660
+ linkType?: ResourceLinkType | null;
65661
+ /**
65662
+ * The name property
65663
+ */
65664
+ name?: string | null;
65665
+ /**
65666
+ * The OdataType property
65667
+ */
65668
+ odataType?: string | null;
65669
+ /**
65670
+ * The value property
65671
+ */
65672
+ value?: string | null;
65673
+ }
65674
+ export type ResourceLinkType = (typeof ResourceLinkTypeObject)[keyof typeof ResourceLinkTypeObject];
64200
65675
  /**
64201
65676
  * Describes the resourceOperation resource (entity) of the Microsoft Graph API (REST), which supports Intune workflows related to role-based access control (RBAC).
64202
65677
  */
@@ -64568,7 +66043,7 @@ export interface RestoreSessionBase extends Entity, Parsable {
64568
66043
  */
64569
66044
  restoreSessionArtifactCount?: RestoreSessionArtifactCount | null;
64570
66045
  /**
64571
- * Status of the restore session. The value is an aggregated status of the restored artifacts. The possible values are: draft, activating, active, completedWithError, completed, unknownFutureValue, failed. Use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: failed.
66046
+ * Status of the restore session. The value is an aggregated status of the restored artifacts. The possible values are: draft, activating, active, completedWithError, completed, unknownFutureValue, failed. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: failed.
64572
66047
  */
64573
66048
  status?: RestoreSessionStatus | null;
64574
66049
  }
@@ -64773,7 +66248,7 @@ export interface RiskDetection extends Entity, Parsable {
64773
66248
  */
64774
66249
  requestId?: string | null;
64775
66250
  /**
64776
- * Details of the detected risk. The possible values are: none, adminGeneratedTemporaryPassword, userChangedPasswordOnPremises, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, hidden, adminConfirmedUserCompromised, unknownFutureValue, m365DAdminDismissedDetection. Use the Prefer: include - unknown -enum-members request header to get the following value(s) in this evolvable enum: m365DAdminDismissedDetection.
66251
+ * Details of the detected risk.
64777
66252
  */
64778
66253
  riskDetail?: RiskDetail | null;
64779
66254
  /**
@@ -64818,13 +66293,35 @@ export interface RiskDetectionCollectionResponse extends BaseCollectionPaginatio
64818
66293
  export type RiskDetectionTimingType = (typeof RiskDetectionTimingTypeObject)[keyof typeof RiskDetectionTimingTypeObject];
64819
66294
  export type RiskEventType = (typeof RiskEventTypeObject)[keyof typeof RiskEventTypeObject];
64820
66295
  export type RiskLevel = (typeof RiskLevelObject)[keyof typeof RiskLevelObject];
66296
+ export interface RiskPreventionContainer extends AdditionalDataHolder, BackedModel, Parsable {
66297
+ /**
66298
+ * Stores model information.
66299
+ */
66300
+ backingStoreEnabled?: boolean | null;
66301
+ /**
66302
+ * Represents entry point for fraud protection provider configurations for Microsoft Entra External ID tenants.
66303
+ */
66304
+ fraudProtectionProviders?: FraudProtectionProvider[] | null;
66305
+ /**
66306
+ * The OdataType property
66307
+ */
66308
+ odataType?: string | null;
66309
+ /**
66310
+ * Collection of WAF provider configurations registered in the External ID tenant.
66311
+ */
66312
+ webApplicationFirewallProviders?: WebApplicationFirewallProvider[] | null;
66313
+ /**
66314
+ * Collection of verification operations performed for domains or hosts with WAF providers registered in the External ID tenant.
66315
+ */
66316
+ webApplicationFirewallVerifications?: WebApplicationFirewallVerificationModel[] | null;
66317
+ }
64821
66318
  export interface RiskServicePrincipalActivity extends AdditionalDataHolder, BackedModel, Parsable {
64822
66319
  /**
64823
66320
  * Stores model information.
64824
66321
  */
64825
66322
  backingStoreEnabled?: boolean | null;
64826
66323
  /**
64827
- * Details of the detected risk. Note: Details for this property are only available for Workload Identities Premium customers. Events in tenants without this license will be returned hidden. The possible values are: none, hidden, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal. Use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: adminConfirmedServicePrincipalCompromised , adminDismissedAllRiskForServicePrincipal.
66324
+ * Details of the detected risk. Note: Details for this property are only available for Workload Identities Premium customers. Events in tenants without this license will be returned hidden.
64828
66325
  */
64829
66326
  detail?: RiskDetail | null;
64830
66327
  /**
@@ -64843,7 +66340,7 @@ export interface RiskUserActivity extends AdditionalDataHolder, BackedModel, Par
64843
66340
  */
64844
66341
  backingStoreEnabled?: boolean | null;
64845
66342
  /**
64846
- * 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.
66343
+ * For more information, see riskDetail.
64847
66344
  */
64848
66345
  detail?: RiskDetail | null;
64849
66346
  /**
@@ -64877,7 +66374,7 @@ export interface RiskyServicePrincipal extends Entity, Parsable {
64877
66374
  */
64878
66375
  isProcessing?: boolean | null;
64879
66376
  /**
64880
- * Details of the detected risk. Note: Details for this property are only available for Workload Identities Premium customers. Events in tenants without this license will be returned hidden. The possible values are: none, hidden, unknownFutureValue, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal. Use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: adminConfirmedServicePrincipalCompromised , adminDismissedAllRiskForServicePrincipal.
66377
+ * Details of the detected risk. Note: Details for this property are only available for Workload Identities Premium customers. Events in tenants without this license will be returned hidden.
64881
66378
  */
64882
66379
  riskDetail?: RiskDetail | null;
64883
66380
  /**
@@ -64933,7 +66430,7 @@ export interface RiskyUser extends Entity, Parsable {
64933
66430
  */
64934
66431
  isProcessing?: boolean | null;
64935
66432
  /**
64936
- * The possible values are none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, hidden, adminConfirmedUserCompromised, unknownFutureValue, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal, m365DAdminDismissedDetection, userChangedPasswordOnPremises, adminDismissedRiskForSignIn, adminConfirmedAccountSafe. Use the Prefer: include-unknown-enum-members request header to get the following value or values in this evolvable enum: adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal, m365DAdminDismissedDetection, userChangedPasswordOnPremises, adminDismissedRiskForSignIn, adminConfirmedAccountSafe.
66433
+ * Details of the detected risk.
64937
66434
  */
64938
66435
  riskDetail?: RiskDetail | null;
64939
66436
  /**
@@ -65109,22 +66606,10 @@ export interface Room extends Parsable, Place {
65109
66606
  * Specifies the floor number that the room is on.
65110
66607
  */
65111
66608
  floorNumber?: number | null;
65112
- /**
65113
- * Specifies whether the room is wheelchair accessible.
65114
- */
65115
- isWheelChairAccessible?: boolean | null;
65116
- /**
65117
- * Specifies a descriptive label for the room, for example, a number or name.
65118
- */
65119
- label?: string | null;
65120
66609
  /**
65121
66610
  * Specifies a nickname for the room, for example, 'conf room'.
65122
66611
  */
65123
66612
  nickname?: string | null;
65124
- /**
65125
- * Specifies other features of the room, for example, details like the type of view or furniture type.
65126
- */
65127
- tags?: string[] | null;
65128
66613
  /**
65129
66614
  * Specifies the name of the video device in the room.
65130
66615
  */
@@ -65145,6 +66630,10 @@ export interface RoomList extends Parsable, Place {
65145
66630
  * The rooms property
65146
66631
  */
65147
66632
  rooms?: Room[] | null;
66633
+ /**
66634
+ * The workspaces property
66635
+ */
66636
+ workspaces?: Workspace[] | null;
65148
66637
  }
65149
66638
  export interface RoomListCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
65150
66639
  /**
@@ -65864,7 +67353,7 @@ export interface SearchRequest extends AdditionalDataHolder, BackedModel, Parsab
65864
67353
  */
65865
67354
  enableTopResults?: boolean | null;
65866
67355
  /**
65867
- * One or more types of resources expected in the response. Possible values are: event, message, driveItem, externalItem, site, list, listItem, drive, chatMessage, person, acronym, bookmark. Use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: chatMessage, person, acronym, bookmark. See known limitations for those combinations of two or more entity types that are supported in the same search request. Required.
67356
+ * One or more types of resources expected in the response. Possible values are: event, message, driveItem, externalItem, site, list, listItem, drive, chatMessage, person, acronym, bookmark. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: chatMessage, person, acronym, bookmark. See known limitations for those combinations of two or more entity types that are supported in the same search request. Required.
65868
67357
  */
65869
67358
  entityTypes?: EntityType[] | null;
65870
67359
  /**
@@ -65948,6 +67437,14 @@ export interface SearchResult extends AdditionalDataHolder, BackedModel, Parsabl
65948
67437
  */
65949
67438
  onClickTelemetryUrl?: string | null;
65950
67439
  }
67440
+ export interface Section extends Parsable, Place {
67441
+ }
67442
+ export interface SectionCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
67443
+ /**
67444
+ * The value property
67445
+ */
67446
+ value?: Section[] | null;
67447
+ }
65951
67448
  export type SectionEmphasisType = (typeof SectionEmphasisTypeObject)[keyof typeof SectionEmphasisTypeObject];
65952
67449
  export interface SectionGroup extends OnenoteEntityHierarchyModel, Parsable {
65953
67450
  /**
@@ -65999,6 +67496,18 @@ export interface SectionLinks extends AdditionalDataHolder, BackedModel, Parsabl
65999
67496
  */
66000
67497
  oneNoteWebUrl?: ExternalLink | null;
66001
67498
  }
67499
+ export interface SectionMap extends BaseMapFeature, Parsable {
67500
+ /**
67501
+ * The placeId property
67502
+ */
67503
+ placeId?: string | null;
67504
+ }
67505
+ export interface SectionMapCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
67506
+ /**
67507
+ * The value property
67508
+ */
67509
+ value?: SectionMap[] | null;
67510
+ }
66002
67511
  export interface SecureScore extends Entity, Parsable {
66003
67512
  /**
66004
67513
  * Active user count of the given tenant.
@@ -67275,6 +68784,41 @@ export declare function serializeAirPrintSettings(writer: SerializationWriter, a
67275
68784
  * @param writer Serialization writer to use to serialize this model
67276
68785
  */
67277
68786
  export declare function serializeAiUser(writer: SerializationWriter, aiUser?: Partial<AiUser> | undefined | null, isSerializingDerivedType?: boolean): void;
68787
+ /**
68788
+ * Serializes information the current object
68789
+ * @param AkamaiAttackGroupActionModel The instance to serialize from.
68790
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
68791
+ * @param writer Serialization writer to use to serialize this model
68792
+ */
68793
+ export declare function serializeAkamaiAttackGroupActionModel(writer: SerializationWriter, akamaiAttackGroupActionModel?: Partial<AkamaiAttackGroupActionModel> | undefined | null, isSerializingDerivedType?: boolean): void;
68794
+ /**
68795
+ * Serializes information the current object
68796
+ * @param AkamaiCustomRuleModel The instance to serialize from.
68797
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
68798
+ * @param writer Serialization writer to use to serialize this model
68799
+ */
68800
+ export declare function serializeAkamaiCustomRuleModel(writer: SerializationWriter, akamaiCustomRuleModel?: Partial<AkamaiCustomRuleModel> | undefined | null, isSerializingDerivedType?: boolean): void;
68801
+ /**
68802
+ * Serializes information the current object
68803
+ * @param AkamaiRapidRulesModel The instance to serialize from.
68804
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
68805
+ * @param writer Serialization writer to use to serialize this model
68806
+ */
68807
+ export declare function serializeAkamaiRapidRulesModel(writer: SerializationWriter, akamaiRapidRulesModel?: Partial<AkamaiRapidRulesModel> | undefined | null, isSerializingDerivedType?: boolean): void;
68808
+ /**
68809
+ * Serializes information the current object
68810
+ * @param AkamaiVerifiedDetailsModel The instance to serialize from.
68811
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
68812
+ * @param writer Serialization writer to use to serialize this model
68813
+ */
68814
+ export declare function serializeAkamaiVerifiedDetailsModel(writer: SerializationWriter, akamaiVerifiedDetailsModel?: Partial<AkamaiVerifiedDetailsModel> | undefined | null, isSerializingDerivedType?: boolean): void;
68815
+ /**
68816
+ * Serializes information the current object
68817
+ * @param AkamaiWebApplicationFirewallProvider The instance to serialize from.
68818
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
68819
+ * @param writer Serialization writer to use to serialize this model
68820
+ */
68821
+ export declare function serializeAkamaiWebApplicationFirewallProvider(writer: SerializationWriter, akamaiWebApplicationFirewallProvider?: Partial<AkamaiWebApplicationFirewallProvider> | undefined | null, isSerializingDerivedType?: boolean): void;
67278
68822
  /**
67279
68823
  * Serializes information the current object
67280
68824
  * @param Album The instance to serialize from.
@@ -67779,6 +69323,13 @@ export declare function serializeAppsInstallationOptionsForWindows(writer: Seria
67779
69323
  * @param writer Serialization writer to use to serialize this model
67780
69324
  */
67781
69325
  export declare function serializeArchivedPrintJob(writer: SerializationWriter, archivedPrintJob?: Partial<ArchivedPrintJob> | undefined | null, isSerializingDerivedType?: boolean): void;
69326
+ /**
69327
+ * Serializes information the current object
69328
+ * @param ArkoseFraudProtectionProvider The instance to serialize from.
69329
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
69330
+ * @param writer Serialization writer to use to serialize this model
69331
+ */
69332
+ export declare function serializeArkoseFraudProtectionProvider(writer: SerializationWriter, arkoseFraudProtectionProvider?: Partial<ArkoseFraudProtectionProvider> | undefined | null, isSerializingDerivedType?: boolean): void;
67782
69333
  /**
67783
69334
  * Serializes information the current object
67784
69335
  * @param ArtifactQuery The instance to serialize from.
@@ -67800,6 +69351,13 @@ export declare function serializeAssignedLabel(writer: SerializationWriter, assi
67800
69351
  * @param writer Serialization writer to use to serialize this model
67801
69352
  */
67802
69353
  export declare function serializeAssignedLicense(writer: SerializationWriter, assignedLicense?: Partial<AssignedLicense> | undefined | null, isSerializingDerivedType?: boolean): void;
69354
+ /**
69355
+ * Serializes information the current object
69356
+ * @param AssignedPlaceMode The instance to serialize from.
69357
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
69358
+ * @param writer Serialization writer to use to serialize this model
69359
+ */
69360
+ export declare function serializeAssignedPlaceMode(writer: SerializationWriter, assignedPlaceMode?: Partial<AssignedPlaceMode> | undefined | null, isSerializingDerivedType?: boolean): void;
67803
69361
  /**
67804
69362
  * Serializes information the current object
67805
69363
  * @param AssignedPlan The instance to serialize from.
@@ -68577,6 +70135,13 @@ export declare function serializeBaseItemCollectionResponse(writer: Serializatio
68577
70135
  * @param writer Serialization writer to use to serialize this model
68578
70136
  */
68579
70137
  export declare function serializeBaseItemVersion(writer: SerializationWriter, baseItemVersion?: Partial<BaseItemVersion> | undefined | null, isSerializingDerivedType?: boolean): void;
70138
+ /**
70139
+ * Serializes information the current object
70140
+ * @param BaseMapFeature The instance to serialize from.
70141
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
70142
+ * @param writer Serialization writer to use to serialize this model
70143
+ */
70144
+ export declare function serializeBaseMapFeature(writer: SerializationWriter, baseMapFeature?: Partial<BaseMapFeature> | undefined | null, isSerializingDerivedType?: boolean): void;
68580
70145
  /**
68581
70146
  * Serializes information the current object
68582
70147
  * @param BaseSitePage The instance to serialize from.
@@ -68913,6 +70478,27 @@ export declare function serializeBucketAggregationDefinition(writer: Serializati
68913
70478
  * @param writer Serialization writer to use to serialize this model
68914
70479
  */
68915
70480
  export declare function serializeBucketAggregationRange(writer: SerializationWriter, bucketAggregationRange?: Partial<BucketAggregationRange> | undefined | null, isSerializingDerivedType?: boolean): void;
70481
+ /**
70482
+ * Serializes information the current object
70483
+ * @param Building The instance to serialize from.
70484
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
70485
+ * @param writer Serialization writer to use to serialize this model
70486
+ */
70487
+ export declare function serializeBuilding(writer: SerializationWriter, building?: Partial<Building> | undefined | null, isSerializingDerivedType?: boolean): void;
70488
+ /**
70489
+ * Serializes information the current object
70490
+ * @param BuildingCollectionResponse The instance to serialize from.
70491
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
70492
+ * @param writer Serialization writer to use to serialize this model
70493
+ */
70494
+ export declare function serializeBuildingCollectionResponse(writer: SerializationWriter, buildingCollectionResponse?: Partial<BuildingCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
70495
+ /**
70496
+ * Serializes information the current object
70497
+ * @param BuildingMap The instance to serialize from.
70498
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
70499
+ * @param writer Serialization writer to use to serialize this model
70500
+ */
70501
+ export declare function serializeBuildingMap(writer: SerializationWriter, buildingMap?: Partial<BuildingMap> | undefined | null, isSerializingDerivedType?: boolean): void;
68916
70502
  /**
68917
70503
  * Serializes information the current object
68918
70504
  * @param BuiltInIdentityProvider The instance to serialize from.
@@ -69424,6 +71010,20 @@ export declare function serializeChatRestrictions(writer: SerializationWriter, c
69424
71010
  * @param writer Serialization writer to use to serialize this model
69425
71011
  */
69426
71012
  export declare function serializeChatViewpoint(writer: SerializationWriter, chatViewpoint?: Partial<ChatViewpoint> | undefined | null, isSerializingDerivedType?: boolean): void;
71013
+ /**
71014
+ * Serializes information the current object
71015
+ * @param CheckInClaim The instance to serialize from.
71016
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
71017
+ * @param writer Serialization writer to use to serialize this model
71018
+ */
71019
+ export declare function serializeCheckInClaim(writer: SerializationWriter, checkInClaim?: Partial<CheckInClaim> | undefined | null, isSerializingDerivedType?: boolean): void;
71020
+ /**
71021
+ * Serializes information the current object
71022
+ * @param CheckInClaimCollectionResponse The instance to serialize from.
71023
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
71024
+ * @param writer Serialization writer to use to serialize this model
71025
+ */
71026
+ export declare function serializeCheckInClaimCollectionResponse(writer: SerializationWriter, checkInClaimCollectionResponse?: Partial<CheckInClaimCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
69427
71027
  /**
69428
71028
  * Serializes information the current object
69429
71029
  * @param ChecklistItem The instance to serialize from.
@@ -69536,6 +71136,34 @@ export declare function serializeCloudClipboardRoot(writer: SerializationWriter,
69536
71136
  * @param writer Serialization writer to use to serialize this model
69537
71137
  */
69538
71138
  export declare function serializeCloudCommunications(writer: SerializationWriter, cloudCommunications?: Partial<CloudCommunications> | undefined | null, isSerializingDerivedType?: boolean): void;
71139
+ /**
71140
+ * Serializes information the current object
71141
+ * @param CloudFlareRuleModel The instance to serialize from.
71142
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
71143
+ * @param writer Serialization writer to use to serialize this model
71144
+ */
71145
+ export declare function serializeCloudFlareRuleModel(writer: SerializationWriter, cloudFlareRuleModel?: Partial<CloudFlareRuleModel> | undefined | null, isSerializingDerivedType?: boolean): void;
71146
+ /**
71147
+ * Serializes information the current object
71148
+ * @param CloudFlareRulesetModel The instance to serialize from.
71149
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
71150
+ * @param writer Serialization writer to use to serialize this model
71151
+ */
71152
+ export declare function serializeCloudFlareRulesetModel(writer: SerializationWriter, cloudFlareRulesetModel?: Partial<CloudFlareRulesetModel> | undefined | null, isSerializingDerivedType?: boolean): void;
71153
+ /**
71154
+ * Serializes information the current object
71155
+ * @param CloudFlareVerifiedDetailsModel The instance to serialize from.
71156
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
71157
+ * @param writer Serialization writer to use to serialize this model
71158
+ */
71159
+ export declare function serializeCloudFlareVerifiedDetailsModel(writer: SerializationWriter, cloudFlareVerifiedDetailsModel?: Partial<CloudFlareVerifiedDetailsModel> | undefined | null, isSerializingDerivedType?: boolean): void;
71160
+ /**
71161
+ * Serializes information the current object
71162
+ * @param CloudFlareWebApplicationFirewallProvider The instance to serialize from.
71163
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
71164
+ * @param writer Serialization writer to use to serialize this model
71165
+ */
71166
+ export declare function serializeCloudFlareWebApplicationFirewallProvider(writer: SerializationWriter, cloudFlareWebApplicationFirewallProvider?: Partial<CloudFlareWebApplicationFirewallProvider> | undefined | null, isSerializingDerivedType?: boolean): void;
69539
71167
  /**
69540
71168
  * Serializes information the current object
69541
71169
  * @param CloudPC The instance to serialize from.
@@ -70341,6 +71969,13 @@ export declare function serializeCopilotAdminLimitedMode(writer: SerializationWr
70341
71969
  * @param writer Serialization writer to use to serialize this model
70342
71970
  */
70343
71971
  export declare function serializeCopilotAdminSetting(writer: SerializationWriter, copilotAdminSetting?: Partial<CopilotAdminSetting> | undefined | null, isSerializingDerivedType?: boolean): void;
71972
+ /**
71973
+ * Serializes information the current object
71974
+ * @param CopilotReportRoot The instance to serialize from.
71975
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
71976
+ * @param writer Serialization writer to use to serialize this model
71977
+ */
71978
+ export declare function serializeCopilotReportRoot(writer: SerializationWriter, copilotReportRoot?: Partial<CopilotReportRoot> | undefined | null, isSerializingDerivedType?: boolean): void;
70344
71979
  /**
70345
71980
  * Serializes information the current object
70346
71981
  * @param CopyNotebookModel The instance to serialize from.
@@ -70873,6 +72508,20 @@ export declare function serializeDeleteUserFromSharedAppleDeviceActionResult(wri
70873
72508
  * @param writer Serialization writer to use to serialize this model
70874
72509
  */
70875
72510
  export declare function serializeDeltaParticipants(writer: SerializationWriter, deltaParticipants?: Partial<DeltaParticipants> | undefined | null, isSerializingDerivedType?: boolean): void;
72511
+ /**
72512
+ * Serializes information the current object
72513
+ * @param Desk The instance to serialize from.
72514
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
72515
+ * @param writer Serialization writer to use to serialize this model
72516
+ */
72517
+ export declare function serializeDesk(writer: SerializationWriter, desk?: Partial<Desk> | undefined | null, isSerializingDerivedType?: boolean): void;
72518
+ /**
72519
+ * Serializes information the current object
72520
+ * @param DeskCollectionResponse The instance to serialize from.
72521
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
72522
+ * @param writer Serialization writer to use to serialize this model
72523
+ */
72524
+ export declare function serializeDeskCollectionResponse(writer: SerializationWriter, deskCollectionResponse?: Partial<DeskCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
70876
72525
  /**
70877
72526
  * Serializes information the current object
70878
72527
  * @param DetailsInfo The instance to serialize from.
@@ -71839,6 +73488,13 @@ export declare function serializeDriveRestoreArtifactsBulkAdditionRequest(writer
71839
73488
  * @param writer Serialization writer to use to serialize this model
71840
73489
  */
71841
73490
  export declare function serializeDriveRestoreArtifactsBulkAdditionRequestCollectionResponse(writer: SerializationWriter, driveRestoreArtifactsBulkAdditionRequestCollectionResponse?: Partial<DriveRestoreArtifactsBulkAdditionRequestCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
73491
+ /**
73492
+ * Serializes information the current object
73493
+ * @param DropInPlaceMode The instance to serialize from.
73494
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
73495
+ * @param writer Serialization writer to use to serialize this model
73496
+ */
73497
+ export declare function serializeDropInPlaceMode(writer: SerializationWriter, dropInPlaceMode?: Partial<DropInPlaceMode> | undefined | null, isSerializingDerivedType?: boolean): void;
71842
73498
  /**
71843
73499
  * Serializes information the current object
71844
73500
  * @param EBookInstallSummary The instance to serialize from.
@@ -72112,6 +73768,27 @@ export declare function serializeEducationGradingCategory(writer: SerializationW
72112
73768
  * @param writer Serialization writer to use to serialize this model
72113
73769
  */
72114
73770
  export declare function serializeEducationGradingCategoryCollectionResponse(writer: SerializationWriter, educationGradingCategoryCollectionResponse?: Partial<EducationGradingCategoryCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
73771
+ /**
73772
+ * Serializes information the current object
73773
+ * @param EducationGradingScheme The instance to serialize from.
73774
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
73775
+ * @param writer Serialization writer to use to serialize this model
73776
+ */
73777
+ export declare function serializeEducationGradingScheme(writer: SerializationWriter, educationGradingScheme?: Partial<EducationGradingScheme> | undefined | null, isSerializingDerivedType?: boolean): void;
73778
+ /**
73779
+ * Serializes information the current object
73780
+ * @param EducationGradingSchemeCollectionResponse The instance to serialize from.
73781
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
73782
+ * @param writer Serialization writer to use to serialize this model
73783
+ */
73784
+ export declare function serializeEducationGradingSchemeCollectionResponse(writer: SerializationWriter, educationGradingSchemeCollectionResponse?: Partial<EducationGradingSchemeCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
73785
+ /**
73786
+ * Serializes information the current object
73787
+ * @param EducationGradingSchemeGrade The instance to serialize from.
73788
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
73789
+ * @param writer Serialization writer to use to serialize this model
73790
+ */
73791
+ export declare function serializeEducationGradingSchemeGrade(writer: SerializationWriter, educationGradingSchemeGrade?: Partial<EducationGradingSchemeGrade> | undefined | null, isSerializingDerivedType?: boolean): void;
72115
73792
  /**
72116
73793
  * Serializes information the current object
72117
73794
  * @param EducationItemBody The instance to serialize from.
@@ -72602,6 +74279,34 @@ export declare function serializeEngagementConversationSystemMessage(writer: Ser
72602
74279
  * @param writer Serialization writer to use to serialize this model
72603
74280
  */
72604
74281
  export declare function serializeEngagementIdentitySet(writer: SerializationWriter, engagementIdentitySet?: Partial<EngagementIdentitySet> | undefined | null, isSerializingDerivedType?: boolean): void;
74282
+ /**
74283
+ * Serializes information the current object
74284
+ * @param EngagementRole The instance to serialize from.
74285
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
74286
+ * @param writer Serialization writer to use to serialize this model
74287
+ */
74288
+ export declare function serializeEngagementRole(writer: SerializationWriter, engagementRole?: Partial<EngagementRole> | undefined | null, isSerializingDerivedType?: boolean): void;
74289
+ /**
74290
+ * Serializes information the current object
74291
+ * @param EngagementRoleCollectionResponse The instance to serialize from.
74292
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
74293
+ * @param writer Serialization writer to use to serialize this model
74294
+ */
74295
+ export declare function serializeEngagementRoleCollectionResponse(writer: SerializationWriter, engagementRoleCollectionResponse?: Partial<EngagementRoleCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
74296
+ /**
74297
+ * Serializes information the current object
74298
+ * @param EngagementRoleMember The instance to serialize from.
74299
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
74300
+ * @param writer Serialization writer to use to serialize this model
74301
+ */
74302
+ export declare function serializeEngagementRoleMember(writer: SerializationWriter, engagementRoleMember?: Partial<EngagementRoleMember> | undefined | null, isSerializingDerivedType?: boolean): void;
74303
+ /**
74304
+ * Serializes information the current object
74305
+ * @param EngagementRoleMemberCollectionResponse The instance to serialize from.
74306
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
74307
+ * @param writer Serialization writer to use to serialize this model
74308
+ */
74309
+ export declare function serializeEngagementRoleMemberCollectionResponse(writer: SerializationWriter, engagementRoleMemberCollectionResponse?: Partial<EngagementRoleMemberCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
72605
74310
  /**
72606
74311
  * Serializes information the current object
72607
74312
  * @param EnrollmentConfigurationAssignment The instance to serialize from.
@@ -73064,6 +74769,34 @@ export declare function serializeFilterOperatorSchema(writer: SerializationWrite
73064
74769
  * @param writer Serialization writer to use to serialize this model
73065
74770
  */
73066
74771
  export declare function serializeFilterOperatorSchemaCollectionResponse(writer: SerializationWriter, filterOperatorSchemaCollectionResponse?: Partial<FilterOperatorSchemaCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
74772
+ /**
74773
+ * Serializes information the current object
74774
+ * @param FixtureMap The instance to serialize from.
74775
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
74776
+ * @param writer Serialization writer to use to serialize this model
74777
+ */
74778
+ export declare function serializeFixtureMap(writer: SerializationWriter, fixtureMap?: Partial<FixtureMap> | undefined | null, isSerializingDerivedType?: boolean): void;
74779
+ /**
74780
+ * Serializes information the current object
74781
+ * @param FixtureMapCollectionResponse The instance to serialize from.
74782
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
74783
+ * @param writer Serialization writer to use to serialize this model
74784
+ */
74785
+ export declare function serializeFixtureMapCollectionResponse(writer: SerializationWriter, fixtureMapCollectionResponse?: Partial<FixtureMapCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
74786
+ /**
74787
+ * Serializes information the current object
74788
+ * @param Floor The instance to serialize from.
74789
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
74790
+ * @param writer Serialization writer to use to serialize this model
74791
+ */
74792
+ export declare function serializeFloor(writer: SerializationWriter, floor?: Partial<Floor> | undefined | null, isSerializingDerivedType?: boolean): void;
74793
+ /**
74794
+ * Serializes information the current object
74795
+ * @param FloorCollectionResponse The instance to serialize from.
74796
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
74797
+ * @param writer Serialization writer to use to serialize this model
74798
+ */
74799
+ export declare function serializeFloorCollectionResponse(writer: SerializationWriter, floorCollectionResponse?: Partial<FloorCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
73067
74800
  /**
73068
74801
  * Serializes information the current object
73069
74802
  * @param Folder The instance to serialize from.
@@ -73085,6 +74818,48 @@ export declare function serializeFolderView(writer: SerializationWriter, folderV
73085
74818
  * @param writer Serialization writer to use to serialize this model
73086
74819
  */
73087
74820
  export declare function serializeFollowupFlag(writer: SerializationWriter, followupFlag?: Partial<FollowupFlag> | undefined | null, isSerializingDerivedType?: boolean): void;
74821
+ /**
74822
+ * Serializes information the current object
74823
+ * @param FootprintMap The instance to serialize from.
74824
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
74825
+ * @param writer Serialization writer to use to serialize this model
74826
+ */
74827
+ export declare function serializeFootprintMap(writer: SerializationWriter, footprintMap?: Partial<FootprintMap> | undefined | null, isSerializingDerivedType?: boolean): void;
74828
+ /**
74829
+ * Serializes information the current object
74830
+ * @param FootprintMapCollectionResponse The instance to serialize from.
74831
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
74832
+ * @param writer Serialization writer to use to serialize this model
74833
+ */
74834
+ export declare function serializeFootprintMapCollectionResponse(writer: SerializationWriter, footprintMapCollectionResponse?: Partial<FootprintMapCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
74835
+ /**
74836
+ * Serializes information the current object
74837
+ * @param FraudProtectionConfiguration The instance to serialize from.
74838
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
74839
+ * @param writer Serialization writer to use to serialize this model
74840
+ */
74841
+ export declare function serializeFraudProtectionConfiguration(writer: SerializationWriter, fraudProtectionConfiguration?: Partial<FraudProtectionConfiguration> | undefined | null, isSerializingDerivedType?: boolean): void;
74842
+ /**
74843
+ * Serializes information the current object
74844
+ * @param FraudProtectionProvider The instance to serialize from.
74845
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
74846
+ * @param writer Serialization writer to use to serialize this model
74847
+ */
74848
+ export declare function serializeFraudProtectionProvider(writer: SerializationWriter, fraudProtectionProvider?: Partial<FraudProtectionProvider> | undefined | null, isSerializingDerivedType?: boolean): void;
74849
+ /**
74850
+ * Serializes information the current object
74851
+ * @param FraudProtectionProviderCollectionResponse The instance to serialize from.
74852
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
74853
+ * @param writer Serialization writer to use to serialize this model
74854
+ */
74855
+ export declare function serializeFraudProtectionProviderCollectionResponse(writer: SerializationWriter, fraudProtectionProviderCollectionResponse?: Partial<FraudProtectionProviderCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
74856
+ /**
74857
+ * Serializes information the current object
74858
+ * @param FraudProtectionProviderConfiguration The instance to serialize from.
74859
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
74860
+ * @param writer Serialization writer to use to serialize this model
74861
+ */
74862
+ export declare function serializeFraudProtectionProviderConfiguration(writer: SerializationWriter, fraudProtectionProviderConfiguration?: Partial<FraudProtectionProviderConfiguration> | undefined | null, isSerializingDerivedType?: boolean): void;
73088
74863
  /**
73089
74864
  * Serializes information the current object
73090
74865
  * @param FreeBusyError The instance to serialize from.
@@ -73295,6 +75070,13 @@ export declare function serializeHostSecurityState(writer: SerializationWriter,
73295
75070
  * @param writer Serialization writer to use to serialize this model
73296
75071
  */
73297
75072
  export declare function serializeHttpRequestEndpoint(writer: SerializationWriter, httpRequestEndpoint?: Partial<HttpRequestEndpoint> | undefined | null, isSerializingDerivedType?: boolean): void;
75073
+ /**
75074
+ * Serializes information the current object
75075
+ * @param HumanSecurityFraudProtectionProvider The instance to serialize from.
75076
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
75077
+ * @param writer Serialization writer to use to serialize this model
75078
+ */
75079
+ export declare function serializeHumanSecurityFraudProtectionProvider(writer: SerializationWriter, humanSecurityFraudProtectionProvider?: Partial<HumanSecurityFraudProtectionProvider> | undefined | null, isSerializingDerivedType?: boolean): void;
73298
75080
  /**
73299
75081
  * Serializes information the current object
73300
75082
  * @param HyperlinkOrPictureColumn The instance to serialize from.
@@ -73729,13 +75511,6 @@ export declare function serializeIosCompliancePolicy(writer: SerializationWriter
73729
75511
  * @param writer Serialization writer to use to serialize this model
73730
75512
  */
73731
75513
  export declare function serializeIosCustomConfiguration(writer: SerializationWriter, iosCustomConfiguration?: Partial<IosCustomConfiguration> | undefined | null, isSerializingDerivedType?: boolean): void;
73732
- /**
73733
- * Serializes information the current object
73734
- * @param IosDdmLobAppAssignmentSettings The instance to serialize from.
73735
- * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
73736
- * @param writer Serialization writer to use to serialize this model
73737
- */
73738
- export declare function serializeIosDdmLobAppAssignmentSettings(writer: SerializationWriter, iosDdmLobAppAssignmentSettings?: Partial<IosDdmLobAppAssignmentSettings> | undefined | null, isSerializingDerivedType?: boolean): void;
73739
75514
  /**
73740
75515
  * Serializes information the current object
73741
75516
  * @param IosDeviceFeaturesConfiguration The instance to serialize from.
@@ -74219,6 +75994,20 @@ export declare function serializeLearningProviderCollectionResponse(writer: Seri
74219
75994
  * @param writer Serialization writer to use to serialize this model
74220
75995
  */
74221
75996
  export declare function serializeLearningSelfInitiatedCourse(writer: SerializationWriter, learningSelfInitiatedCourse?: Partial<LearningSelfInitiatedCourse> | undefined | null, isSerializingDerivedType?: boolean): void;
75997
+ /**
75998
+ * Serializes information the current object
75999
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
76000
+ * @param LevelMap The instance to serialize from.
76001
+ * @param writer Serialization writer to use to serialize this model
76002
+ */
76003
+ export declare function serializeLevelMap(writer: SerializationWriter, levelMap?: Partial<LevelMap> | undefined | null, isSerializingDerivedType?: boolean): void;
76004
+ /**
76005
+ * Serializes information the current object
76006
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
76007
+ * @param LevelMapCollectionResponse The instance to serialize from.
76008
+ * @param writer Serialization writer to use to serialize this model
76009
+ */
76010
+ export declare function serializeLevelMapCollectionResponse(writer: SerializationWriter, levelMapCollectionResponse?: Partial<LevelMapCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
74222
76011
  /**
74223
76012
  * Serializes information the current object
74224
76013
  * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
@@ -74555,6 +76344,13 @@ export declare function serializeMacOSOfficeSuiteApp(writer: SerializationWriter
74555
76344
  * @param writer Serialization writer to use to serialize this model
74556
76345
  */
74557
76346
  export declare function serializeMailAssessmentRequest(writer: SerializationWriter, mailAssessmentRequest?: Partial<MailAssessmentRequest> | undefined | null, isSerializingDerivedType?: boolean): void;
76347
+ /**
76348
+ * Serializes information the current object
76349
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
76350
+ * @param MailboxDetails The instance to serialize from.
76351
+ * @param writer Serialization writer to use to serialize this model
76352
+ */
76353
+ export declare function serializeMailboxDetails(writer: SerializationWriter, mailboxDetails?: Partial<MailboxDetails> | undefined | null, isSerializingDerivedType?: boolean): void;
74558
76354
  /**
74559
76355
  * Serializes information the current object
74560
76356
  * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
@@ -76053,6 +77849,27 @@ export declare function serializeOnenoteSection(writer: SerializationWriter, one
76053
77849
  * @param writer Serialization writer to use to serialize this model
76054
77850
  */
76055
77851
  export declare function serializeOnenoteSectionCollectionResponse(writer: SerializationWriter, onenoteSectionCollectionResponse?: Partial<OnenoteSectionCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
77852
+ /**
77853
+ * Serializes information the current object
77854
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
77855
+ * @param OnFraudProtectionLoadStartExternalUsersAuthHandler The instance to serialize from.
77856
+ * @param writer Serialization writer to use to serialize this model
77857
+ */
77858
+ export declare function serializeOnFraudProtectionLoadStartExternalUsersAuthHandler(writer: SerializationWriter, onFraudProtectionLoadStartExternalUsersAuthHandler?: Partial<OnFraudProtectionLoadStartExternalUsersAuthHandler> | undefined | null, isSerializingDerivedType?: boolean): void;
77859
+ /**
77860
+ * Serializes information the current object
77861
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
77862
+ * @param OnFraudProtectionLoadStartHandler The instance to serialize from.
77863
+ * @param writer Serialization writer to use to serialize this model
77864
+ */
77865
+ export declare function serializeOnFraudProtectionLoadStartHandler(writer: SerializationWriter, onFraudProtectionLoadStartHandler?: Partial<OnFraudProtectionLoadStartHandler> | undefined | null, isSerializingDerivedType?: boolean): void;
77866
+ /**
77867
+ * Serializes information the current object
77868
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
77869
+ * @param OnFraudProtectionLoadStartListener The instance to serialize from.
77870
+ * @param writer Serialization writer to use to serialize this model
77871
+ */
77872
+ export declare function serializeOnFraudProtectionLoadStartListener(writer: SerializationWriter, onFraudProtectionLoadStartListener?: Partial<OnFraudProtectionLoadStartListener> | undefined | null, isSerializingDerivedType?: boolean): void;
76056
77873
  /**
76057
77874
  * Serializes information the current object
76058
77875
  * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
@@ -76802,6 +78619,13 @@ export declare function serializePkcs12CertificateInformation(writer: Serializat
76802
78619
  * @param writer Serialization writer to use to serialize this model
76803
78620
  */
76804
78621
  export declare function serializePlace(writer: SerializationWriter, place?: Partial<Place> | undefined | null, isSerializingDerivedType?: boolean): void;
78622
+ /**
78623
+ * Serializes information the current object
78624
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
78625
+ * @param PlaceMode The instance to serialize from.
78626
+ * @param writer Serialization writer to use to serialize this model
78627
+ */
78628
+ export declare function serializePlaceMode(writer: SerializationWriter, placeMode?: Partial<PlaceMode> | undefined | null, isSerializingDerivedType?: boolean): void;
76805
78629
  /**
76806
78630
  * Serializes information the current object
76807
78631
  * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
@@ -78167,6 +79991,13 @@ export declare function serializeRequiredResourceAccess(writer: SerializationWri
78167
79991
  * @param writer Serialization writer to use to serialize this model
78168
79992
  */
78169
79993
  export declare function serializeResellerDelegatedAdminRelationship(writer: SerializationWriter, resellerDelegatedAdminRelationship?: Partial<ResellerDelegatedAdminRelationship> | undefined | null, isSerializingDerivedType?: boolean): void;
79994
+ /**
79995
+ * Serializes information the current object
79996
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
79997
+ * @param ReservablePlaceMode The instance to serialize from.
79998
+ * @param writer Serialization writer to use to serialize this model
79999
+ */
80000
+ export declare function serializeReservablePlaceMode(writer: SerializationWriter, reservablePlaceMode?: Partial<ReservablePlaceMode> | undefined | null, isSerializingDerivedType?: boolean): void;
78170
80001
  /**
78171
80002
  * Serializes information the current object
78172
80003
  * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
@@ -78188,6 +80019,13 @@ export declare function serializeResourceAccess(writer: SerializationWriter, res
78188
80019
  * @param writer Serialization writer to use to serialize this model
78189
80020
  */
78190
80021
  export declare function serializeResourceAction(writer: SerializationWriter, resourceAction?: Partial<ResourceAction> | undefined | null, isSerializingDerivedType?: boolean): void;
80022
+ /**
80023
+ * Serializes information the current object
80024
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
80025
+ * @param ResourceLink The instance to serialize from.
80026
+ * @param writer Serialization writer to use to serialize this model
80027
+ */
80028
+ export declare function serializeResourceLink(writer: SerializationWriter, resourceLink?: Partial<ResourceLink> | undefined | null, isSerializingDerivedType?: boolean): void;
78191
80029
  /**
78192
80030
  * Serializes information the current object
78193
80031
  * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
@@ -78391,6 +80229,13 @@ export declare function serializeRiskDetection(writer: SerializationWriter, risk
78391
80229
  * @param writer Serialization writer to use to serialize this model
78392
80230
  */
78393
80231
  export declare function serializeRiskDetectionCollectionResponse(writer: SerializationWriter, riskDetectionCollectionResponse?: Partial<RiskDetectionCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
80232
+ /**
80233
+ * Serializes information the current object
80234
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
80235
+ * @param RiskPreventionContainer The instance to serialize from.
80236
+ * @param writer Serialization writer to use to serialize this model
80237
+ */
80238
+ export declare function serializeRiskPreventionContainer(writer: SerializationWriter, riskPreventionContainer?: Partial<RiskPreventionContainer> | undefined | null, isSerializingDerivedType?: boolean): void;
78394
80239
  /**
78395
80240
  * Serializes information the current object
78396
80241
  * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
@@ -78769,6 +80614,20 @@ export declare function serializeSearchResponse(writer: SerializationWriter, sea
78769
80614
  * @param writer Serialization writer to use to serialize this model
78770
80615
  */
78771
80616
  export declare function serializeSearchResult(writer: SerializationWriter, searchResult?: Partial<SearchResult> | undefined | null, isSerializingDerivedType?: boolean): void;
80617
+ /**
80618
+ * Serializes information the current object
80619
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
80620
+ * @param Section The instance to serialize from.
80621
+ * @param writer Serialization writer to use to serialize this model
80622
+ */
80623
+ export declare function serializeSection(writer: SerializationWriter, section?: Partial<Section> | undefined | null, isSerializingDerivedType?: boolean): void;
80624
+ /**
80625
+ * Serializes information the current object
80626
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
80627
+ * @param SectionCollectionResponse The instance to serialize from.
80628
+ * @param writer Serialization writer to use to serialize this model
80629
+ */
80630
+ export declare function serializeSectionCollectionResponse(writer: SerializationWriter, sectionCollectionResponse?: Partial<SectionCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
78772
80631
  /**
78773
80632
  * Serializes information the current object
78774
80633
  * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
@@ -78790,6 +80649,20 @@ export declare function serializeSectionGroupCollectionResponse(writer: Serializ
78790
80649
  * @param writer Serialization writer to use to serialize this model
78791
80650
  */
78792
80651
  export declare function serializeSectionLinks(writer: SerializationWriter, sectionLinks?: Partial<SectionLinks> | undefined | null, isSerializingDerivedType?: boolean): void;
80652
+ /**
80653
+ * Serializes information the current object
80654
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
80655
+ * @param SectionMap The instance to serialize from.
80656
+ * @param writer Serialization writer to use to serialize this model
80657
+ */
80658
+ export declare function serializeSectionMap(writer: SerializationWriter, sectionMap?: Partial<SectionMap> | undefined | null, isSerializingDerivedType?: boolean): void;
80659
+ /**
80660
+ * Serializes information the current object
80661
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
80662
+ * @param SectionMapCollectionResponse The instance to serialize from.
80663
+ * @param writer Serialization writer to use to serialize this model
80664
+ */
80665
+ export declare function serializeSectionMapCollectionResponse(writer: SerializationWriter, sectionMapCollectionResponse?: Partial<SectionMapCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
78793
80666
  /**
78794
80667
  * Serializes information the current object
78795
80668
  * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
@@ -79238,6 +81111,97 @@ export declare function serializeSharePointIdentitySet(writer: SerializationWrit
79238
81111
  * @param writer Serialization writer to use to serialize this model
79239
81112
  */
79240
81113
  export declare function serializeSharepointIds(writer: SerializationWriter, sharepointIds?: Partial<SharepointIds> | undefined | null, isSerializingDerivedType?: boolean): void;
81114
+ /**
81115
+ * Serializes information the current object
81116
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
81117
+ * @param SharePointMigrationContainerInfo The instance to serialize from.
81118
+ * @param writer Serialization writer to use to serialize this model
81119
+ */
81120
+ export declare function serializeSharePointMigrationContainerInfo(writer: SerializationWriter, sharePointMigrationContainerInfo?: Partial<SharePointMigrationContainerInfo> | undefined | null, isSerializingDerivedType?: boolean): void;
81121
+ /**
81122
+ * Serializes information the current object
81123
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
81124
+ * @param SharePointMigrationEvent The instance to serialize from.
81125
+ * @param writer Serialization writer to use to serialize this model
81126
+ */
81127
+ export declare function serializeSharePointMigrationEvent(writer: SerializationWriter, sharePointMigrationEvent?: Partial<SharePointMigrationEvent> | undefined | null, isSerializingDerivedType?: boolean): void;
81128
+ /**
81129
+ * Serializes information the current object
81130
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
81131
+ * @param SharePointMigrationEventCollectionResponse The instance to serialize from.
81132
+ * @param writer Serialization writer to use to serialize this model
81133
+ */
81134
+ export declare function serializeSharePointMigrationEventCollectionResponse(writer: SerializationWriter, sharePointMigrationEventCollectionResponse?: Partial<SharePointMigrationEventCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
81135
+ /**
81136
+ * Serializes information the current object
81137
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
81138
+ * @param SharePointMigrationFinishManifestFileUploadEvent The instance to serialize from.
81139
+ * @param writer Serialization writer to use to serialize this model
81140
+ */
81141
+ export declare function serializeSharePointMigrationFinishManifestFileUploadEvent(writer: SerializationWriter, sharePointMigrationFinishManifestFileUploadEvent?: Partial<SharePointMigrationFinishManifestFileUploadEvent> | undefined | null, isSerializingDerivedType?: boolean): void;
81142
+ /**
81143
+ * Serializes information the current object
81144
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
81145
+ * @param SharePointMigrationJob The instance to serialize from.
81146
+ * @param writer Serialization writer to use to serialize this model
81147
+ */
81148
+ export declare function serializeSharePointMigrationJob(writer: SerializationWriter, sharePointMigrationJob?: Partial<SharePointMigrationJob> | undefined | null, isSerializingDerivedType?: boolean): void;
81149
+ /**
81150
+ * Serializes information the current object
81151
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
81152
+ * @param SharePointMigrationJobCancelledEvent The instance to serialize from.
81153
+ * @param writer Serialization writer to use to serialize this model
81154
+ */
81155
+ export declare function serializeSharePointMigrationJobCancelledEvent(writer: SerializationWriter, sharePointMigrationJobCancelledEvent?: Partial<SharePointMigrationJobCancelledEvent> | undefined | null, isSerializingDerivedType?: boolean): void;
81156
+ /**
81157
+ * Serializes information the current object
81158
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
81159
+ * @param SharePointMigrationJobCollectionResponse The instance to serialize from.
81160
+ * @param writer Serialization writer to use to serialize this model
81161
+ */
81162
+ export declare function serializeSharePointMigrationJobCollectionResponse(writer: SerializationWriter, sharePointMigrationJobCollectionResponse?: Partial<SharePointMigrationJobCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
81163
+ /**
81164
+ * Serializes information the current object
81165
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
81166
+ * @param SharePointMigrationJobDeletedEvent The instance to serialize from.
81167
+ * @param writer Serialization writer to use to serialize this model
81168
+ */
81169
+ export declare function serializeSharePointMigrationJobDeletedEvent(writer: SerializationWriter, sharePointMigrationJobDeletedEvent?: Partial<SharePointMigrationJobDeletedEvent> | undefined | null, isSerializingDerivedType?: boolean): void;
81170
+ /**
81171
+ * Serializes information the current object
81172
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
81173
+ * @param SharePointMigrationJobErrorEvent The instance to serialize from.
81174
+ * @param writer Serialization writer to use to serialize this model
81175
+ */
81176
+ export declare function serializeSharePointMigrationJobErrorEvent(writer: SerializationWriter, sharePointMigrationJobErrorEvent?: Partial<SharePointMigrationJobErrorEvent> | undefined | null, isSerializingDerivedType?: boolean): void;
81177
+ /**
81178
+ * Serializes information the current object
81179
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
81180
+ * @param SharePointMigrationJobPostponedEvent The instance to serialize from.
81181
+ * @param writer Serialization writer to use to serialize this model
81182
+ */
81183
+ export declare function serializeSharePointMigrationJobPostponedEvent(writer: SerializationWriter, sharePointMigrationJobPostponedEvent?: Partial<SharePointMigrationJobPostponedEvent> | undefined | null, isSerializingDerivedType?: boolean): void;
81184
+ /**
81185
+ * Serializes information the current object
81186
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
81187
+ * @param SharePointMigrationJobProgressEvent The instance to serialize from.
81188
+ * @param writer Serialization writer to use to serialize this model
81189
+ */
81190
+ export declare function serializeSharePointMigrationJobProgressEvent(writer: SerializationWriter, sharePointMigrationJobProgressEvent?: Partial<SharePointMigrationJobProgressEvent> | undefined | null, isSerializingDerivedType?: boolean): void;
81191
+ /**
81192
+ * Serializes information the current object
81193
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
81194
+ * @param SharePointMigrationJobQueuedEvent The instance to serialize from.
81195
+ * @param writer Serialization writer to use to serialize this model
81196
+ */
81197
+ export declare function serializeSharePointMigrationJobQueuedEvent(writer: SerializationWriter, sharePointMigrationJobQueuedEvent?: Partial<SharePointMigrationJobQueuedEvent> | undefined | null, isSerializingDerivedType?: boolean): void;
81198
+ /**
81199
+ * Serializes information the current object
81200
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
81201
+ * @param SharePointMigrationJobStartEvent The instance to serialize from.
81202
+ * @param writer Serialization writer to use to serialize this model
81203
+ */
81204
+ export declare function serializeSharePointMigrationJobStartEvent(writer: SerializationWriter, sharePointMigrationJobStartEvent?: Partial<SharePointMigrationJobStartEvent> | undefined | null, isSerializingDerivedType?: boolean): void;
79241
81205
  /**
79242
81206
  * Serializes information the current object
79243
81207
  * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
@@ -81366,6 +83330,20 @@ export declare function serializeUnifiedRoleScheduleInstanceBase(writer: Seriali
81366
83330
  * @param writer Serialization writer to use to serialize this model
81367
83331
  */
81368
83332
  export declare function serializeUnifiedStorageQuota(writer: SerializationWriter, unifiedStorageQuota?: Partial<UnifiedStorageQuota> | undefined | null, isSerializingDerivedType?: boolean): void;
83333
+ /**
83334
+ * Serializes information the current object
83335
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
83336
+ * @param UnitMap The instance to serialize from.
83337
+ * @param writer Serialization writer to use to serialize this model
83338
+ */
83339
+ export declare function serializeUnitMap(writer: SerializationWriter, unitMap?: Partial<UnitMap> | undefined | null, isSerializingDerivedType?: boolean): void;
83340
+ /**
83341
+ * Serializes information the current object
83342
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
83343
+ * @param UnitMapCollectionResponse The instance to serialize from.
83344
+ * @param writer Serialization writer to use to serialize this model
83345
+ */
83346
+ export declare function serializeUnitMapCollectionResponse(writer: SerializationWriter, unitMapCollectionResponse?: Partial<UnitMapCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
81369
83347
  /**
81370
83348
  * Serializes information the current object
81371
83349
  * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
@@ -82388,6 +84366,55 @@ export declare function serializeWebApp(writer: SerializationWriter, webApp?: Pa
82388
84366
  * @param writer Serialization writer to use to serialize this model
82389
84367
  */
82390
84368
  export declare function serializeWebApplication(writer: SerializationWriter, webApplication?: Partial<WebApplication> | undefined | null, isSerializingDerivedType?: boolean): void;
84369
+ /**
84370
+ * Serializes information the current object
84371
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
84372
+ * @param WebApplicationFirewallDnsConfiguration The instance to serialize from.
84373
+ * @param writer Serialization writer to use to serialize this model
84374
+ */
84375
+ export declare function serializeWebApplicationFirewallDnsConfiguration(writer: SerializationWriter, webApplicationFirewallDnsConfiguration?: Partial<WebApplicationFirewallDnsConfiguration> | undefined | null, isSerializingDerivedType?: boolean): void;
84376
+ /**
84377
+ * Serializes information the current object
84378
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
84379
+ * @param WebApplicationFirewallProvider The instance to serialize from.
84380
+ * @param writer Serialization writer to use to serialize this model
84381
+ */
84382
+ export declare function serializeWebApplicationFirewallProvider(writer: SerializationWriter, webApplicationFirewallProvider?: Partial<WebApplicationFirewallProvider> | undefined | null, isSerializingDerivedType?: boolean): void;
84383
+ /**
84384
+ * Serializes information the current object
84385
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
84386
+ * @param WebApplicationFirewallProviderCollectionResponse The instance to serialize from.
84387
+ * @param writer Serialization writer to use to serialize this model
84388
+ */
84389
+ export declare function serializeWebApplicationFirewallProviderCollectionResponse(writer: SerializationWriter, webApplicationFirewallProviderCollectionResponse?: Partial<WebApplicationFirewallProviderCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
84390
+ /**
84391
+ * Serializes information the current object
84392
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
84393
+ * @param WebApplicationFirewallVerificationModel The instance to serialize from.
84394
+ * @param writer Serialization writer to use to serialize this model
84395
+ */
84396
+ export declare function serializeWebApplicationFirewallVerificationModel(writer: SerializationWriter, webApplicationFirewallVerificationModel?: Partial<WebApplicationFirewallVerificationModel> | undefined | null, isSerializingDerivedType?: boolean): void;
84397
+ /**
84398
+ * Serializes information the current object
84399
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
84400
+ * @param WebApplicationFirewallVerificationModelCollectionResponse The instance to serialize from.
84401
+ * @param writer Serialization writer to use to serialize this model
84402
+ */
84403
+ export declare function serializeWebApplicationFirewallVerificationModelCollectionResponse(writer: SerializationWriter, webApplicationFirewallVerificationModelCollectionResponse?: Partial<WebApplicationFirewallVerificationModelCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
84404
+ /**
84405
+ * Serializes information the current object
84406
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
84407
+ * @param WebApplicationFirewallVerificationResult The instance to serialize from.
84408
+ * @param writer Serialization writer to use to serialize this model
84409
+ */
84410
+ export declare function serializeWebApplicationFirewallVerificationResult(writer: SerializationWriter, webApplicationFirewallVerificationResult?: Partial<WebApplicationFirewallVerificationResult> | undefined | null, isSerializingDerivedType?: boolean): void;
84411
+ /**
84412
+ * Serializes information the current object
84413
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
84414
+ * @param WebApplicationFirewallVerifiedDetails The instance to serialize from.
84415
+ * @param writer Serialization writer to use to serialize this model
84416
+ */
84417
+ export declare function serializeWebApplicationFirewallVerifiedDetails(writer: SerializationWriter, webApplicationFirewallVerifiedDetails?: Partial<WebApplicationFirewallVerifiedDetails> | undefined | null, isSerializingDerivedType?: boolean): void;
82391
84418
  /**
82392
84419
  * Serializes information the current object
82393
84420
  * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
@@ -83529,6 +85556,20 @@ export declare function serializeWorkingHours(writer: SerializationWriter, worki
83529
85556
  * @param writer Serialization writer to use to serialize this model
83530
85557
  */
83531
85558
  export declare function serializeWorkingTimeSchedule(writer: SerializationWriter, workingTimeSchedule?: Partial<WorkingTimeSchedule> | undefined | null, isSerializingDerivedType?: boolean): void;
85559
+ /**
85560
+ * Serializes information the current object
85561
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
85562
+ * @param Workspace The instance to serialize from.
85563
+ * @param writer Serialization writer to use to serialize this model
85564
+ */
85565
+ export declare function serializeWorkspace(writer: SerializationWriter, workspace?: Partial<Workspace> | undefined | null, isSerializingDerivedType?: boolean): void;
85566
+ /**
85567
+ * Serializes information the current object
85568
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
85569
+ * @param WorkspaceCollectionResponse The instance to serialize from.
85570
+ * @param writer Serialization writer to use to serialize this model
85571
+ */
85572
+ export declare function serializeWorkspaceCollectionResponse(writer: SerializationWriter, workspaceCollectionResponse?: Partial<WorkspaceCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
83532
85573
  /**
83533
85574
  * Serializes information the current object
83534
85575
  * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
@@ -84069,7 +86110,7 @@ export interface ServicePrincipalLockConfiguration extends AdditionalDataHolder,
84069
86110
  }
84070
86111
  export interface ServicePrincipalRiskDetection extends Entity, Parsable {
84071
86112
  /**
84072
- * Indicates the activity type the detected risk is linked to. The possible values are: signin, servicePrincipal. Use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: servicePrincipal.
86113
+ * Indicates the activity type the detected risk is linked to. The possible values are: signin, servicePrincipal. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: servicePrincipal.
84073
86114
  */
84074
86115
  activity?: ActivityType | null;
84075
86116
  /**
@@ -84117,7 +86158,7 @@ export interface ServicePrincipalRiskDetection extends Entity, Parsable {
84117
86158
  */
84118
86159
  requestId?: string | null;
84119
86160
  /**
84120
- * Details of the detected risk. Note: Details for this property are only available for Workload Identities Premium customers. Events in tenants without this license will be returned hidden. The possible values are: none, hidden, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal. Use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: adminConfirmedServicePrincipalCompromised , adminDismissedAllRiskForServicePrincipal.
86161
+ * Details of the detected risk. Note: Details for this property are only available for Workload Identities Premium customers. Events in tenants without this license will be returned hidden.
84121
86162
  */
84122
86163
  riskDetail?: RiskDetail | null;
84123
86164
  /**
@@ -84693,6 +86734,210 @@ export interface SharepointIds extends AdditionalDataHolder, BackedModel, Parsab
84693
86734
  */
84694
86735
  webId?: string | null;
84695
86736
  }
86737
+ export interface SharePointMigrationContainerInfo extends AdditionalDataHolder, BackedModel, Parsable {
86738
+ /**
86739
+ * Stores model information.
86740
+ */
86741
+ backingStoreEnabled?: boolean | null;
86742
+ /**
86743
+ * A valid URL with a SAS token for accessing the Azure blob storage container that contains the file content. Read-only.
86744
+ */
86745
+ dataContainerUri?: string | null;
86746
+ /**
86747
+ * Provides the AES-256-CBC encryption key if files stored in Azure blob containers are encrypted. The key is Base64-encoded. Read-only.
86748
+ */
86749
+ encryptionKey?: string | null;
86750
+ /**
86751
+ * A valid URL with a SAS token for accessing the Azure blob storage container that contains the file metadata. Read-only.
86752
+ */
86753
+ metadataContainerUri?: string | null;
86754
+ /**
86755
+ * The OdataType property
86756
+ */
86757
+ odataType?: string | null;
86758
+ }
86759
+ export interface SharePointMigrationEvent extends Entity, Parsable {
86760
+ /**
86761
+ * The correlation ID of a migration job. Read-only.
86762
+ */
86763
+ correlationId?: string | null;
86764
+ /**
86765
+ * The date and time when the job status changes. 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. Read-only.
86766
+ */
86767
+ eventDateTime?: Date | null;
86768
+ /**
86769
+ * The unique identifier of a migration job. Read-only.
86770
+ */
86771
+ jobId?: string | null;
86772
+ }
86773
+ export interface SharePointMigrationEventCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
86774
+ /**
86775
+ * The value property
86776
+ */
86777
+ value?: SharePointMigrationEvent[] | null;
86778
+ }
86779
+ export interface SharePointMigrationFinishManifestFileUploadEvent extends Parsable, SharePointMigrationEvent {
86780
+ /**
86781
+ * The exported manifest file name. Read-only.
86782
+ */
86783
+ manifestFileName?: string | null;
86784
+ }
86785
+ export interface SharePointMigrationJob extends Entity, Parsable {
86786
+ /**
86787
+ * The containerInfo property
86788
+ */
86789
+ containerInfo?: SharePointMigrationContainerInfo | null;
86790
+ /**
86791
+ * A collection of migration events that reflects the job status changes.
86792
+ */
86793
+ progressEvents?: SharePointMigrationEvent[] | null;
86794
+ }
86795
+ export interface SharePointMigrationJobCancelledEvent extends Parsable, SharePointMigrationEvent {
86796
+ /**
86797
+ * True when a user cancels the job; otherwise, false. Read-only.
86798
+ */
86799
+ isCancelledByUser?: boolean | null;
86800
+ /**
86801
+ * The current retry count of the job. Read-only.
86802
+ */
86803
+ totalRetryCount?: number | null;
86804
+ }
86805
+ export interface SharePointMigrationJobCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
86806
+ /**
86807
+ * The value property
86808
+ */
86809
+ value?: SharePointMigrationJob[] | null;
86810
+ }
86811
+ export interface SharePointMigrationJobDeletedEvent extends Parsable, SharePointMigrationEvent {
86812
+ }
86813
+ export interface SharePointMigrationJobErrorEvent extends Parsable, SharePointMigrationEvent {
86814
+ /**
86815
+ * The error property
86816
+ */
86817
+ errorEscaped?: PublicError | null;
86818
+ /**
86819
+ * The errorLevel property
86820
+ */
86821
+ errorLevel?: SharePointMigrationJobErrorLevel | null;
86822
+ /**
86823
+ * The object ID. Read-only.
86824
+ */
86825
+ objectId?: string | null;
86826
+ /**
86827
+ * The objectType property
86828
+ */
86829
+ objectType?: SharePointMigrationObjectType | null;
86830
+ /**
86831
+ * The object URL. Read-only.
86832
+ */
86833
+ objectUrl?: string | null;
86834
+ /**
86835
+ * The current retry count of the job. Read-only.
86836
+ */
86837
+ totalRetryCount?: number | null;
86838
+ }
86839
+ export type SharePointMigrationJobErrorLevel = (typeof SharePointMigrationJobErrorLevelObject)[keyof typeof SharePointMigrationJobErrorLevelObject];
86840
+ export interface SharePointMigrationJobPostponedEvent extends Parsable, SharePointMigrationEvent {
86841
+ /**
86842
+ * The number of migration jobs in the queue of the current database. Read-only.
86843
+ */
86844
+ jobsInQueue?: number | null;
86845
+ /**
86846
+ * The date and time that indicate when this job is picked up next. 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. Read-only.
86847
+ */
86848
+ nextPickupDateTime?: Date | null;
86849
+ /**
86850
+ * The reason for the postponement. Read-only.
86851
+ */
86852
+ reason?: string | null;
86853
+ /**
86854
+ * The current retry count of the job. Read-only.
86855
+ */
86856
+ totalRetryCount?: number | null;
86857
+ }
86858
+ export interface SharePointMigrationJobProgressEvent extends Parsable, SharePointMigrationEvent {
86859
+ /**
86860
+ * The number of bytes processed. Read-only.
86861
+ */
86862
+ bytesProcessed?: number | null;
86863
+ /**
86864
+ * The number of bytes processed with version history excluded. Read-only.
86865
+ */
86866
+ bytesProcessedOnlyCurrentVersion?: number | null;
86867
+ /**
86868
+ * CPU duration in milliseconds. Read-only.
86869
+ */
86870
+ cpuDurationMs?: number | null;
86871
+ /**
86872
+ * The number of files processed. Read-only.
86873
+ */
86874
+ filesProcessed?: number | null;
86875
+ /**
86876
+ * The number of files processed with version history excluded. Read-only.
86877
+ */
86878
+ filesProcessedOnlyCurrentVersion?: number | null;
86879
+ /**
86880
+ * True if the job status is End. False if the job is In progress. Read-only.
86881
+ */
86882
+ isCompleted?: boolean | null;
86883
+ /**
86884
+ * The unique identifier of the last object processed. Read-only.
86885
+ */
86886
+ lastProcessedObjectId?: string | null;
86887
+ /**
86888
+ * The number of objects processed. Read-only.
86889
+ */
86890
+ objectsProcessed?: number | null;
86891
+ /**
86892
+ * SQL duration in milliseconds. Read-only.
86893
+ */
86894
+ sqlDurationMs?: number | null;
86895
+ /**
86896
+ * SQL query count. Read-only.
86897
+ */
86898
+ sqlQueryCount?: number | null;
86899
+ /**
86900
+ * Total duration time in milliseconds. Read-only.
86901
+ */
86902
+ totalDurationMs?: number | null;
86903
+ /**
86904
+ * Total errors. Read-only.
86905
+ */
86906
+ totalErrors?: number | null;
86907
+ /**
86908
+ * Total bytes to be processed. Read-only.
86909
+ */
86910
+ totalExpectedBytes?: number | null;
86911
+ /**
86912
+ * The number of objects to process. Read-only.
86913
+ */
86914
+ totalExpectedObjects?: number | null;
86915
+ /**
86916
+ * The current retry count of the job. Read-only.
86917
+ */
86918
+ totalRetryCount?: number | null;
86919
+ /**
86920
+ * Total warnings. Read-only.
86921
+ */
86922
+ totalWarnings?: number | null;
86923
+ /**
86924
+ * Waiting time due to SQL throttling, in milliseconds. Read-only.
86925
+ */
86926
+ waitTimeOnSqlThrottlingMs?: number | null;
86927
+ }
86928
+ export interface SharePointMigrationJobQueuedEvent extends Parsable, SharePointMigrationEvent {
86929
+ }
86930
+ export interface SharePointMigrationJobStartEvent extends Parsable, SharePointMigrationEvent {
86931
+ /**
86932
+ * True if the job is restarted. False if it's the initial start. Read-only.
86933
+ */
86934
+ isRestarted?: boolean | null;
86935
+ /**
86936
+ * The current retry count of the job. Read-only.
86937
+ */
86938
+ totalRetryCount?: number | null;
86939
+ }
86940
+ export type SharePointMigrationObjectType = (typeof SharePointMigrationObjectTypeObject)[keyof typeof SharePointMigrationObjectTypeObject];
84696
86941
  export interface SharePointOneDriveOptions extends AdditionalDataHolder, BackedModel, Parsable {
84697
86942
  /**
84698
86943
  * Stores model information.
@@ -85111,7 +87356,7 @@ export interface SignIn extends Entity, Parsable {
85111
87356
  */
85112
87357
  resourceId?: string | null;
85113
87358
  /**
85114
- * The reason behind a specific state of a risky user, sign-in, or a risk event. The possible values are none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, hidden, adminConfirmedUserCompromised, unknownFutureValue, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal, m365DAdminDismissedDetection, userChangedPasswordOnPremises, adminDismissedRiskForSignIn, adminConfirmedAccountSafe. Use the Prefer: include-unknown-enum-members request header to get the following value or values in this evolvable enum: adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal, m365DAdminDismissedDetection, userChangedPasswordOnPremises, adminDismissedRiskForSignIn, adminConfirmedAccountSafe.The value none means that Microsoft Entra risk detection did not flag the user or the sign-in as a risky event so far. Supports $filter (eq). Note: Details for this property are only available for Microsoft Entra ID P2 customers. All other customers are returned hidden.
87359
+ * The reason behind a specific state of a risky user, sign-in, or a risk event. The value none means that Microsoft Entra risk detection did not flag the user or the sign-in as a risky event so far. Supports $filter (eq). Note: Details for this property are only available for Microsoft Entra ID P2 customers. All other customers are returned hidden.
85115
87360
  */
85116
87361
  riskDetail?: RiskDetail | null;
85117
87362
  /**
@@ -86611,7 +88856,7 @@ export interface SubjectRightsRequestHistory extends AdditionalDataHolder, Backe
86611
88856
  */
86612
88857
  odataType?: string | null;
86613
88858
  /**
86614
- * The stage when the entity was changed. Possible values are: contentRetrieval, contentReview, generateReport, contentDeletion, caseResolved, unknownFutureValue, approval. Use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: approval.
88859
+ * The stage when the entity was changed. Possible values are: contentRetrieval, contentReview, generateReport, contentDeletion, caseResolved, unknownFutureValue, approval. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: approval.
86615
88860
  */
86616
88861
  stage?: SubjectRightsRequestStage | null;
86617
88862
  /**
@@ -86658,7 +88903,7 @@ export interface SubjectRightsRequestStageDetail extends AdditionalDataHolder, B
86658
88903
  */
86659
88904
  odataType?: string | null;
86660
88905
  /**
86661
- * The stage of the subject rights request. Possible values are: contentRetrieval, contentReview, generateReport, contentDeletion, caseResolved, unknownFutureValue, approval. Use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: approval.
88906
+ * The stage of the subject rights request. Possible values are: contentRetrieval, contentReview, generateReport, contentDeletion, caseResolved, unknownFutureValue, approval. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: approval.
86662
88907
  */
86663
88908
  stage?: SubjectRightsRequestStage | null;
86664
88909
  /**
@@ -90367,6 +92612,18 @@ export interface UnifiedStorageQuota extends Entity, Parsable {
90367
92612
  */
90368
92613
  used?: number | null;
90369
92614
  }
92615
+ export interface UnitMap extends BaseMapFeature, Parsable {
92616
+ /**
92617
+ * The placeId property
92618
+ */
92619
+ placeId?: string | null;
92620
+ }
92621
+ export interface UnitMapCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
92622
+ /**
92623
+ * The value property
92624
+ */
92625
+ value?: UnitMap[] | null;
92626
+ }
90370
92627
  export interface UnmuteParticipantOperation extends CommsOperation, Parsable {
90371
92628
  }
90372
92629
  export interface UpdateAllowedCombinationsResult extends AdditionalDataHolder, BackedModel, Parsable {
@@ -90630,6 +92887,10 @@ export interface User extends DirectoryObject, Parsable {
90630
92887
  * The cloudClipboard property
90631
92888
  */
90632
92889
  cloudClipboard?: CloudClipboardRoot | null;
92890
+ /**
92891
+ * The user's Cloud PCs. Read-only. Nullable.
92892
+ */
92893
+ cloudPCs?: CloudPC[] | null;
90633
92894
  /**
90634
92895
  * The name of the company that the user is associated with. This property can be useful for describing the company that a guest 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).
90635
92896
  */
@@ -93822,6 +96083,119 @@ export interface WebApplication extends AdditionalDataHolder, BackedModel, Parsa
93822
96083
  */
93823
96084
  redirectUriSettings?: RedirectUriSettings[] | null;
93824
96085
  }
96086
+ export interface WebApplicationFirewallDnsConfiguration extends AdditionalDataHolder, BackedModel, Parsable {
96087
+ /**
96088
+ * Stores model information.
96089
+ */
96090
+ backingStoreEnabled?: boolean | null;
96091
+ /**
96092
+ * Indicates whether the domain owning this DNS record has been verified by the WAF provider.
96093
+ */
96094
+ isDomainVerified?: boolean | null;
96095
+ /**
96096
+ * Indicates whether traffic for this DNS record is proxied through the WAF provider's network (for example, using a CDN or reverse proxy).
96097
+ */
96098
+ isProxied?: boolean | null;
96099
+ /**
96100
+ * The DNS record name (for example, www.contoso.com or contoso.com). This is the host or zone name to which the configuration applies.
96101
+ */
96102
+ name?: string | null;
96103
+ /**
96104
+ * The OdataType property
96105
+ */
96106
+ odataType?: string | null;
96107
+ /**
96108
+ * The recordType property
96109
+ */
96110
+ recordType?: WebApplicationFirewallDnsRecordType | null;
96111
+ /**
96112
+ * The value of the DNS record.
96113
+ */
96114
+ value?: string | null;
96115
+ }
96116
+ export type WebApplicationFirewallDnsRecordType = (typeof WebApplicationFirewallDnsRecordTypeObject)[keyof typeof WebApplicationFirewallDnsRecordTypeObject];
96117
+ export interface WebApplicationFirewallProvider extends Entity, Parsable {
96118
+ /**
96119
+ * The display name of the WAF provider.
96120
+ */
96121
+ displayName?: string | null;
96122
+ }
96123
+ export interface WebApplicationFirewallProviderCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
96124
+ /**
96125
+ * The value property
96126
+ */
96127
+ value?: WebApplicationFirewallProvider[] | null;
96128
+ }
96129
+ export type WebApplicationFirewallProviderType = (typeof WebApplicationFirewallProviderTypeObject)[keyof typeof WebApplicationFirewallProviderTypeObject];
96130
+ export interface WebApplicationFirewallVerificationModel extends Entity, Parsable {
96131
+ /**
96132
+ * Reference to a provider resource associated with this verification model. Represents a WAF provider that can be used to verify or manage the host.
96133
+ */
96134
+ provider?: WebApplicationFirewallProvider | null;
96135
+ /**
96136
+ * The providerType property
96137
+ */
96138
+ providerType?: WebApplicationFirewallProviderType | null;
96139
+ /**
96140
+ * An object describing the outcome of the verification operation, including status, errors or warnings
96141
+ */
96142
+ verificationResult?: WebApplicationFirewallVerificationResult | null;
96143
+ /**
96144
+ * Details of DNS configuration
96145
+ */
96146
+ verifiedDetails?: WebApplicationFirewallVerifiedDetails | null;
96147
+ /**
96148
+ * The host (domain or subdomain) that was verified as part of this verification operation.
96149
+ */
96150
+ verifiedHost?: string | null;
96151
+ }
96152
+ export interface WebApplicationFirewallVerificationModelCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
96153
+ /**
96154
+ * The value property
96155
+ */
96156
+ value?: WebApplicationFirewallVerificationModel[] | null;
96157
+ }
96158
+ export interface WebApplicationFirewallVerificationResult extends AdditionalDataHolder, BackedModel, Parsable {
96159
+ /**
96160
+ * Stores model information.
96161
+ */
96162
+ backingStoreEnabled?: boolean | null;
96163
+ /**
96164
+ * List of errors encountered during the verification process.
96165
+ */
96166
+ errors?: GenericError[] | null;
96167
+ /**
96168
+ * The OdataType property
96169
+ */
96170
+ odataType?: string | null;
96171
+ /**
96172
+ * The status property
96173
+ */
96174
+ status?: WebApplicationFirewallVerificationStatus | null;
96175
+ /**
96176
+ * UTC timestamp when the verification was performed or last updated. This indicates when the verification result was produced.
96177
+ */
96178
+ verifiedOnDateTime?: Date | null;
96179
+ /**
96180
+ * List of warnings produced during verification.
96181
+ */
96182
+ warnings?: GenericError[] | null;
96183
+ }
96184
+ export type WebApplicationFirewallVerificationStatus = (typeof WebApplicationFirewallVerificationStatusObject)[keyof typeof WebApplicationFirewallVerificationStatusObject];
96185
+ export interface WebApplicationFirewallVerifiedDetails extends AdditionalDataHolder, BackedModel, Parsable {
96186
+ /**
96187
+ * Stores model information.
96188
+ */
96189
+ backingStoreEnabled?: boolean | null;
96190
+ /**
96191
+ * DNS-related details discovered during verification for the host, such as the DNS record name, record type, record value, whether the record is proxied through the provider, and whether the domain is verified.
96192
+ */
96193
+ dnsConfiguration?: WebApplicationFirewallDnsConfiguration | null;
96194
+ /**
96195
+ * The OdataType property
96196
+ */
96197
+ odataType?: string | null;
96198
+ }
93825
96199
  export type WebBrowserCookieSettings = (typeof WebBrowserCookieSettingsObject)[keyof typeof WebBrowserCookieSettingsObject];
93826
96200
  export interface WebPart extends Entity, Parsable {
93827
96201
  }
@@ -98500,7 +100874,7 @@ export interface WorkforceIntegration extends ChangeTrackedEntity, Parsable {
98500
100874
  */
98501
100875
  displayName?: string | null;
98502
100876
  /**
98503
- * Support to view eligibility-filtered results. Possible values are: none, swapRequest, offerShiftRequest, unknownFutureValue, timeOffReason. Use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: timeOffReason.
100877
+ * Support to view eligibility-filtered results. Possible values are: none, swapRequest, offerShiftRequest, unknownFutureValue, timeOffReason. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: timeOffReason.
98504
100878
  */
98505
100879
  eligibilityFilteringEnabledEntities?: EligibilityFilteringEnabledEntities[] | null;
98506
100880
  /**
@@ -98574,6 +100948,34 @@ export interface WorkingHours extends AdditionalDataHolder, BackedModel, Parsabl
98574
100948
  }
98575
100949
  export interface WorkingTimeSchedule extends Entity, Parsable {
98576
100950
  }
100951
+ export interface Workspace extends Parsable, Place {
100952
+ /**
100953
+ * The capacity property
100954
+ */
100955
+ capacity?: number | null;
100956
+ /**
100957
+ * The displayDeviceName property
100958
+ */
100959
+ displayDeviceName?: string | null;
100960
+ /**
100961
+ * The emailAddress property
100962
+ */
100963
+ emailAddress?: string | null;
100964
+ /**
100965
+ * The mode property
100966
+ */
100967
+ mode?: PlaceMode | null;
100968
+ /**
100969
+ * The nickname property
100970
+ */
100971
+ nickname?: string | null;
100972
+ }
100973
+ export interface WorkspaceCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
100974
+ /**
100975
+ * The value property
100976
+ */
100977
+ value?: Workspace[] | null;
100978
+ }
98577
100979
  export type X509CertificateAffinityLevel = (typeof X509CertificateAffinityLevelObject)[keyof typeof X509CertificateAffinityLevelObject];
98578
100980
  export interface X509CertificateAuthenticationMethodConfiguration extends AuthenticationMethodConfiguration, Parsable {
98579
100981
  /**
@@ -99663,6 +102065,13 @@ export declare const ChatTypeObject: {
99663
102065
  readonly Meeting: "meeting";
99664
102066
  readonly UnknownFutureValue: "unknownFutureValue";
99665
102067
  };
102068
+ export declare const CheckInMethodObject: {
102069
+ readonly Unspecified: "unspecified";
102070
+ readonly Manual: "manual";
102071
+ readonly Inferred: "inferred";
102072
+ readonly Verified: "verified";
102073
+ readonly UnknownFutureValue: "unknownFutureValue";
102074
+ };
99666
102075
  export declare const ClickSourceObject: {
99667
102076
  readonly Unknown: "unknown";
99668
102077
  readonly QrCode: "qrCode";
@@ -103691,6 +106100,10 @@ export declare const RequiredPasswordTypeObject: {
103691
106100
  /** Numeric password required. */
103692
106101
  readonly Numeric: "numeric";
103693
106102
  };
106103
+ export declare const ResourceLinkTypeObject: {
106104
+ readonly Url: "url";
106105
+ readonly UnknownFutureValue: "unknownFutureValue";
106106
+ };
103694
106107
  export declare const ResponseEmotionTypeObject: {
103695
106108
  readonly None: "none";
103696
106109
  readonly Confident: "confident";
@@ -104098,6 +106511,25 @@ export declare const SharedPCAllowedAccountTypeObject: {
104098
106511
  /** Only domain-joined accounts. */
104099
106512
  readonly Domain: "domain";
104100
106513
  };
106514
+ export declare const SharePointMigrationJobErrorLevelObject: {
106515
+ readonly Important: "important";
106516
+ readonly Warning: "warning";
106517
+ readonly ErrorEscaped: "error";
106518
+ readonly FatalError: "fatalError";
106519
+ readonly UnknownFutureValue: "unknownFutureValue";
106520
+ };
106521
+ export declare const SharePointMigrationObjectTypeObject: {
106522
+ readonly Site: "site";
106523
+ readonly Web: "web";
106524
+ readonly Folder: "folder";
106525
+ readonly List: "list";
106526
+ readonly ListItem: "listItem";
106527
+ readonly File: "file";
106528
+ readonly Alert: "alert";
106529
+ readonly SharedWithObject: "sharedWithObject";
106530
+ readonly Invalid: "invalid";
106531
+ readonly UnknownFutureValue: "unknownFutureValue";
106532
+ };
104101
106533
  export declare const SharingCapabilitiesObject: {
104102
106534
  readonly Disabled: "disabled";
104103
106535
  readonly ExternalUserSharingOnly: "externalUserSharingOnly";
@@ -104898,6 +107330,21 @@ export declare const WeakAlgorithmsObject: {
104898
107330
  readonly RsaSha1: "rsaSha1";
104899
107331
  readonly UnknownFutureValue: "unknownFutureValue";
104900
107332
  };
107333
+ export declare const WebApplicationFirewallDnsRecordTypeObject: {
107334
+ readonly Cname: "cname";
107335
+ readonly UnknownFutureValue: "unknownFutureValue";
107336
+ };
107337
+ export declare const WebApplicationFirewallProviderTypeObject: {
107338
+ readonly Akamai: "akamai";
107339
+ readonly Cloudflare: "cloudflare";
107340
+ readonly UnknownFutureValue: "unknownFutureValue";
107341
+ };
107342
+ export declare const WebApplicationFirewallVerificationStatusObject: {
107343
+ readonly Success: "success";
107344
+ readonly Warning: "warning";
107345
+ readonly Failure: "failure";
107346
+ readonly UnknownFutureValue: "unknownFutureValue";
107347
+ };
104901
107348
  /**
104902
107349
  * Web Browser Cookie Settings.
104903
107350
  */