@microsoft/msgraph-sdk 1.0.0-preview.65 → 1.0.0-preview.67
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 +1018 -18
- package/models/index.d.ts.map +1 -1
- package/models/index.js +1014 -23
- package/models/index.js.map +1 -1
- package/models/security/index.d.ts +4366 -10639
- package/models/security/index.d.ts.map +1 -1
- package/models/security/index.js +3969 -14304
- package/models/security/index.js.map +1 -1
- package/package.json +2 -2
- package/tsconfig.tsbuildinfo +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
package/models/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { type CallRecord } from './callRecords/index.js';
|
|
|
2
2
|
import { type LifecycleWorkflowsContainer, type Workflow } from './identityGovernance/index.js';
|
|
3
3
|
import { type Billing } from './partners/billing/index.js';
|
|
4
4
|
import { type Acronym, type Bookmark, type Qna } from './search/index.js';
|
|
5
|
-
import { BehaviorDuringRetentionPeriod, type
|
|
5
|
+
import { BehaviorDuringRetentionPeriod, type CasesRoot, type IdentityContainer as I2b88f0c27d7fd9c000e7e4e78cc3161590db07c518949b504f8a27680ed1200f, type Incident, type LabelsRoot, type ThreatIntelligence, type TriggersRoot, type TriggerTypesRoot } from './security/index.js';
|
|
6
6
|
import { type Set, type Store, type Term } from './termStore/index.js';
|
|
7
7
|
import { type AdditionalDataHolder, type BackedModel, type DateOnly, type Duration, type Guid, type Parsable, type ParseNode, type SerializationWriter, type TimeOnly, type UntypedNode } from '@microsoft/kiota-abstractions';
|
|
8
8
|
export interface AadUserConversationMember extends ConversationMember, Parsable {
|
|
@@ -205,7 +205,7 @@ export interface AccessPackageAssignment extends Entity, Parsable {
|
|
|
205
205
|
*/
|
|
206
206
|
state?: AccessPackageAssignmentState | null;
|
|
207
207
|
/**
|
|
208
|
-
* More information about the assignment lifecycle. Possible values include Delivering, Delivered, NearExpiry1DayNotificationTriggered, or ExpiredNotificationTriggered. Read-only.
|
|
208
|
+
* More information about the assignment lifecycle. Possible values include Delivering, Delivered, AutoAssignmentInGracePeriod, NearExpiry1DayNotificationTriggered, or ExpiredNotificationTriggered. Read-only.
|
|
209
209
|
*/
|
|
210
210
|
status?: string | null;
|
|
211
211
|
/**
|
|
@@ -3757,6 +3757,12 @@ export interface ApplicationCollectionResponse extends BaseCollectionPaginationC
|
|
|
3757
3757
|
*/
|
|
3758
3758
|
value?: Application[] | null;
|
|
3759
3759
|
}
|
|
3760
|
+
export interface ApplicationContext extends Parsable, SignInContext {
|
|
3761
|
+
/**
|
|
3762
|
+
* Collection of appId values for the applications.
|
|
3763
|
+
*/
|
|
3764
|
+
includeApplications?: string[] | null;
|
|
3765
|
+
}
|
|
3760
3766
|
export interface ApplicationEnforcedRestrictionsSessionControl extends ConditionalAccessSessionControl, Parsable {
|
|
3761
3767
|
}
|
|
3762
3768
|
export type ApplicationGuardBlockClipboardSharingType = (typeof ApplicationGuardBlockClipboardSharingTypeObject)[keyof typeof ApplicationGuardBlockClipboardSharingTypeObject];
|
|
@@ -4130,7 +4136,7 @@ export interface ApprovalStageCollectionResponse extends BaseCollectionPaginatio
|
|
|
4130
4136
|
}
|
|
4131
4137
|
export interface AppScope extends Entity, Parsable {
|
|
4132
4138
|
/**
|
|
4133
|
-
* Provides the display name of the app-specific resource represented by the app scope. Read
|
|
4139
|
+
* Provides the display name of the app-specific resource represented by the app scope. Read-only.
|
|
4134
4140
|
*/
|
|
4135
4141
|
displayName?: string | null;
|
|
4136
4142
|
/**
|
|
@@ -5273,6 +5279,12 @@ export interface AuditResource extends AdditionalDataHolder, BackedModel, Parsab
|
|
|
5273
5279
|
*/
|
|
5274
5280
|
resourceId?: string | null;
|
|
5275
5281
|
}
|
|
5282
|
+
export interface AuthContext extends Parsable, SignInContext {
|
|
5283
|
+
/**
|
|
5284
|
+
* Supported values are c1 through c99.
|
|
5285
|
+
*/
|
|
5286
|
+
authenticationContextValue?: string | null;
|
|
5287
|
+
}
|
|
5276
5288
|
export interface Authentication extends Entity, Parsable {
|
|
5277
5289
|
/**
|
|
5278
5290
|
* The email address registered to a user for authentication.
|
|
@@ -5546,7 +5558,7 @@ export interface AuthenticationContextClassReferenceCollectionResponse extends B
|
|
|
5546
5558
|
}
|
|
5547
5559
|
export interface AuthenticationEventListener extends Entity, Parsable {
|
|
5548
5560
|
/**
|
|
5549
|
-
*
|
|
5561
|
+
* The identifier of the authenticationEventsFlow object.
|
|
5550
5562
|
*/
|
|
5551
5563
|
authenticationEventsFlowId?: string | null;
|
|
5552
5564
|
/**
|
|
@@ -5580,6 +5592,20 @@ export interface AuthenticationEventsFlowCollectionResponse extends BaseCollecti
|
|
|
5580
5592
|
*/
|
|
5581
5593
|
value?: AuthenticationEventsFlow[] | null;
|
|
5582
5594
|
}
|
|
5595
|
+
export interface AuthenticationFlow extends AdditionalDataHolder, BackedModel, Parsable {
|
|
5596
|
+
/**
|
|
5597
|
+
* Stores model information.
|
|
5598
|
+
*/
|
|
5599
|
+
backingStoreEnabled?: boolean | null;
|
|
5600
|
+
/**
|
|
5601
|
+
* The OdataType property
|
|
5602
|
+
*/
|
|
5603
|
+
odataType?: string | null;
|
|
5604
|
+
/**
|
|
5605
|
+
* Represents the transfer methods in scope for the policy. The possible values are: none, deviceCodeFlow, authenticationTransfer, unknownFutureValue. Default value is none.
|
|
5606
|
+
*/
|
|
5607
|
+
transferMethod?: ConditionalAccessTransferMethods[] | null;
|
|
5608
|
+
}
|
|
5583
5609
|
export interface AuthenticationFlowsPolicy extends Entity, Parsable {
|
|
5584
5610
|
/**
|
|
5585
5611
|
* Inherited property. A description of the policy. Optional. Read-only.
|
|
@@ -8349,6 +8375,24 @@ export interface CertificationControl extends AdditionalDataHolder, BackedModel,
|
|
|
8349
8375
|
*/
|
|
8350
8376
|
url?: string | null;
|
|
8351
8377
|
}
|
|
8378
|
+
export interface ChallengingWord extends AdditionalDataHolder, BackedModel, Parsable {
|
|
8379
|
+
/**
|
|
8380
|
+
* Stores model information.
|
|
8381
|
+
*/
|
|
8382
|
+
backingStoreEnabled?: boolean | null;
|
|
8383
|
+
/**
|
|
8384
|
+
* Number of times the word was found challenging by the student during the reading session.
|
|
8385
|
+
*/
|
|
8386
|
+
count?: number | null;
|
|
8387
|
+
/**
|
|
8388
|
+
* The OdataType property
|
|
8389
|
+
*/
|
|
8390
|
+
odataType?: string | null;
|
|
8391
|
+
/**
|
|
8392
|
+
* The specific word that the student found challenging during the reading session.
|
|
8393
|
+
*/
|
|
8394
|
+
word?: string | null;
|
|
8395
|
+
}
|
|
8352
8396
|
export interface ChangeTrackedEntity extends Entity, Parsable {
|
|
8353
8397
|
/**
|
|
8354
8398
|
* Identity of the creator of the entity.
|
|
@@ -10799,7 +10843,7 @@ export interface ConditionalAccessPolicy extends Entity, Parsable {
|
|
|
10799
10843
|
*/
|
|
10800
10844
|
state?: ConditionalAccessPolicyState | null;
|
|
10801
10845
|
/**
|
|
10802
|
-
*
|
|
10846
|
+
* Specifies the unique identifier of a Conditional Access template. Inherited from entity.
|
|
10803
10847
|
*/
|
|
10804
10848
|
templateId?: string | null;
|
|
10805
10849
|
}
|
|
@@ -12756,6 +12800,12 @@ export declare function createApplePushNotificationCertificateFromDiscriminatorV
|
|
|
12756
12800
|
* @returns {ApplicationCollectionResponse}
|
|
12757
12801
|
*/
|
|
12758
12802
|
export declare function createApplicationCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
12803
|
+
/**
|
|
12804
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
12805
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
12806
|
+
* @returns {ApplicationContext}
|
|
12807
|
+
*/
|
|
12808
|
+
export declare function createApplicationContextFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
12759
12809
|
/**
|
|
12760
12810
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
12761
12811
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -13224,6 +13274,12 @@ export declare function createAuditPropertyFromDiscriminatorValue(parseNode: Par
|
|
|
13224
13274
|
* @returns {AuditResource}
|
|
13225
13275
|
*/
|
|
13226
13276
|
export declare function createAuditResourceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
13277
|
+
/**
|
|
13278
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
13279
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
13280
|
+
* @returns {AuthContext}
|
|
13281
|
+
*/
|
|
13282
|
+
export declare function createAuthContextFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
13227
13283
|
/**
|
|
13228
13284
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
13229
13285
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -13332,6 +13388,12 @@ export declare function createAuthenticationEventsFlowCollectionResponseFromDisc
|
|
|
13332
13388
|
* @returns {AuthenticationEventsFlow}
|
|
13333
13389
|
*/
|
|
13334
13390
|
export declare function createAuthenticationEventsFlowFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
13391
|
+
/**
|
|
13392
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
13393
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
13394
|
+
* @returns {AuthenticationFlow}
|
|
13395
|
+
*/
|
|
13396
|
+
export declare function createAuthenticationFlowFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
13335
13397
|
/**
|
|
13336
13398
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
13337
13399
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -14106,6 +14168,12 @@ export declare function createCertificationControlFromDiscriminatorValue(parseNo
|
|
|
14106
14168
|
* @returns {Certification}
|
|
14107
14169
|
*/
|
|
14108
14170
|
export declare function createCertificationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
14171
|
+
/**
|
|
14172
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
14173
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
14174
|
+
* @returns {ChallengingWord}
|
|
14175
|
+
*/
|
|
14176
|
+
export declare function createChallengingWordFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
14109
14177
|
/**
|
|
14110
14178
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
14111
14179
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -15900,6 +15968,12 @@ export declare function createDeviceGeoLocationFromDiscriminatorValue(parseNode:
|
|
|
15900
15968
|
* @returns {DeviceHealthAttestationState}
|
|
15901
15969
|
*/
|
|
15902
15970
|
export declare function createDeviceHealthAttestationStateFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
15971
|
+
/**
|
|
15972
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
15973
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
15974
|
+
* @returns {DeviceInfo}
|
|
15975
|
+
*/
|
|
15976
|
+
export declare function createDeviceInfoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
15903
15977
|
/**
|
|
15904
15978
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
15905
15979
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -20142,6 +20216,12 @@ export declare function createOutlookUserFromDiscriminatorValue(parseNode: Parse
|
|
|
20142
20216
|
* @returns {OutOfBoxExperienceSetting}
|
|
20143
20217
|
*/
|
|
20144
20218
|
export declare function createOutOfBoxExperienceSettingFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
20219
|
+
/**
|
|
20220
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
20221
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
20222
|
+
* @returns {OutOfOfficeSettings}
|
|
20223
|
+
*/
|
|
20224
|
+
export declare function createOutOfOfficeSettingsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
20145
20225
|
/**
|
|
20146
20226
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
20147
20227
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -20376,6 +20456,12 @@ export declare function createPhoneAuthenticationMethodFromDiscriminatorValue(pa
|
|
|
20376
20456
|
* @returns {Phone}
|
|
20377
20457
|
*/
|
|
20378
20458
|
export declare function createPhoneFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
20459
|
+
/**
|
|
20460
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
20461
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
20462
|
+
* @returns {PhoneUserConversationMember}
|
|
20463
|
+
*/
|
|
20464
|
+
export declare function createPhoneUserConversationMemberFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
20379
20465
|
/**
|
|
20380
20466
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
20381
20467
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -21330,6 +21416,18 @@ export declare function createRbacApplicationFromDiscriminatorValue(parseNode: P
|
|
|
21330
21416
|
* @returns {ReactionsFacet}
|
|
21331
21417
|
*/
|
|
21332
21418
|
export declare function createReactionsFacetFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
21419
|
+
/**
|
|
21420
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
21421
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
21422
|
+
* @returns {ReadingAssignmentSubmissionCollectionResponse}
|
|
21423
|
+
*/
|
|
21424
|
+
export declare function createReadingAssignmentSubmissionCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
21425
|
+
/**
|
|
21426
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
21427
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
21428
|
+
* @returns {ReadingAssignmentSubmission}
|
|
21429
|
+
*/
|
|
21430
|
+
export declare function createReadingAssignmentSubmissionFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
21333
21431
|
/**
|
|
21334
21432
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
21335
21433
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -21432,6 +21530,18 @@ export declare function createReferencedObjectFromDiscriminatorValue(parseNode:
|
|
|
21432
21530
|
* @returns {ReferenceUpdate}
|
|
21433
21531
|
*/
|
|
21434
21532
|
export declare function createReferenceUpdateFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
21533
|
+
/**
|
|
21534
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
21535
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
21536
|
+
* @returns {ReflectCheckInResponseCollectionResponse}
|
|
21537
|
+
*/
|
|
21538
|
+
export declare function createReflectCheckInResponseCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
21539
|
+
/**
|
|
21540
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
21541
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
21542
|
+
* @returns {ReflectCheckInResponse}
|
|
21543
|
+
*/
|
|
21544
|
+
export declare function createReflectCheckInResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
21435
21545
|
/**
|
|
21436
21546
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
21437
21547
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -21516,6 +21626,12 @@ export declare function createReportFromDiscriminatorValue(parseNode: ParseNode
|
|
|
21516
21626
|
* @returns {ReportRoot}
|
|
21517
21627
|
*/
|
|
21518
21628
|
export declare function createReportRootFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
21629
|
+
/**
|
|
21630
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
21631
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
21632
|
+
* @returns {ReportsRoot}
|
|
21633
|
+
*/
|
|
21634
|
+
export declare function createReportsRootFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
21519
21635
|
/**
|
|
21520
21636
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
21521
21637
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -21654,6 +21770,12 @@ export declare function createRestorePointSearchResponseFromDiscriminatorValue(p
|
|
|
21654
21770
|
* @returns {RestorePointSearchResult}
|
|
21655
21771
|
*/
|
|
21656
21772
|
export declare function createRestorePointSearchResultFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
21773
|
+
/**
|
|
21774
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
21775
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
21776
|
+
* @returns {RestoreSessionArtifactCount}
|
|
21777
|
+
*/
|
|
21778
|
+
export declare function createRestoreSessionArtifactCountFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
21657
21779
|
/**
|
|
21658
21780
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
21659
21781
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -22296,6 +22418,12 @@ export declare function createServicePrincipalRiskDetectionCollectionResponseFro
|
|
|
22296
22418
|
* @returns {ServicePrincipalRiskDetection}
|
|
22297
22419
|
*/
|
|
22298
22420
|
export declare function createServicePrincipalRiskDetectionFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
22421
|
+
/**
|
|
22422
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
22423
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
22424
|
+
* @returns {ServicePrincipalSignIn}
|
|
22425
|
+
*/
|
|
22426
|
+
export declare function createServicePrincipalSignInFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
22299
22427
|
/**
|
|
22300
22428
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
22301
22429
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -22560,6 +22688,18 @@ export declare function createSignInActivityFromDiscriminatorValue(parseNode: Pa
|
|
|
22560
22688
|
* @returns {SignInCollectionResponse}
|
|
22561
22689
|
*/
|
|
22562
22690
|
export declare function createSignInCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
22691
|
+
/**
|
|
22692
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
22693
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
22694
|
+
* @returns {SignInConditions}
|
|
22695
|
+
*/
|
|
22696
|
+
export declare function createSignInConditionsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
22697
|
+
/**
|
|
22698
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
22699
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
22700
|
+
* @returns {SignInContext}
|
|
22701
|
+
*/
|
|
22702
|
+
export declare function createSignInContextFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
22563
22703
|
/**
|
|
22564
22704
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
22565
22705
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -22578,6 +22718,12 @@ export declare function createSignInFromDiscriminatorValue(parseNode: ParseNode
|
|
|
22578
22718
|
* @returns {SigningCertificateUpdateStatus}
|
|
22579
22719
|
*/
|
|
22580
22720
|
export declare function createSigningCertificateUpdateStatusFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
22721
|
+
/**
|
|
22722
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
22723
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
22724
|
+
* @returns {SignInIdentity}
|
|
22725
|
+
*/
|
|
22726
|
+
export declare function createSignInIdentityFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
22581
22727
|
/**
|
|
22582
22728
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
22583
22729
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -24330,6 +24476,12 @@ export declare function createUsedInsightCollectionResponseFromDiscriminatorValu
|
|
|
24330
24476
|
* @returns {UsedInsight}
|
|
24331
24477
|
*/
|
|
24332
24478
|
export declare function createUsedInsightFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
24479
|
+
/**
|
|
24480
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
24481
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
24482
|
+
* @returns {UserActionContext}
|
|
24483
|
+
*/
|
|
24484
|
+
export declare function createUserActionContextFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
24333
24485
|
/**
|
|
24334
24486
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
24335
24487
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -24840,6 +24992,12 @@ export declare function createUserSecurityStateFromDiscriminatorValue(parseNode:
|
|
|
24840
24992
|
* @returns {UserSettings}
|
|
24841
24993
|
*/
|
|
24842
24994
|
export declare function createUserSettingsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
24995
|
+
/**
|
|
24996
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
24997
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
24998
|
+
* @returns {UserSignIn}
|
|
24999
|
+
*/
|
|
25000
|
+
export declare function createUserSignInFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
24843
25001
|
/**
|
|
24844
25002
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
24845
25003
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -25158,6 +25316,12 @@ export declare function createWebPartPositionFromDiscriminatorValue(parseNode: P
|
|
|
25158
25316
|
* @returns {Website}
|
|
25159
25317
|
*/
|
|
25160
25318
|
export declare function createWebsiteFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
25319
|
+
/**
|
|
25320
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
25321
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
25322
|
+
* @returns {WhatIfAnalysisResult}
|
|
25323
|
+
*/
|
|
25324
|
+
export declare function createWhatIfAnalysisResultFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
25161
25325
|
/**
|
|
25162
25326
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
25163
25327
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -28231,6 +28395,12 @@ export declare function deserializeIntoApplication(application?: Partial<Applica
|
|
|
28231
28395
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
28232
28396
|
*/
|
|
28233
28397
|
export declare function deserializeIntoApplicationCollectionResponse(applicationCollectionResponse?: Partial<ApplicationCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
28398
|
+
/**
|
|
28399
|
+
* The deserialization information for the current model
|
|
28400
|
+
* @param ApplicationContext The instance to deserialize into.
|
|
28401
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
28402
|
+
*/
|
|
28403
|
+
export declare function deserializeIntoApplicationContext(applicationContext?: Partial<ApplicationContext> | undefined): Record<string, (node: ParseNode) => void>;
|
|
28234
28404
|
/**
|
|
28235
28405
|
* The deserialization information for the current model
|
|
28236
28406
|
* @param ApplicationEnforcedRestrictionsSessionControl The instance to deserialize into.
|
|
@@ -28693,6 +28863,12 @@ export declare function deserializeIntoAuditProperty(auditProperty?: Partial<Aud
|
|
|
28693
28863
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
28694
28864
|
*/
|
|
28695
28865
|
export declare function deserializeIntoAuditResource(auditResource?: Partial<AuditResource> | undefined): Record<string, (node: ParseNode) => void>;
|
|
28866
|
+
/**
|
|
28867
|
+
* The deserialization information for the current model
|
|
28868
|
+
* @param AuthContext The instance to deserialize into.
|
|
28869
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
28870
|
+
*/
|
|
28871
|
+
export declare function deserializeIntoAuthContext(authContext?: Partial<AuthContext> | undefined): Record<string, (node: ParseNode) => void>;
|
|
28696
28872
|
/**
|
|
28697
28873
|
* The deserialization information for the current model
|
|
28698
28874
|
* @param Authentication The instance to deserialize into.
|
|
@@ -28807,6 +28983,12 @@ export declare function deserializeIntoAuthenticationEventsFlow(authenticationEv
|
|
|
28807
28983
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
28808
28984
|
*/
|
|
28809
28985
|
export declare function deserializeIntoAuthenticationEventsFlowCollectionResponse(authenticationEventsFlowCollectionResponse?: Partial<AuthenticationEventsFlowCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
28986
|
+
/**
|
|
28987
|
+
* The deserialization information for the current model
|
|
28988
|
+
* @param AuthenticationFlow The instance to deserialize into.
|
|
28989
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
28990
|
+
*/
|
|
28991
|
+
export declare function deserializeIntoAuthenticationFlow(authenticationFlow?: Partial<AuthenticationFlow> | undefined): Record<string, (node: ParseNode) => void>;
|
|
28810
28992
|
/**
|
|
28811
28993
|
* The deserialization information for the current model
|
|
28812
28994
|
* @param AuthenticationFlowsPolicy The instance to deserialize into.
|
|
@@ -29575,6 +29757,12 @@ export declare function deserializeIntoCertification(certification?: Partial<Cer
|
|
|
29575
29757
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
29576
29758
|
*/
|
|
29577
29759
|
export declare function deserializeIntoCertificationControl(certificationControl?: Partial<CertificationControl> | undefined): Record<string, (node: ParseNode) => void>;
|
|
29760
|
+
/**
|
|
29761
|
+
* The deserialization information for the current model
|
|
29762
|
+
* @param ChallengingWord The instance to deserialize into.
|
|
29763
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
29764
|
+
*/
|
|
29765
|
+
export declare function deserializeIntoChallengingWord(challengingWord?: Partial<ChallengingWord> | undefined): Record<string, (node: ParseNode) => void>;
|
|
29578
29766
|
/**
|
|
29579
29767
|
* The deserialization information for the current model
|
|
29580
29768
|
* @param ChangeTrackedEntity The instance to deserialize into.
|
|
@@ -31369,6 +31557,12 @@ export declare function deserializeIntoDeviceGeoLocation(deviceGeoLocation?: Par
|
|
|
31369
31557
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
31370
31558
|
*/
|
|
31371
31559
|
export declare function deserializeIntoDeviceHealthAttestationState(deviceHealthAttestationState?: Partial<DeviceHealthAttestationState> | undefined): Record<string, (node: ParseNode) => void>;
|
|
31560
|
+
/**
|
|
31561
|
+
* The deserialization information for the current model
|
|
31562
|
+
* @param DeviceInfo The instance to deserialize into.
|
|
31563
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
31564
|
+
*/
|
|
31565
|
+
export declare function deserializeIntoDeviceInfo(deviceInfo?: Partial<DeviceInfo> | undefined): Record<string, (node: ParseNode) => void>;
|
|
31372
31566
|
/**
|
|
31373
31567
|
* The deserialization information for the current model
|
|
31374
31568
|
* @param DeviceInstallState The instance to deserialize into.
|
|
@@ -35611,6 +35805,12 @@ export declare function deserializeIntoOutlookUser(outlookUser?: Partial<Outlook
|
|
|
35611
35805
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
35612
35806
|
*/
|
|
35613
35807
|
export declare function deserializeIntoOutOfBoxExperienceSetting(outOfBoxExperienceSetting?: Partial<OutOfBoxExperienceSetting> | undefined): Record<string, (node: ParseNode) => void>;
|
|
35808
|
+
/**
|
|
35809
|
+
* The deserialization information for the current model
|
|
35810
|
+
* @param OutOfOfficeSettings The instance to deserialize into.
|
|
35811
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
35812
|
+
*/
|
|
35813
|
+
export declare function deserializeIntoOutOfOfficeSettings(outOfOfficeSettings?: Partial<OutOfOfficeSettings> | undefined): Record<string, (node: ParseNode) => void>;
|
|
35614
35814
|
/**
|
|
35615
35815
|
* The deserialization information for the current model
|
|
35616
35816
|
* @param PackageEscaped The instance to deserialize into.
|
|
@@ -35845,6 +36045,12 @@ export declare function deserializeIntoPhoneAuthenticationMethod(phoneAuthentica
|
|
|
35845
36045
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
35846
36046
|
*/
|
|
35847
36047
|
export declare function deserializeIntoPhoneAuthenticationMethodCollectionResponse(phoneAuthenticationMethodCollectionResponse?: Partial<PhoneAuthenticationMethodCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
36048
|
+
/**
|
|
36049
|
+
* The deserialization information for the current model
|
|
36050
|
+
* @param PhoneUserConversationMember The instance to deserialize into.
|
|
36051
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
36052
|
+
*/
|
|
36053
|
+
export declare function deserializeIntoPhoneUserConversationMember(phoneUserConversationMember?: Partial<PhoneUserConversationMember> | undefined): Record<string, (node: ParseNode) => void>;
|
|
35848
36054
|
/**
|
|
35849
36055
|
* The deserialization information for the current model
|
|
35850
36056
|
* @param Photo The instance to deserialize into.
|
|
@@ -36799,6 +37005,18 @@ export declare function deserializeIntoRbacApplication(rbacApplication?: Partial
|
|
|
36799
37005
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
36800
37006
|
*/
|
|
36801
37007
|
export declare function deserializeIntoReactionsFacet(reactionsFacet?: Partial<ReactionsFacet> | undefined): Record<string, (node: ParseNode) => void>;
|
|
37008
|
+
/**
|
|
37009
|
+
* The deserialization information for the current model
|
|
37010
|
+
* @param ReadingAssignmentSubmission The instance to deserialize into.
|
|
37011
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
37012
|
+
*/
|
|
37013
|
+
export declare function deserializeIntoReadingAssignmentSubmission(readingAssignmentSubmission?: Partial<ReadingAssignmentSubmission> | undefined): Record<string, (node: ParseNode) => void>;
|
|
37014
|
+
/**
|
|
37015
|
+
* The deserialization information for the current model
|
|
37016
|
+
* @param ReadingAssignmentSubmissionCollectionResponse The instance to deserialize into.
|
|
37017
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
37018
|
+
*/
|
|
37019
|
+
export declare function deserializeIntoReadingAssignmentSubmissionCollectionResponse(readingAssignmentSubmissionCollectionResponse?: Partial<ReadingAssignmentSubmissionCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
36802
37020
|
/**
|
|
36803
37021
|
* The deserialization information for the current model
|
|
36804
37022
|
* @param RecentNotebook The instance to deserialize into.
|
|
@@ -36901,6 +37119,18 @@ export declare function deserializeIntoReferencedObject(referencedObject?: Parti
|
|
|
36901
37119
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
36902
37120
|
*/
|
|
36903
37121
|
export declare function deserializeIntoReferenceUpdate(referenceUpdate?: Partial<ReferenceUpdate> | undefined): Record<string, (node: ParseNode) => void>;
|
|
37122
|
+
/**
|
|
37123
|
+
* The deserialization information for the current model
|
|
37124
|
+
* @param ReflectCheckInResponse The instance to deserialize into.
|
|
37125
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
37126
|
+
*/
|
|
37127
|
+
export declare function deserializeIntoReflectCheckInResponse(reflectCheckInResponse?: Partial<ReflectCheckInResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
37128
|
+
/**
|
|
37129
|
+
* The deserialization information for the current model
|
|
37130
|
+
* @param ReflectCheckInResponseCollectionResponse The instance to deserialize into.
|
|
37131
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
37132
|
+
*/
|
|
37133
|
+
export declare function deserializeIntoReflectCheckInResponseCollectionResponse(reflectCheckInResponseCollectionResponse?: Partial<ReflectCheckInResponseCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
36904
37134
|
/**
|
|
36905
37135
|
* The deserialization information for the current model
|
|
36906
37136
|
* @param RegistrationEnforcement The instance to deserialize into.
|
|
@@ -36985,6 +37215,12 @@ export declare function deserializeIntoReport(report?: Partial<Report> | undefin
|
|
|
36985
37215
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
36986
37216
|
*/
|
|
36987
37217
|
export declare function deserializeIntoReportRoot(reportRoot?: Partial<ReportRoot> | undefined): Record<string, (node: ParseNode) => void>;
|
|
37218
|
+
/**
|
|
37219
|
+
* The deserialization information for the current model
|
|
37220
|
+
* @param ReportsRoot The instance to deserialize into.
|
|
37221
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
37222
|
+
*/
|
|
37223
|
+
export declare function deserializeIntoReportsRoot(reportsRoot?: Partial<ReportsRoot> | undefined): Record<string, (node: ParseNode) => void>;
|
|
36988
37224
|
/**
|
|
36989
37225
|
* The deserialization information for the current model
|
|
36990
37226
|
* @param Request The instance to deserialize into.
|
|
@@ -37123,6 +37359,12 @@ export declare function deserializeIntoRestorePointSearchResponse(restorePointSe
|
|
|
37123
37359
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
37124
37360
|
*/
|
|
37125
37361
|
export declare function deserializeIntoRestorePointSearchResult(restorePointSearchResult?: Partial<RestorePointSearchResult> | undefined): Record<string, (node: ParseNode) => void>;
|
|
37362
|
+
/**
|
|
37363
|
+
* The deserialization information for the current model
|
|
37364
|
+
* @param RestoreSessionArtifactCount The instance to deserialize into.
|
|
37365
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
37366
|
+
*/
|
|
37367
|
+
export declare function deserializeIntoRestoreSessionArtifactCount(restoreSessionArtifactCount?: Partial<RestoreSessionArtifactCount> | undefined): Record<string, (node: ParseNode) => void>;
|
|
37126
37368
|
/**
|
|
37127
37369
|
* The deserialization information for the current model
|
|
37128
37370
|
* @param RestoreSessionBase The instance to deserialize into.
|
|
@@ -37765,6 +38007,12 @@ export declare function deserializeIntoServicePrincipalRiskDetection(servicePrin
|
|
|
37765
38007
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
37766
38008
|
*/
|
|
37767
38009
|
export declare function deserializeIntoServicePrincipalRiskDetectionCollectionResponse(servicePrincipalRiskDetectionCollectionResponse?: Partial<ServicePrincipalRiskDetectionCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
38010
|
+
/**
|
|
38011
|
+
* The deserialization information for the current model
|
|
38012
|
+
* @param ServicePrincipalSignIn The instance to deserialize into.
|
|
38013
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
38014
|
+
*/
|
|
38015
|
+
export declare function deserializeIntoServicePrincipalSignIn(servicePrincipalSignIn?: Partial<ServicePrincipalSignIn> | undefined): Record<string, (node: ParseNode) => void>;
|
|
37768
38016
|
/**
|
|
37769
38017
|
* The deserialization information for the current model
|
|
37770
38018
|
* @param ServiceProvisioningError The instance to deserialize into.
|
|
@@ -38035,6 +38283,18 @@ export declare function deserializeIntoSignInActivity(signInActivity?: Partial<S
|
|
|
38035
38283
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
38036
38284
|
*/
|
|
38037
38285
|
export declare function deserializeIntoSignInCollectionResponse(signInCollectionResponse?: Partial<SignInCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
38286
|
+
/**
|
|
38287
|
+
* The deserialization information for the current model
|
|
38288
|
+
* @param SignInConditions The instance to deserialize into.
|
|
38289
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
38290
|
+
*/
|
|
38291
|
+
export declare function deserializeIntoSignInConditions(signInConditions?: Partial<SignInConditions> | undefined): Record<string, (node: ParseNode) => void>;
|
|
38292
|
+
/**
|
|
38293
|
+
* The deserialization information for the current model
|
|
38294
|
+
* @param SignInContext The instance to deserialize into.
|
|
38295
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
38296
|
+
*/
|
|
38297
|
+
export declare function deserializeIntoSignInContext(signInContext?: Partial<SignInContext> | undefined): Record<string, (node: ParseNode) => void>;
|
|
38038
38298
|
/**
|
|
38039
38299
|
* The deserialization information for the current model
|
|
38040
38300
|
* @param SignInFrequencySessionControl The instance to deserialize into.
|
|
@@ -38047,6 +38307,12 @@ export declare function deserializeIntoSignInFrequencySessionControl(signInFrequ
|
|
|
38047
38307
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
38048
38308
|
*/
|
|
38049
38309
|
export declare function deserializeIntoSigningCertificateUpdateStatus(signingCertificateUpdateStatus?: Partial<SigningCertificateUpdateStatus> | undefined): Record<string, (node: ParseNode) => void>;
|
|
38310
|
+
/**
|
|
38311
|
+
* The deserialization information for the current model
|
|
38312
|
+
* @param SignInIdentity The instance to deserialize into.
|
|
38313
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
38314
|
+
*/
|
|
38315
|
+
export declare function deserializeIntoSignInIdentity(signInIdentity?: Partial<SignInIdentity> | undefined): Record<string, (node: ParseNode) => void>;
|
|
38050
38316
|
/**
|
|
38051
38317
|
* The deserialization information for the current model
|
|
38052
38318
|
* @param SignInLocation The instance to deserialize into.
|
|
@@ -39805,6 +40071,12 @@ export declare function deserializeIntoUsedInsightCollectionResponse(usedInsight
|
|
|
39805
40071
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
39806
40072
|
*/
|
|
39807
40073
|
export declare function deserializeIntoUser(user?: Partial<User> | undefined): Record<string, (node: ParseNode) => void>;
|
|
40074
|
+
/**
|
|
40075
|
+
* The deserialization information for the current model
|
|
40076
|
+
* @param UserActionContext The instance to deserialize into.
|
|
40077
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
40078
|
+
*/
|
|
40079
|
+
export declare function deserializeIntoUserActionContext(userActionContext?: Partial<UserActionContext> | undefined): Record<string, (node: ParseNode) => void>;
|
|
39808
40080
|
/**
|
|
39809
40081
|
* The deserialization information for the current model
|
|
39810
40082
|
* @param UserActivity The instance to deserialize into.
|
|
@@ -40309,6 +40581,12 @@ export declare function deserializeIntoUserSecurityState(userSecurityState?: Par
|
|
|
40309
40581
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
40310
40582
|
*/
|
|
40311
40583
|
export declare function deserializeIntoUserSettings(userSettings?: Partial<UserSettings> | undefined): Record<string, (node: ParseNode) => void>;
|
|
40584
|
+
/**
|
|
40585
|
+
* The deserialization information for the current model
|
|
40586
|
+
* @param UserSignIn The instance to deserialize into.
|
|
40587
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
40588
|
+
*/
|
|
40589
|
+
export declare function deserializeIntoUserSignIn(userSignIn?: Partial<UserSignIn> | undefined): Record<string, (node: ParseNode) => void>;
|
|
40312
40590
|
/**
|
|
40313
40591
|
* The deserialization information for the current model
|
|
40314
40592
|
* @param UserSignInInsight The instance to deserialize into.
|
|
@@ -40627,6 +40905,12 @@ export declare function deserializeIntoWebPartPosition(webPartPosition?: Partial
|
|
|
40627
40905
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
40628
40906
|
*/
|
|
40629
40907
|
export declare function deserializeIntoWebsite(website?: Partial<Website> | undefined): Record<string, (node: ParseNode) => void>;
|
|
40908
|
+
/**
|
|
40909
|
+
* The deserialization information for the current model
|
|
40910
|
+
* @param WhatIfAnalysisResult The instance to deserialize into.
|
|
40911
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
40912
|
+
*/
|
|
40913
|
+
export declare function deserializeIntoWhatIfAnalysisResult(whatIfAnalysisResult?: Partial<WhatIfAnalysisResult> | undefined): Record<string, (node: ParseNode) => void>;
|
|
40630
40914
|
/**
|
|
40631
40915
|
* The deserialization information for the current model
|
|
40632
40916
|
* @param Win32LobApp The instance to deserialize into.
|
|
@@ -43202,6 +43486,132 @@ export interface DeviceHealthAttestationState extends AdditionalDataHolder, Back
|
|
|
43202
43486
|
*/
|
|
43203
43487
|
windowsPE?: string | null;
|
|
43204
43488
|
}
|
|
43489
|
+
export interface DeviceInfo extends AdditionalDataHolder, BackedModel, Parsable {
|
|
43490
|
+
/**
|
|
43491
|
+
* Stores model information.
|
|
43492
|
+
*/
|
|
43493
|
+
backingStoreEnabled?: boolean | null;
|
|
43494
|
+
/**
|
|
43495
|
+
* Unique identifier set by Azure Device Registration Service at the time of registration.
|
|
43496
|
+
*/
|
|
43497
|
+
deviceId?: string | null;
|
|
43498
|
+
/**
|
|
43499
|
+
* The display name for the device.
|
|
43500
|
+
*/
|
|
43501
|
+
displayName?: string | null;
|
|
43502
|
+
/**
|
|
43503
|
+
* Enrollment profile applied to the device.
|
|
43504
|
+
*/
|
|
43505
|
+
enrollmentProfileName?: string | null;
|
|
43506
|
+
/**
|
|
43507
|
+
* Extension attribute.
|
|
43508
|
+
*/
|
|
43509
|
+
extensionAttribute1?: string | null;
|
|
43510
|
+
/**
|
|
43511
|
+
* Extension attribute.
|
|
43512
|
+
*/
|
|
43513
|
+
extensionAttribute10?: string | null;
|
|
43514
|
+
/**
|
|
43515
|
+
* Extension attribute.
|
|
43516
|
+
*/
|
|
43517
|
+
extensionAttribute11?: string | null;
|
|
43518
|
+
/**
|
|
43519
|
+
* Extension attribute.
|
|
43520
|
+
*/
|
|
43521
|
+
extensionAttribute12?: string | null;
|
|
43522
|
+
/**
|
|
43523
|
+
* Extension attribute.
|
|
43524
|
+
*/
|
|
43525
|
+
extensionAttribute13?: string | null;
|
|
43526
|
+
/**
|
|
43527
|
+
* Extension attribute.
|
|
43528
|
+
*/
|
|
43529
|
+
extensionAttribute14?: string | null;
|
|
43530
|
+
/**
|
|
43531
|
+
* Extension attribute.
|
|
43532
|
+
*/
|
|
43533
|
+
extensionAttribute15?: string | null;
|
|
43534
|
+
/**
|
|
43535
|
+
* Extension attribute.
|
|
43536
|
+
*/
|
|
43537
|
+
extensionAttribute2?: string | null;
|
|
43538
|
+
/**
|
|
43539
|
+
* Extension attribute.
|
|
43540
|
+
*/
|
|
43541
|
+
extensionAttribute3?: string | null;
|
|
43542
|
+
/**
|
|
43543
|
+
* Extension attribute.
|
|
43544
|
+
*/
|
|
43545
|
+
extensionAttribute4?: string | null;
|
|
43546
|
+
/**
|
|
43547
|
+
* Extension attribute.
|
|
43548
|
+
*/
|
|
43549
|
+
extensionAttribute5?: string | null;
|
|
43550
|
+
/**
|
|
43551
|
+
* Extension attribute.
|
|
43552
|
+
*/
|
|
43553
|
+
extensionAttribute6?: string | null;
|
|
43554
|
+
/**
|
|
43555
|
+
* Extension attribute.
|
|
43556
|
+
*/
|
|
43557
|
+
extensionAttribute7?: string | null;
|
|
43558
|
+
/**
|
|
43559
|
+
* Extension attribute.
|
|
43560
|
+
*/
|
|
43561
|
+
extensionAttribute8?: string | null;
|
|
43562
|
+
/**
|
|
43563
|
+
* Extension attribute.
|
|
43564
|
+
*/
|
|
43565
|
+
extensionAttribute9?: string | null;
|
|
43566
|
+
/**
|
|
43567
|
+
* Indicates the device compliance status with Mobile Management Device (MDM) policies. Default is false.
|
|
43568
|
+
*/
|
|
43569
|
+
isCompliant?: boolean | null;
|
|
43570
|
+
/**
|
|
43571
|
+
* Manufacturer of the device.
|
|
43572
|
+
*/
|
|
43573
|
+
manufacturer?: string | null;
|
|
43574
|
+
/**
|
|
43575
|
+
* Application identifier used to register device into MDM.
|
|
43576
|
+
*/
|
|
43577
|
+
mdmAppId?: string | null;
|
|
43578
|
+
/**
|
|
43579
|
+
* Model of the device.
|
|
43580
|
+
*/
|
|
43581
|
+
model?: string | null;
|
|
43582
|
+
/**
|
|
43583
|
+
* The OdataType property
|
|
43584
|
+
*/
|
|
43585
|
+
odataType?: string | null;
|
|
43586
|
+
/**
|
|
43587
|
+
* The type of operating system on the device.
|
|
43588
|
+
*/
|
|
43589
|
+
operatingSystem?: string | null;
|
|
43590
|
+
/**
|
|
43591
|
+
* The version of the operating system on the device.
|
|
43592
|
+
*/
|
|
43593
|
+
operatingSystemVersion?: string | null;
|
|
43594
|
+
/**
|
|
43595
|
+
* Ownership of the device. This property is set by Intune.
|
|
43596
|
+
*/
|
|
43597
|
+
ownership?: string | null;
|
|
43598
|
+
/**
|
|
43599
|
+
* A collection of physical identifiers for the device.
|
|
43600
|
+
*/
|
|
43601
|
+
physicalIds?: string[] | null;
|
|
43602
|
+
/**
|
|
43603
|
+
* The profile type of the device.
|
|
43604
|
+
*/
|
|
43605
|
+
profileType?: string | null;
|
|
43606
|
+
/**
|
|
43607
|
+
* List of labels applied to the device by the system.
|
|
43608
|
+
*/
|
|
43609
|
+
systemLabels?: string[] | null;
|
|
43610
|
+
/**
|
|
43611
|
+
* Type of trust for the joined device.
|
|
43612
|
+
*/
|
|
43613
|
+
trustType?: string | null;
|
|
43614
|
+
}
|
|
43205
43615
|
/**
|
|
43206
43616
|
* Contains properties for the installation state for a device.
|
|
43207
43617
|
*/
|
|
@@ -45681,6 +46091,10 @@ export interface EducationRoot extends AdditionalDataHolder, BackedModel, Parsab
|
|
|
45681
46091
|
* The OdataType property
|
|
45682
46092
|
*/
|
|
45683
46093
|
odataType?: string | null;
|
|
46094
|
+
/**
|
|
46095
|
+
* The reports property
|
|
46096
|
+
*/
|
|
46097
|
+
reports?: ReportsRoot | null;
|
|
45684
46098
|
/**
|
|
45685
46099
|
* The schools property
|
|
45686
46100
|
*/
|
|
@@ -47569,6 +47983,10 @@ export interface FileStorage extends Entity, Parsable {
|
|
|
47569
47983
|
deletedContainers?: FileStorageContainer[] | null;
|
|
47570
47984
|
}
|
|
47571
47985
|
export interface FileStorageContainer extends Entity, Parsable {
|
|
47986
|
+
/**
|
|
47987
|
+
* The columns property
|
|
47988
|
+
*/
|
|
47989
|
+
columns?: ColumnDefinition[] | null;
|
|
47572
47990
|
/**
|
|
47573
47991
|
* Container type ID of the fileStorageContainer. For details about container types, see Container Types. Each container must have only one container type. Read-only.
|
|
47574
47992
|
*/
|
|
@@ -48278,7 +48696,7 @@ export interface GroupLifecyclePolicyCollectionResponse extends BaseCollectionPa
|
|
|
48278
48696
|
}
|
|
48279
48697
|
export interface GroupMembers extends Parsable, SubjectSet {
|
|
48280
48698
|
/**
|
|
48281
|
-
* The name of the group in Microsoft Entra ID. Read
|
|
48699
|
+
* The name of the group in Microsoft Entra ID. Read-only.
|
|
48282
48700
|
*/
|
|
48283
48701
|
description?: string | null;
|
|
48284
48702
|
/**
|
|
@@ -49064,6 +49482,7 @@ export interface Initiator extends Identity, Parsable {
|
|
|
49064
49482
|
initiatorType?: InitiatorType | null;
|
|
49065
49483
|
}
|
|
49066
49484
|
export type InitiatorType = (typeof InitiatorTypeObject)[keyof typeof InitiatorTypeObject];
|
|
49485
|
+
export type InsiderRiskLevel = (typeof InsiderRiskLevelObject)[keyof typeof InsiderRiskLevelObject];
|
|
49067
49486
|
export interface InsightIdentity extends AdditionalDataHolder, BackedModel, Parsable {
|
|
49068
49487
|
/**
|
|
49069
49488
|
* The email address of the user who shared the item.
|
|
@@ -52378,6 +52797,10 @@ export interface MailboxRestoreArtifact extends Parsable, RestoreArtifactBase {
|
|
|
52378
52797
|
* The new restored folder name.
|
|
52379
52798
|
*/
|
|
52380
52799
|
restoredFolderName?: string | null;
|
|
52800
|
+
/**
|
|
52801
|
+
* The number of items that are being restored in the folder.
|
|
52802
|
+
*/
|
|
52803
|
+
restoredItemCount?: number | null;
|
|
52381
52804
|
}
|
|
52382
52805
|
export interface MailboxRestoreArtifactCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
|
|
52383
52806
|
/**
|
|
@@ -56428,7 +56851,7 @@ export interface OnlineMeeting extends OnlineMeetingBase, Parsable {
|
|
|
56428
56851
|
*/
|
|
56429
56852
|
endDateTime?: Date | null;
|
|
56430
56853
|
/**
|
|
56431
|
-
* The
|
|
56854
|
+
* The external ID that is a custom identifier. Optional.
|
|
56432
56855
|
*/
|
|
56433
56856
|
externalId?: string | null;
|
|
56434
56857
|
/**
|
|
@@ -56474,7 +56897,7 @@ export interface OnlineMeetingBase extends Entity, Parsable {
|
|
|
56474
56897
|
*/
|
|
56475
56898
|
allowedLobbyAdmitters?: AllowedLobbyAdmitterRoles | null;
|
|
56476
56899
|
/**
|
|
56477
|
-
* Specifies who can be a presenter in a meeting.
|
|
56900
|
+
* Specifies who can be a presenter in a meeting. Possible values are: everyone, organization, roleIsPresenter, organizer, unknownFutureValue. Inherited from onlineMeetingBase.
|
|
56478
56901
|
*/
|
|
56479
56902
|
allowedPresenters?: OnlineMeetingPresenters | null;
|
|
56480
56903
|
/**
|
|
@@ -56525,6 +56948,10 @@ export interface OnlineMeetingBase extends Entity, Parsable {
|
|
|
56525
56948
|
* Specifies the configuration settings for meeting chat restrictions.
|
|
56526
56949
|
*/
|
|
56527
56950
|
chatRestrictions?: ChatRestrictions | null;
|
|
56951
|
+
/**
|
|
56952
|
+
* The isEndToEndEncryptionEnabled property
|
|
56953
|
+
*/
|
|
56954
|
+
isEndToEndEncryptionEnabled?: boolean | null;
|
|
56528
56955
|
/**
|
|
56529
56956
|
* Indicates whether to announce when callers join or leave.
|
|
56530
56957
|
*/
|
|
@@ -57580,6 +58007,24 @@ export interface OutOfBoxExperienceSetting extends AdditionalDataHolder, BackedM
|
|
|
57580
58007
|
*/
|
|
57581
58008
|
userType?: WindowsUserType | null;
|
|
57582
58009
|
}
|
|
58010
|
+
export interface OutOfOfficeSettings extends AdditionalDataHolder, BackedModel, Parsable {
|
|
58011
|
+
/**
|
|
58012
|
+
* Stores model information.
|
|
58013
|
+
*/
|
|
58014
|
+
backingStoreEnabled?: boolean | null;
|
|
58015
|
+
/**
|
|
58016
|
+
* The isOutOfOffice property
|
|
58017
|
+
*/
|
|
58018
|
+
isOutOfOffice?: boolean | null;
|
|
58019
|
+
/**
|
|
58020
|
+
* The message property
|
|
58021
|
+
*/
|
|
58022
|
+
message?: string | null;
|
|
58023
|
+
/**
|
|
58024
|
+
* The OdataType property
|
|
58025
|
+
*/
|
|
58026
|
+
odataType?: string | null;
|
|
58027
|
+
}
|
|
57583
58028
|
export interface PackageEscaped extends AdditionalDataHolder, BackedModel, Parsable {
|
|
57584
58029
|
/**
|
|
57585
58030
|
* Stores model information.
|
|
@@ -58430,6 +58875,12 @@ export interface PhoneAuthenticationMethodCollectionResponse extends BaseCollect
|
|
|
58430
58875
|
value?: PhoneAuthenticationMethod[] | null;
|
|
58431
58876
|
}
|
|
58432
58877
|
export type PhoneType = (typeof PhoneTypeObject)[keyof typeof PhoneTypeObject];
|
|
58878
|
+
export interface PhoneUserConversationMember extends ConversationMember, Parsable {
|
|
58879
|
+
/**
|
|
58880
|
+
* The phoneNumber property
|
|
58881
|
+
*/
|
|
58882
|
+
phoneNumber?: string | null;
|
|
58883
|
+
}
|
|
58433
58884
|
export interface Photo extends AdditionalDataHolder, BackedModel, Parsable {
|
|
58434
58885
|
/**
|
|
58435
58886
|
* Stores model information.
|
|
@@ -59353,6 +59804,14 @@ export interface Presence extends Entity, Parsable {
|
|
|
59353
59804
|
* The base presence information for a user. Possible values are Available, AvailableIdle, Away, BeRightBack, Busy, BusyIdle, DoNotDisturb, Offline, PresenceUnknown
|
|
59354
59805
|
*/
|
|
59355
59806
|
availability?: string | null;
|
|
59807
|
+
/**
|
|
59808
|
+
* The outOfOfficeSettings property
|
|
59809
|
+
*/
|
|
59810
|
+
outOfOfficeSettings?: OutOfOfficeSettings | null;
|
|
59811
|
+
/**
|
|
59812
|
+
* The sequenceNumber property
|
|
59813
|
+
*/
|
|
59814
|
+
sequenceNumber?: string | null;
|
|
59356
59815
|
/**
|
|
59357
59816
|
* The presence status message of a user.
|
|
59358
59817
|
*/
|
|
@@ -61678,6 +62137,98 @@ export interface ReactionsFacet extends AdditionalDataHolder, BackedModel, Parsa
|
|
|
61678
62137
|
*/
|
|
61679
62138
|
shareCount?: number | null;
|
|
61680
62139
|
}
|
|
62140
|
+
export interface ReadingAssignmentSubmission extends Entity, Parsable {
|
|
62141
|
+
/**
|
|
62142
|
+
* Accuracy score of the reading progress.
|
|
62143
|
+
*/
|
|
62144
|
+
accuracyScore?: number | null;
|
|
62145
|
+
/**
|
|
62146
|
+
* Indicates whether the submission is an attempt by the student or a miscue edit done by the educator. The possible values are Attempt and EditMiscue.
|
|
62147
|
+
*/
|
|
62148
|
+
action?: string | null;
|
|
62149
|
+
/**
|
|
62150
|
+
* ID of the assignment with which this submission is associated.
|
|
62151
|
+
*/
|
|
62152
|
+
assignmentId?: string | null;
|
|
62153
|
+
/**
|
|
62154
|
+
* List of words that the student found challenging during the reading session.
|
|
62155
|
+
*/
|
|
62156
|
+
challengingWords?: ChallengingWord[] | null;
|
|
62157
|
+
/**
|
|
62158
|
+
* ID of the class this reading progress is associated with.
|
|
62159
|
+
*/
|
|
62160
|
+
classId?: string | null;
|
|
62161
|
+
/**
|
|
62162
|
+
* Insertions of the reading progress.
|
|
62163
|
+
*/
|
|
62164
|
+
insertions?: number | null;
|
|
62165
|
+
/**
|
|
62166
|
+
* Mispronunciations of the reading progress.
|
|
62167
|
+
*/
|
|
62168
|
+
mispronunciations?: number | null;
|
|
62169
|
+
/**
|
|
62170
|
+
* Number of exclamation marks missed in the reading passage.
|
|
62171
|
+
*/
|
|
62172
|
+
missedExclamationMarks?: number | null;
|
|
62173
|
+
/**
|
|
62174
|
+
* Number of periods missed in the reading passage.
|
|
62175
|
+
*/
|
|
62176
|
+
missedPeriods?: number | null;
|
|
62177
|
+
/**
|
|
62178
|
+
* Number of question marks missed in the reading passage.
|
|
62179
|
+
*/
|
|
62180
|
+
missedQuestionMarks?: number | null;
|
|
62181
|
+
/**
|
|
62182
|
+
* Number of short words missed during the reading session.
|
|
62183
|
+
*/
|
|
62184
|
+
missedShorts?: number | null;
|
|
62185
|
+
/**
|
|
62186
|
+
* Score that reflects the student's use of intonation and expression. Lower scores indicate more monotone reading.
|
|
62187
|
+
*/
|
|
62188
|
+
monotoneScore?: number | null;
|
|
62189
|
+
/**
|
|
62190
|
+
* Omissions of the reading progress.
|
|
62191
|
+
*/
|
|
62192
|
+
omissions?: number | null;
|
|
62193
|
+
/**
|
|
62194
|
+
* Number of times the student repeated words or phrases during the reading session.
|
|
62195
|
+
*/
|
|
62196
|
+
repetitions?: number | null;
|
|
62197
|
+
/**
|
|
62198
|
+
* Number of times the student self-corrected their reading errors.
|
|
62199
|
+
*/
|
|
62200
|
+
selfCorrections?: number | null;
|
|
62201
|
+
/**
|
|
62202
|
+
* ID of the user this reading progress is associated with.
|
|
62203
|
+
*/
|
|
62204
|
+
studentId?: string | null;
|
|
62205
|
+
/**
|
|
62206
|
+
* Date and time of the submission this reading progress is associated with. 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.
|
|
62207
|
+
*/
|
|
62208
|
+
submissionDateTime?: Date | null;
|
|
62209
|
+
/**
|
|
62210
|
+
* ID of the submission this reading progress is associated with.
|
|
62211
|
+
*/
|
|
62212
|
+
submissionId?: string | null;
|
|
62213
|
+
/**
|
|
62214
|
+
* Number of unexpected pauses made during the reading session.
|
|
62215
|
+
*/
|
|
62216
|
+
unexpectedPauses?: number | null;
|
|
62217
|
+
/**
|
|
62218
|
+
* Words count of the reading progress.
|
|
62219
|
+
*/
|
|
62220
|
+
wordCount?: number | null;
|
|
62221
|
+
/**
|
|
62222
|
+
* Words per minute of the reading progress.
|
|
62223
|
+
*/
|
|
62224
|
+
wordsPerMinute?: number | null;
|
|
62225
|
+
}
|
|
62226
|
+
export interface ReadingAssignmentSubmissionCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
|
|
62227
|
+
/**
|
|
62228
|
+
* The value property
|
|
62229
|
+
*/
|
|
62230
|
+
value?: ReadingAssignmentSubmission[] | null;
|
|
62231
|
+
}
|
|
61681
62232
|
export interface RecentNotebook extends AdditionalDataHolder, BackedModel, Parsable {
|
|
61682
62233
|
/**
|
|
61683
62234
|
* Stores model information.
|
|
@@ -61964,6 +62515,54 @@ export interface ReferenceUpdate extends AdditionalDataHolder, BackedModel, Pars
|
|
|
61964
62515
|
*/
|
|
61965
62516
|
odataType?: string | null;
|
|
61966
62517
|
}
|
|
62518
|
+
export interface ReflectCheckInResponse extends Entity, Parsable {
|
|
62519
|
+
/**
|
|
62520
|
+
* Identifier for the Reflect check-in.
|
|
62521
|
+
*/
|
|
62522
|
+
checkInId?: string | null;
|
|
62523
|
+
/**
|
|
62524
|
+
* The question or prompt of the Reflect check-in that this response addresses.
|
|
62525
|
+
*/
|
|
62526
|
+
checkInTitle?: string | null;
|
|
62527
|
+
/**
|
|
62528
|
+
* ID of the class associated with the Reflect check-in.
|
|
62529
|
+
*/
|
|
62530
|
+
classId?: string | null;
|
|
62531
|
+
/**
|
|
62532
|
+
* Date and time when the Reflect check-in was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
|
|
62533
|
+
*/
|
|
62534
|
+
createdDateTime?: Date | null;
|
|
62535
|
+
/**
|
|
62536
|
+
* ID of the user who created the Reflect check-in.
|
|
62537
|
+
*/
|
|
62538
|
+
creatorId?: string | null;
|
|
62539
|
+
/**
|
|
62540
|
+
* Indicates whether the Reflect check-in is closed (true) or open (false).
|
|
62541
|
+
*/
|
|
62542
|
+
isClosed?: boolean | null;
|
|
62543
|
+
/**
|
|
62544
|
+
* ID of the user who responded to the Reflect check-in.
|
|
62545
|
+
*/
|
|
62546
|
+
responderId?: string | null;
|
|
62547
|
+
/**
|
|
62548
|
+
* The responseEmotion property
|
|
62549
|
+
*/
|
|
62550
|
+
responseEmotion?: ResponseEmotionType | null;
|
|
62551
|
+
/**
|
|
62552
|
+
* The responseFeedback property
|
|
62553
|
+
*/
|
|
62554
|
+
responseFeedback?: ResponseFeedbackType | null;
|
|
62555
|
+
/**
|
|
62556
|
+
* Date and time when the response to the Reflect check-in was submitted. 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.
|
|
62557
|
+
*/
|
|
62558
|
+
submitDateTime?: Date | null;
|
|
62559
|
+
}
|
|
62560
|
+
export interface ReflectCheckInResponseCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
|
|
62561
|
+
/**
|
|
62562
|
+
* The value property
|
|
62563
|
+
*/
|
|
62564
|
+
value?: ReflectCheckInResponse[] | null;
|
|
62565
|
+
}
|
|
61967
62566
|
export interface RegistrationEnforcement extends AdditionalDataHolder, BackedModel, Parsable {
|
|
61968
62567
|
/**
|
|
61969
62568
|
* Run campaigns to remind users to set up targeted authentication methods.
|
|
@@ -62355,6 +62954,16 @@ export interface ReportRoot extends AdditionalDataHolder, BackedModel, Parsable
|
|
|
62355
62954
|
*/
|
|
62356
62955
|
security?: SecurityReportsRoot | null;
|
|
62357
62956
|
}
|
|
62957
|
+
export interface ReportsRoot extends Entity, Parsable {
|
|
62958
|
+
/**
|
|
62959
|
+
* The readingAssignmentSubmissions property
|
|
62960
|
+
*/
|
|
62961
|
+
readingAssignmentSubmissions?: ReadingAssignmentSubmission[] | null;
|
|
62962
|
+
/**
|
|
62963
|
+
* The reflectCheckInResponses property
|
|
62964
|
+
*/
|
|
62965
|
+
reflectCheckInResponses?: ReflectCheckInResponse[] | null;
|
|
62966
|
+
}
|
|
62358
62967
|
export interface Request extends Entity, Parsable {
|
|
62359
62968
|
/**
|
|
62360
62969
|
* The identifier of the approval of the request.
|
|
@@ -62653,6 +63262,8 @@ export interface ResourceVisualization extends AdditionalDataHolder, BackedModel
|
|
|
62653
63262
|
*/
|
|
62654
63263
|
type?: string | null;
|
|
62655
63264
|
}
|
|
63265
|
+
export type ResponseEmotionType = (typeof ResponseEmotionTypeObject)[keyof typeof ResponseEmotionTypeObject];
|
|
63266
|
+
export type ResponseFeedbackType = (typeof ResponseFeedbackTypeObject)[keyof typeof ResponseFeedbackTypeObject];
|
|
62656
63267
|
export interface ResponseStatus extends AdditionalDataHolder, BackedModel, Parsable {
|
|
62657
63268
|
/**
|
|
62658
63269
|
* Stores model information.
|
|
@@ -62750,6 +63361,7 @@ export interface RestoreArtifactsBulkRequestBase extends Entity, Parsable {
|
|
|
62750
63361
|
tags?: RestorePointTags[] | null;
|
|
62751
63362
|
}
|
|
62752
63363
|
export type RestoreArtifactsBulkRequestStatus = (typeof RestoreArtifactsBulkRequestStatusObject)[keyof typeof RestoreArtifactsBulkRequestStatusObject];
|
|
63364
|
+
export type RestoreJobType = (typeof RestoreJobTypeObject)[keyof typeof RestoreJobTypeObject];
|
|
62753
63365
|
export interface RestorePoint extends Entity, Parsable {
|
|
62754
63366
|
/**
|
|
62755
63367
|
* Expiration date time of the restore point.
|
|
@@ -62816,6 +63428,32 @@ export interface RestorePointSearchResult extends AdditionalDataHolder, BackedMo
|
|
|
62816
63428
|
restorePoint?: RestorePoint | null;
|
|
62817
63429
|
}
|
|
62818
63430
|
export type RestorePointTags = (typeof RestorePointTagsObject)[keyof typeof RestorePointTagsObject];
|
|
63431
|
+
export interface RestoreSessionArtifactCount extends AdditionalDataHolder, BackedModel, Parsable {
|
|
63432
|
+
/**
|
|
63433
|
+
* Stores model information.
|
|
63434
|
+
*/
|
|
63435
|
+
backingStoreEnabled?: boolean | null;
|
|
63436
|
+
/**
|
|
63437
|
+
* The number of artifacts whose restoration completed.
|
|
63438
|
+
*/
|
|
63439
|
+
completed?: number | null;
|
|
63440
|
+
/**
|
|
63441
|
+
* The number of artifacts whose restoration failed.
|
|
63442
|
+
*/
|
|
63443
|
+
failed?: number | null;
|
|
63444
|
+
/**
|
|
63445
|
+
* The number of artifacts whose restoration is in progress.
|
|
63446
|
+
*/
|
|
63447
|
+
inProgress?: number | null;
|
|
63448
|
+
/**
|
|
63449
|
+
* The OdataType property
|
|
63450
|
+
*/
|
|
63451
|
+
odataType?: string | null;
|
|
63452
|
+
/**
|
|
63453
|
+
* The number of artifacts present in the restore session.
|
|
63454
|
+
*/
|
|
63455
|
+
total?: number | null;
|
|
63456
|
+
}
|
|
62819
63457
|
export interface RestoreSessionBase extends Entity, Parsable {
|
|
62820
63458
|
/**
|
|
62821
63459
|
* The time of completion of the restore session.
|
|
@@ -62841,6 +63479,14 @@ export interface RestoreSessionBase extends Entity, Parsable {
|
|
|
62841
63479
|
* Timestamp of the last modification of the restore session.
|
|
62842
63480
|
*/
|
|
62843
63481
|
lastModifiedDateTime?: Date | null;
|
|
63482
|
+
/**
|
|
63483
|
+
* Indicates whether the restore session was created normally or by a bulk job.
|
|
63484
|
+
*/
|
|
63485
|
+
restoreJobType?: RestoreJobType | null;
|
|
63486
|
+
/**
|
|
63487
|
+
* The number of metadata artifacts that belong to this restore session.
|
|
63488
|
+
*/
|
|
63489
|
+
restoreSessionArtifactCount?: RestoreSessionArtifactCount | null;
|
|
62844
63490
|
/**
|
|
62845
63491
|
* 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.
|
|
62846
63492
|
*/
|
|
@@ -64450,10 +65096,6 @@ export interface Security extends Entity, Parsable {
|
|
|
64450
65096
|
* The attackSimulation property
|
|
64451
65097
|
*/
|
|
64452
65098
|
attackSimulation?: AttackSimulationRoot | null;
|
|
64453
|
-
/**
|
|
64454
|
-
* The auditLog property
|
|
64455
|
-
*/
|
|
64456
|
-
auditLog?: AuditCoreRoot | null;
|
|
64457
65099
|
/**
|
|
64458
65100
|
* The cases property
|
|
64459
65101
|
*/
|
|
@@ -65854,6 +66496,13 @@ export declare function serializeApplication(writer: SerializationWriter, applic
|
|
|
65854
66496
|
* @param writer Serialization writer to use to serialize this model
|
|
65855
66497
|
*/
|
|
65856
66498
|
export declare function serializeApplicationCollectionResponse(writer: SerializationWriter, applicationCollectionResponse?: Partial<ApplicationCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
66499
|
+
/**
|
|
66500
|
+
* Serializes information the current object
|
|
66501
|
+
* @param ApplicationContext The instance to serialize from.
|
|
66502
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
66503
|
+
* @param writer Serialization writer to use to serialize this model
|
|
66504
|
+
*/
|
|
66505
|
+
export declare function serializeApplicationContext(writer: SerializationWriter, applicationContext?: Partial<ApplicationContext> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
65857
66506
|
/**
|
|
65858
66507
|
* Serializes information the current object
|
|
65859
66508
|
* @param ApplicationEnforcedRestrictionsSessionControl The instance to serialize from.
|
|
@@ -66393,6 +67042,13 @@ export declare function serializeAuditProperty(writer: SerializationWriter, audi
|
|
|
66393
67042
|
* @param writer Serialization writer to use to serialize this model
|
|
66394
67043
|
*/
|
|
66395
67044
|
export declare function serializeAuditResource(writer: SerializationWriter, auditResource?: Partial<AuditResource> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
67045
|
+
/**
|
|
67046
|
+
* Serializes information the current object
|
|
67047
|
+
* @param AuthContext The instance to serialize from.
|
|
67048
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
67049
|
+
* @param writer Serialization writer to use to serialize this model
|
|
67050
|
+
*/
|
|
67051
|
+
export declare function serializeAuthContext(writer: SerializationWriter, authContext?: Partial<AuthContext> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
66396
67052
|
/**
|
|
66397
67053
|
* Serializes information the current object
|
|
66398
67054
|
* @param Authentication The instance to serialize from.
|
|
@@ -66526,6 +67182,13 @@ export declare function serializeAuthenticationEventsFlow(writer: SerializationW
|
|
|
66526
67182
|
* @param writer Serialization writer to use to serialize this model
|
|
66527
67183
|
*/
|
|
66528
67184
|
export declare function serializeAuthenticationEventsFlowCollectionResponse(writer: SerializationWriter, authenticationEventsFlowCollectionResponse?: Partial<AuthenticationEventsFlowCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
67185
|
+
/**
|
|
67186
|
+
* Serializes information the current object
|
|
67187
|
+
* @param AuthenticationFlow The instance to serialize from.
|
|
67188
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
67189
|
+
* @param writer Serialization writer to use to serialize this model
|
|
67190
|
+
*/
|
|
67191
|
+
export declare function serializeAuthenticationFlow(writer: SerializationWriter, authenticationFlow?: Partial<AuthenticationFlow> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
66529
67192
|
/**
|
|
66530
67193
|
* Serializes information the current object
|
|
66531
67194
|
* @param AuthenticationFlowsPolicy The instance to serialize from.
|
|
@@ -67422,6 +68085,13 @@ export declare function serializeCertification(writer: SerializationWriter, cert
|
|
|
67422
68085
|
* @param writer Serialization writer to use to serialize this model
|
|
67423
68086
|
*/
|
|
67424
68087
|
export declare function serializeCertificationControl(writer: SerializationWriter, certificationControl?: Partial<CertificationControl> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
68088
|
+
/**
|
|
68089
|
+
* Serializes information the current object
|
|
68090
|
+
* @param ChallengingWord The instance to serialize from.
|
|
68091
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
68092
|
+
* @param writer Serialization writer to use to serialize this model
|
|
68093
|
+
*/
|
|
68094
|
+
export declare function serializeChallengingWord(writer: SerializationWriter, challengingWord?: Partial<ChallengingWord> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
67425
68095
|
/**
|
|
67426
68096
|
* Serializes information the current object
|
|
67427
68097
|
* @param ChangeTrackedEntity The instance to serialize from.
|
|
@@ -69515,6 +70185,13 @@ export declare function serializeDeviceGeoLocation(writer: SerializationWriter,
|
|
|
69515
70185
|
* @param writer Serialization writer to use to serialize this model
|
|
69516
70186
|
*/
|
|
69517
70187
|
export declare function serializeDeviceHealthAttestationState(writer: SerializationWriter, deviceHealthAttestationState?: Partial<DeviceHealthAttestationState> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
70188
|
+
/**
|
|
70189
|
+
* Serializes information the current object
|
|
70190
|
+
* @param DeviceInfo The instance to serialize from.
|
|
70191
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
70192
|
+
* @param writer Serialization writer to use to serialize this model
|
|
70193
|
+
*/
|
|
70194
|
+
export declare function serializeDeviceInfo(writer: SerializationWriter, deviceInfo?: Partial<DeviceInfo> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
69518
70195
|
/**
|
|
69519
70196
|
* Serializes information the current object
|
|
69520
70197
|
* @param DeviceInstallState The instance to serialize from.
|
|
@@ -74464,6 +75141,13 @@ export declare function serializeOutlookUser(writer: SerializationWriter, outloo
|
|
|
74464
75141
|
* @param writer Serialization writer to use to serialize this model
|
|
74465
75142
|
*/
|
|
74466
75143
|
export declare function serializeOutOfBoxExperienceSetting(writer: SerializationWriter, outOfBoxExperienceSetting?: Partial<OutOfBoxExperienceSetting> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
75144
|
+
/**
|
|
75145
|
+
* Serializes information the current object
|
|
75146
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
75147
|
+
* @param OutOfOfficeSettings The instance to serialize from.
|
|
75148
|
+
* @param writer Serialization writer to use to serialize this model
|
|
75149
|
+
*/
|
|
75150
|
+
export declare function serializeOutOfOfficeSettings(writer: SerializationWriter, outOfOfficeSettings?: Partial<OutOfOfficeSettings> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
74467
75151
|
/**
|
|
74468
75152
|
* Serializes information the current object
|
|
74469
75153
|
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
@@ -74737,6 +75421,13 @@ export declare function serializePhoneAuthenticationMethod(writer: Serialization
|
|
|
74737
75421
|
* @param writer Serialization writer to use to serialize this model
|
|
74738
75422
|
*/
|
|
74739
75423
|
export declare function serializePhoneAuthenticationMethodCollectionResponse(writer: SerializationWriter, phoneAuthenticationMethodCollectionResponse?: Partial<PhoneAuthenticationMethodCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
75424
|
+
/**
|
|
75425
|
+
* Serializes information the current object
|
|
75426
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
75427
|
+
* @param PhoneUserConversationMember The instance to serialize from.
|
|
75428
|
+
* @param writer Serialization writer to use to serialize this model
|
|
75429
|
+
*/
|
|
75430
|
+
export declare function serializePhoneUserConversationMember(writer: SerializationWriter, phoneUserConversationMember?: Partial<PhoneUserConversationMember> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
74740
75431
|
/**
|
|
74741
75432
|
* Serializes information the current object
|
|
74742
75433
|
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
@@ -75850,6 +76541,20 @@ export declare function serializeRbacApplication(writer: SerializationWriter, rb
|
|
|
75850
76541
|
* @param writer Serialization writer to use to serialize this model
|
|
75851
76542
|
*/
|
|
75852
76543
|
export declare function serializeReactionsFacet(writer: SerializationWriter, reactionsFacet?: Partial<ReactionsFacet> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
76544
|
+
/**
|
|
76545
|
+
* Serializes information the current object
|
|
76546
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
76547
|
+
* @param ReadingAssignmentSubmission The instance to serialize from.
|
|
76548
|
+
* @param writer Serialization writer to use to serialize this model
|
|
76549
|
+
*/
|
|
76550
|
+
export declare function serializeReadingAssignmentSubmission(writer: SerializationWriter, readingAssignmentSubmission?: Partial<ReadingAssignmentSubmission> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
76551
|
+
/**
|
|
76552
|
+
* Serializes information the current object
|
|
76553
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
76554
|
+
* @param ReadingAssignmentSubmissionCollectionResponse The instance to serialize from.
|
|
76555
|
+
* @param writer Serialization writer to use to serialize this model
|
|
76556
|
+
*/
|
|
76557
|
+
export declare function serializeReadingAssignmentSubmissionCollectionResponse(writer: SerializationWriter, readingAssignmentSubmissionCollectionResponse?: Partial<ReadingAssignmentSubmissionCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
75853
76558
|
/**
|
|
75854
76559
|
* Serializes information the current object
|
|
75855
76560
|
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
@@ -75969,6 +76674,20 @@ export declare function serializeReferencedObject(writer: SerializationWriter, r
|
|
|
75969
76674
|
* @param writer Serialization writer to use to serialize this model
|
|
75970
76675
|
*/
|
|
75971
76676
|
export declare function serializeReferenceUpdate(writer: SerializationWriter, referenceUpdate?: Partial<ReferenceUpdate> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
76677
|
+
/**
|
|
76678
|
+
* Serializes information the current object
|
|
76679
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
76680
|
+
* @param ReflectCheckInResponse The instance to serialize from.
|
|
76681
|
+
* @param writer Serialization writer to use to serialize this model
|
|
76682
|
+
*/
|
|
76683
|
+
export declare function serializeReflectCheckInResponse(writer: SerializationWriter, reflectCheckInResponse?: Partial<ReflectCheckInResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
76684
|
+
/**
|
|
76685
|
+
* Serializes information the current object
|
|
76686
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
76687
|
+
* @param ReflectCheckInResponseCollectionResponse The instance to serialize from.
|
|
76688
|
+
* @param writer Serialization writer to use to serialize this model
|
|
76689
|
+
*/
|
|
76690
|
+
export declare function serializeReflectCheckInResponseCollectionResponse(writer: SerializationWriter, reflectCheckInResponseCollectionResponse?: Partial<ReflectCheckInResponseCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
75972
76691
|
/**
|
|
75973
76692
|
* Serializes information the current object
|
|
75974
76693
|
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
@@ -76067,6 +76786,13 @@ export declare function serializeReport(writer: SerializationWriter, report?: Pa
|
|
|
76067
76786
|
* @param writer Serialization writer to use to serialize this model
|
|
76068
76787
|
*/
|
|
76069
76788
|
export declare function serializeReportRoot(writer: SerializationWriter, reportRoot?: Partial<ReportRoot> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
76789
|
+
/**
|
|
76790
|
+
* Serializes information the current object
|
|
76791
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
76792
|
+
* @param ReportsRoot The instance to serialize from.
|
|
76793
|
+
* @param writer Serialization writer to use to serialize this model
|
|
76794
|
+
*/
|
|
76795
|
+
export declare function serializeReportsRoot(writer: SerializationWriter, reportsRoot?: Partial<ReportsRoot> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
76070
76796
|
/**
|
|
76071
76797
|
* Serializes information the current object
|
|
76072
76798
|
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
@@ -76228,6 +76954,13 @@ export declare function serializeRestorePointSearchResponse(writer: Serializatio
|
|
|
76228
76954
|
* @param writer Serialization writer to use to serialize this model
|
|
76229
76955
|
*/
|
|
76230
76956
|
export declare function serializeRestorePointSearchResult(writer: SerializationWriter, restorePointSearchResult?: Partial<RestorePointSearchResult> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
76957
|
+
/**
|
|
76958
|
+
* Serializes information the current object
|
|
76959
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
76960
|
+
* @param RestoreSessionArtifactCount The instance to serialize from.
|
|
76961
|
+
* @param writer Serialization writer to use to serialize this model
|
|
76962
|
+
*/
|
|
76963
|
+
export declare function serializeRestoreSessionArtifactCount(writer: SerializationWriter, restoreSessionArtifactCount?: Partial<RestoreSessionArtifactCount> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
76231
76964
|
/**
|
|
76232
76965
|
* Serializes information the current object
|
|
76233
76966
|
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
@@ -76977,6 +77710,13 @@ export declare function serializeServicePrincipalRiskDetection(writer: Serializa
|
|
|
76977
77710
|
* @param writer Serialization writer to use to serialize this model
|
|
76978
77711
|
*/
|
|
76979
77712
|
export declare function serializeServicePrincipalRiskDetectionCollectionResponse(writer: SerializationWriter, servicePrincipalRiskDetectionCollectionResponse?: Partial<ServicePrincipalRiskDetectionCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
77713
|
+
/**
|
|
77714
|
+
* Serializes information the current object
|
|
77715
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
77716
|
+
* @param ServicePrincipalSignIn The instance to serialize from.
|
|
77717
|
+
* @param writer Serialization writer to use to serialize this model
|
|
77718
|
+
*/
|
|
77719
|
+
export declare function serializeServicePrincipalSignIn(writer: SerializationWriter, servicePrincipalSignIn?: Partial<ServicePrincipalSignIn> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
76980
77720
|
/**
|
|
76981
77721
|
* Serializes information the current object
|
|
76982
77722
|
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
@@ -77292,6 +78032,20 @@ export declare function serializeSignInActivity(writer: SerializationWriter, sig
|
|
|
77292
78032
|
* @param writer Serialization writer to use to serialize this model
|
|
77293
78033
|
*/
|
|
77294
78034
|
export declare function serializeSignInCollectionResponse(writer: SerializationWriter, signInCollectionResponse?: Partial<SignInCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
78035
|
+
/**
|
|
78036
|
+
* Serializes information the current object
|
|
78037
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
78038
|
+
* @param SignInConditions The instance to serialize from.
|
|
78039
|
+
* @param writer Serialization writer to use to serialize this model
|
|
78040
|
+
*/
|
|
78041
|
+
export declare function serializeSignInConditions(writer: SerializationWriter, signInConditions?: Partial<SignInConditions> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
78042
|
+
/**
|
|
78043
|
+
* Serializes information the current object
|
|
78044
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
78045
|
+
* @param SignInContext The instance to serialize from.
|
|
78046
|
+
* @param writer Serialization writer to use to serialize this model
|
|
78047
|
+
*/
|
|
78048
|
+
export declare function serializeSignInContext(writer: SerializationWriter, signInContext?: Partial<SignInContext> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
77295
78049
|
/**
|
|
77296
78050
|
* Serializes information the current object
|
|
77297
78051
|
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
@@ -77306,6 +78060,13 @@ export declare function serializeSignInFrequencySessionControl(writer: Serializa
|
|
|
77306
78060
|
* @param writer Serialization writer to use to serialize this model
|
|
77307
78061
|
*/
|
|
77308
78062
|
export declare function serializeSigningCertificateUpdateStatus(writer: SerializationWriter, signingCertificateUpdateStatus?: Partial<SigningCertificateUpdateStatus> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
78063
|
+
/**
|
|
78064
|
+
* Serializes information the current object
|
|
78065
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
78066
|
+
* @param SignInIdentity The instance to serialize from.
|
|
78067
|
+
* @param writer Serialization writer to use to serialize this model
|
|
78068
|
+
*/
|
|
78069
|
+
export declare function serializeSignInIdentity(writer: SerializationWriter, signInIdentity?: Partial<SignInIdentity> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
77309
78070
|
/**
|
|
77310
78071
|
* Serializes information the current object
|
|
77311
78072
|
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
@@ -79357,6 +80118,13 @@ export declare function serializeUsedInsightCollectionResponse(writer: Serializa
|
|
|
79357
80118
|
* @param writer Serialization writer to use to serialize this model
|
|
79358
80119
|
*/
|
|
79359
80120
|
export declare function serializeUser(writer: SerializationWriter, user?: Partial<User> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
80121
|
+
/**
|
|
80122
|
+
* Serializes information the current object
|
|
80123
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
80124
|
+
* @param UserActionContext The instance to serialize from.
|
|
80125
|
+
* @param writer Serialization writer to use to serialize this model
|
|
80126
|
+
*/
|
|
80127
|
+
export declare function serializeUserActionContext(writer: SerializationWriter, userActionContext?: Partial<UserActionContext> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
79360
80128
|
/**
|
|
79361
80129
|
* Serializes information the current object
|
|
79362
80130
|
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
@@ -79945,6 +80713,13 @@ export declare function serializeUserSecurityState(writer: SerializationWriter,
|
|
|
79945
80713
|
* @param writer Serialization writer to use to serialize this model
|
|
79946
80714
|
*/
|
|
79947
80715
|
export declare function serializeUserSettings(writer: SerializationWriter, userSettings?: Partial<UserSettings> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
80716
|
+
/**
|
|
80717
|
+
* Serializes information the current object
|
|
80718
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
80719
|
+
* @param UserSignIn The instance to serialize from.
|
|
80720
|
+
* @param writer Serialization writer to use to serialize this model
|
|
80721
|
+
*/
|
|
80722
|
+
export declare function serializeUserSignIn(writer: SerializationWriter, userSignIn?: Partial<UserSignIn> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
79948
80723
|
/**
|
|
79949
80724
|
* Serializes information the current object
|
|
79950
80725
|
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
@@ -80316,6 +81091,13 @@ export declare function serializeWebPartPosition(writer: SerializationWriter, we
|
|
|
80316
81091
|
* @param writer Serialization writer to use to serialize this model
|
|
80317
81092
|
*/
|
|
80318
81093
|
export declare function serializeWebsite(writer: SerializationWriter, website?: Partial<Website> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
81094
|
+
/**
|
|
81095
|
+
* Serializes information the current object
|
|
81096
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
81097
|
+
* @param WhatIfAnalysisResult The instance to serialize from.
|
|
81098
|
+
* @param writer Serialization writer to use to serialize this model
|
|
81099
|
+
*/
|
|
81100
|
+
export declare function serializeWhatIfAnalysisResult(writer: SerializationWriter, whatIfAnalysisResult?: Partial<WhatIfAnalysisResult> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
80319
81101
|
/**
|
|
80320
81102
|
* Serializes information the current object
|
|
80321
81103
|
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
@@ -82041,6 +82823,12 @@ export interface ServicePrincipalRiskDetectionCollectionResponse extends BaseCol
|
|
|
82041
82823
|
*/
|
|
82042
82824
|
value?: ServicePrincipalRiskDetection[] | null;
|
|
82043
82825
|
}
|
|
82826
|
+
export interface ServicePrincipalSignIn extends Parsable, SignInIdentity {
|
|
82827
|
+
/**
|
|
82828
|
+
* appId of the service principal that is signing in.
|
|
82829
|
+
*/
|
|
82830
|
+
servicePrincipalId?: string | null;
|
|
82831
|
+
}
|
|
82044
82832
|
export interface ServiceProvisioningError extends AdditionalDataHolder, BackedModel, Parsable {
|
|
82045
82833
|
/**
|
|
82046
82834
|
* Stores model information.
|
|
@@ -82869,7 +83657,7 @@ export interface ShiftActivity extends AdditionalDataHolder, BackedModel, Parsab
|
|
|
82869
83657
|
*/
|
|
82870
83658
|
displayName?: string | null;
|
|
82871
83659
|
/**
|
|
82872
|
-
* The end date and time for the shiftActivity. 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. Required.
|
|
83660
|
+
* The end date and time for the shiftActivity. 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. Required.
|
|
82873
83661
|
*/
|
|
82874
83662
|
endDateTime?: Date | null;
|
|
82875
83663
|
/**
|
|
@@ -82881,7 +83669,7 @@ export interface ShiftActivity extends AdditionalDataHolder, BackedModel, Parsab
|
|
|
82881
83669
|
*/
|
|
82882
83670
|
odataType?: string | null;
|
|
82883
83671
|
/**
|
|
82884
|
-
* The start date and time for the shiftActivity. 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. Required.
|
|
83672
|
+
* The start date and time for the shiftActivity. 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. Required.
|
|
82885
83673
|
*/
|
|
82886
83674
|
startDateTime?: Date | null;
|
|
82887
83675
|
/**
|
|
@@ -83071,6 +83859,66 @@ export interface SignInCollectionResponse extends BaseCollectionPaginationCountR
|
|
|
83071
83859
|
*/
|
|
83072
83860
|
value?: SignIn[] | null;
|
|
83073
83861
|
}
|
|
83862
|
+
export interface SignInConditions extends AdditionalDataHolder, BackedModel, Parsable {
|
|
83863
|
+
/**
|
|
83864
|
+
* Type of authentication flow. The possible value is: deviceCodeFlow or authenticationTransfer. Default value is none.
|
|
83865
|
+
*/
|
|
83866
|
+
authenticationFlow?: AuthenticationFlow | null;
|
|
83867
|
+
/**
|
|
83868
|
+
* Stores model information.
|
|
83869
|
+
*/
|
|
83870
|
+
backingStoreEnabled?: boolean | null;
|
|
83871
|
+
/**
|
|
83872
|
+
* Client application type. The possible value is: all, browser, mobileAppsAndDesktopClients, exchangeActiveSync, easSupported, other, unknownFutureValue. Default value is all.
|
|
83873
|
+
*/
|
|
83874
|
+
clientAppType?: ConditionalAccessClientApp | null;
|
|
83875
|
+
/**
|
|
83876
|
+
* Country from where the identity is authenticating.
|
|
83877
|
+
*/
|
|
83878
|
+
country?: string | null;
|
|
83879
|
+
/**
|
|
83880
|
+
* Information about the device used for the sign-in.
|
|
83881
|
+
*/
|
|
83882
|
+
deviceInfo?: DeviceInfo | null;
|
|
83883
|
+
/**
|
|
83884
|
+
* Device platform. The possible value is: android, iOS, windows, windowsPhone, macOS, all, unknownFutureValue, linux. Default value is all.
|
|
83885
|
+
*/
|
|
83886
|
+
devicePlatform?: ConditionalAccessDevicePlatform | null;
|
|
83887
|
+
/**
|
|
83888
|
+
* Insider risk associated with the authenticating user. The possible value is: none, minor, moderate, elevated, unknownFutureValue. Default value is none.
|
|
83889
|
+
*/
|
|
83890
|
+
insiderRiskLevel?: InsiderRiskLevel | null;
|
|
83891
|
+
/**
|
|
83892
|
+
* Ip address of the authenticating identity.
|
|
83893
|
+
*/
|
|
83894
|
+
ipAddress?: string | null;
|
|
83895
|
+
/**
|
|
83896
|
+
* The OdataType property
|
|
83897
|
+
*/
|
|
83898
|
+
odataType?: string | null;
|
|
83899
|
+
/**
|
|
83900
|
+
* Risk associated with the service principal. The possible value is: low, medium, high, hidden, none, unknownFutureValue. Default value is none.
|
|
83901
|
+
*/
|
|
83902
|
+
servicePrincipalRiskLevel?: RiskLevel | null;
|
|
83903
|
+
/**
|
|
83904
|
+
* Sign-in risk associated with the user. The possible value is: low, medium, high, hidden, none, unknownFutureValue. Default value is none.
|
|
83905
|
+
*/
|
|
83906
|
+
signInRiskLevel?: RiskLevel | null;
|
|
83907
|
+
/**
|
|
83908
|
+
* The authenticating user's risk level. The possible value is: low, medium, high, hidden, none, unknownFutureValue. Default value is none.
|
|
83909
|
+
*/
|
|
83910
|
+
userRiskLevel?: RiskLevel | null;
|
|
83911
|
+
}
|
|
83912
|
+
export interface SignInContext extends AdditionalDataHolder, BackedModel, Parsable {
|
|
83913
|
+
/**
|
|
83914
|
+
* Stores model information.
|
|
83915
|
+
*/
|
|
83916
|
+
backingStoreEnabled?: boolean | null;
|
|
83917
|
+
/**
|
|
83918
|
+
* The OdataType property
|
|
83919
|
+
*/
|
|
83920
|
+
odataType?: string | null;
|
|
83921
|
+
}
|
|
83074
83922
|
export type SignInFrequencyAuthenticationType = (typeof SignInFrequencyAuthenticationTypeObject)[keyof typeof SignInFrequencyAuthenticationTypeObject];
|
|
83075
83923
|
export type SignInFrequencyInterval = (typeof SignInFrequencyIntervalObject)[keyof typeof SignInFrequencyIntervalObject];
|
|
83076
83924
|
export interface SignInFrequencySessionControl extends ConditionalAccessSessionControl, Parsable {
|
|
@@ -83110,6 +83958,16 @@ export interface SigningCertificateUpdateStatus extends AdditionalDataHolder, Ba
|
|
|
83110
83958
|
*/
|
|
83111
83959
|
odataType?: string | null;
|
|
83112
83960
|
}
|
|
83961
|
+
export interface SignInIdentity extends AdditionalDataHolder, BackedModel, Parsable {
|
|
83962
|
+
/**
|
|
83963
|
+
* Stores model information.
|
|
83964
|
+
*/
|
|
83965
|
+
backingStoreEnabled?: boolean | null;
|
|
83966
|
+
/**
|
|
83967
|
+
* The OdataType property
|
|
83968
|
+
*/
|
|
83969
|
+
odataType?: string | null;
|
|
83970
|
+
}
|
|
83113
83971
|
export interface SignInLocation extends AdditionalDataHolder, BackedModel, Parsable {
|
|
83114
83972
|
/**
|
|
83115
83973
|
* Stores model information.
|
|
@@ -83440,7 +84298,7 @@ export interface SingleServicePrincipal extends Parsable, SubjectSet {
|
|
|
83440
84298
|
}
|
|
83441
84299
|
export interface SingleUser extends Parsable, SubjectSet {
|
|
83442
84300
|
/**
|
|
83443
|
-
* The name of the user in Microsoft Entra ID. Read
|
|
84301
|
+
* The name of the user in Microsoft Entra ID. Read-only.
|
|
83444
84302
|
*/
|
|
83445
84303
|
description?: string | null;
|
|
83446
84304
|
/**
|
|
@@ -85755,7 +86613,7 @@ export interface TeamsTab extends Entity, Parsable {
|
|
|
85755
86613
|
*/
|
|
85756
86614
|
teamsApp?: TeamsApp | null;
|
|
85757
86615
|
/**
|
|
85758
|
-
* Deep link URL of the tab instance. Read
|
|
86616
|
+
* Deep link URL of the tab instance. Read-only.
|
|
85759
86617
|
*/
|
|
85760
86618
|
webUrl?: string | null;
|
|
85761
86619
|
}
|
|
@@ -88285,7 +89143,7 @@ export interface UsageRightsIncluded extends Entity, Parsable {
|
|
|
88285
89143
|
}
|
|
88286
89144
|
export interface UsedInsight extends Entity, Parsable {
|
|
88287
89145
|
/**
|
|
88288
|
-
* Information about when the item was last viewed or modified by the user. Read
|
|
89146
|
+
* Information about when the item was last viewed or modified by the user. Read-only.
|
|
88289
89147
|
*/
|
|
88290
89148
|
lastUsed?: UsageDetails | null;
|
|
88291
89149
|
/**
|
|
@@ -88293,7 +89151,7 @@ export interface UsedInsight extends Entity, Parsable {
|
|
|
88293
89151
|
*/
|
|
88294
89152
|
resource?: Entity | null;
|
|
88295
89153
|
/**
|
|
88296
|
-
* Reference properties of the used document, such as the
|
|
89154
|
+
* Reference properties of the used document, such as the URL and type of the document. Read-only
|
|
88297
89155
|
*/
|
|
88298
89156
|
resourceReference?: ResourceReference | null;
|
|
88299
89157
|
/**
|
|
@@ -88833,6 +89691,13 @@ export interface User extends DirectoryObject, Parsable {
|
|
|
88833
89691
|
userType?: string | null;
|
|
88834
89692
|
}
|
|
88835
89693
|
export type UserAccountSecurityType = (typeof UserAccountSecurityTypeObject)[keyof typeof UserAccountSecurityTypeObject];
|
|
89694
|
+
export type UserAction = (typeof UserActionObject)[keyof typeof UserActionObject];
|
|
89695
|
+
export interface UserActionContext extends Parsable, SignInContext {
|
|
89696
|
+
/**
|
|
89697
|
+
* Represents the user action that the authenticating identity is performing. The possible values are: registerSecurityInformation, registerOrJoinDevices, unknownFutureValue.
|
|
89698
|
+
*/
|
|
89699
|
+
userAction?: UserAction | null;
|
|
89700
|
+
}
|
|
88836
89701
|
export interface UserActivity extends Entity, Parsable {
|
|
88837
89702
|
/**
|
|
88838
89703
|
* Required. URL used to launch the activity in the best native experience represented by the appId. Might launch a web-based app if no native app exists.
|
|
@@ -90616,6 +91481,20 @@ export interface UserSettings extends Entity, Parsable {
|
|
|
90616
91481
|
*/
|
|
90617
91482
|
windows?: WindowsSetting[] | null;
|
|
90618
91483
|
}
|
|
91484
|
+
export interface UserSignIn extends Parsable, SignInIdentity {
|
|
91485
|
+
/**
|
|
91486
|
+
* TenantId of the guest user as applies to Microsoft Entra B2B scenarios.
|
|
91487
|
+
*/
|
|
91488
|
+
externalTenantId?: string | null;
|
|
91489
|
+
/**
|
|
91490
|
+
* The externalUserType property
|
|
91491
|
+
*/
|
|
91492
|
+
externalUserType?: ConditionalAccessGuestOrExternalUserTypes[] | null;
|
|
91493
|
+
/**
|
|
91494
|
+
* Object ID of the user.
|
|
91495
|
+
*/
|
|
91496
|
+
userId?: string | null;
|
|
91497
|
+
}
|
|
90619
91498
|
export interface UserSignInInsight extends GovernanceInsight, Parsable {
|
|
90620
91499
|
/**
|
|
90621
91500
|
* Indicates when the user last signed in.
|
|
@@ -91650,6 +92529,17 @@ export type WeekIndex = (typeof WeekIndexObject)[keyof typeof WeekIndexObject];
|
|
|
91650
92529
|
export type WeeklySchedule = (typeof WeeklyScheduleObject)[keyof typeof WeeklyScheduleObject];
|
|
91651
92530
|
export type WelcomeScreenMeetingInformation = (typeof WelcomeScreenMeetingInformationObject)[keyof typeof WelcomeScreenMeetingInformationObject];
|
|
91652
92531
|
export type WellknownListName = (typeof WellknownListNameObject)[keyof typeof WellknownListNameObject];
|
|
92532
|
+
export type WhatIfAnalysisReasons = (typeof WhatIfAnalysisReasonsObject)[keyof typeof WhatIfAnalysisReasonsObject];
|
|
92533
|
+
export interface WhatIfAnalysisResult extends ConditionalAccessPolicy, Parsable {
|
|
92534
|
+
/**
|
|
92535
|
+
* The analysisReasons property
|
|
92536
|
+
*/
|
|
92537
|
+
analysisReasons?: WhatIfAnalysisReasons[] | null;
|
|
92538
|
+
/**
|
|
92539
|
+
* Specifies whether the policy applies to the sign-in properties provided in the request body. If policyApplies is true, the policy applies to the sign-in based on the sign-in properties provided. If policyApplies is false, the policy doesn't apply to the sign-in based on the sign-in properties provided and the analysisReasons property is populated to show the reason for the policy not applying.
|
|
92540
|
+
*/
|
|
92541
|
+
policyApplies?: boolean | null;
|
|
92542
|
+
}
|
|
91653
92543
|
/**
|
|
91654
92544
|
* Contains properties and inherited properties for Win32 apps.
|
|
91655
92545
|
*/
|
|
@@ -98764,6 +99654,13 @@ export declare const InitiatorTypeObject: {
|
|
|
98764
99654
|
readonly System: "system";
|
|
98765
99655
|
readonly UnknownFutureValue: "unknownFutureValue";
|
|
98766
99656
|
};
|
|
99657
|
+
export declare const InsiderRiskLevelObject: {
|
|
99658
|
+
readonly None: "none";
|
|
99659
|
+
readonly Minor: "minor";
|
|
99660
|
+
readonly Moderate: "moderate";
|
|
99661
|
+
readonly Elevated: "elevated";
|
|
99662
|
+
readonly UnknownFutureValue: "unknownFutureValue";
|
|
99663
|
+
};
|
|
98767
99664
|
/**
|
|
98768
99665
|
* Possible values for the install intent chosen by the admin.
|
|
98769
99666
|
*/
|
|
@@ -101258,6 +102155,76 @@ export declare const RequiredPasswordTypeObject: {
|
|
|
101258
102155
|
/** Numeric password required. */
|
|
101259
102156
|
readonly Numeric: "numeric";
|
|
101260
102157
|
};
|
|
102158
|
+
export declare const ResponseEmotionTypeObject: {
|
|
102159
|
+
readonly None: "none";
|
|
102160
|
+
readonly Confident: "confident";
|
|
102161
|
+
readonly Excited: "excited";
|
|
102162
|
+
readonly Happy: "happy";
|
|
102163
|
+
readonly Motivated: "motivated";
|
|
102164
|
+
readonly Peaceful: "peaceful";
|
|
102165
|
+
readonly Ambitious: "ambitious";
|
|
102166
|
+
readonly Cheerful: "cheerful";
|
|
102167
|
+
readonly Comfortable: "comfortable";
|
|
102168
|
+
readonly Creative: "creative";
|
|
102169
|
+
readonly Determined: "determined";
|
|
102170
|
+
readonly Energized: "energized";
|
|
102171
|
+
readonly Focused: "focused";
|
|
102172
|
+
readonly Fulfilled: "fulfilled";
|
|
102173
|
+
readonly Grateful: "grateful";
|
|
102174
|
+
readonly Included: "included";
|
|
102175
|
+
readonly Inspired: "inspired";
|
|
102176
|
+
readonly Optimistic: "optimistic";
|
|
102177
|
+
readonly Proud: "proud";
|
|
102178
|
+
readonly Successful: "successful";
|
|
102179
|
+
readonly Valuable: "valuable";
|
|
102180
|
+
readonly Annoyed: "annoyed";
|
|
102181
|
+
readonly Bored: "bored";
|
|
102182
|
+
readonly Calm: "calm";
|
|
102183
|
+
readonly Confused: "confused";
|
|
102184
|
+
readonly Glad: "glad";
|
|
102185
|
+
readonly Content: "content";
|
|
102186
|
+
readonly Pensive: "pensive";
|
|
102187
|
+
readonly Reserved: "reserved";
|
|
102188
|
+
readonly Restless: "restless";
|
|
102189
|
+
readonly Shocked: "shocked";
|
|
102190
|
+
readonly Tired: "tired";
|
|
102191
|
+
readonly Angry: "angry";
|
|
102192
|
+
readonly Depressed: "depressed";
|
|
102193
|
+
readonly Exhausted: "exhausted";
|
|
102194
|
+
readonly Lonely: "lonely";
|
|
102195
|
+
readonly Nervous: "nervous";
|
|
102196
|
+
readonly Anxious: "anxious";
|
|
102197
|
+
readonly Apathetic: "apathetic";
|
|
102198
|
+
readonly Concerned: "concerned";
|
|
102199
|
+
readonly Disappointed: "disappointed";
|
|
102200
|
+
readonly Frightened: "frightened";
|
|
102201
|
+
readonly Frustrated: "frustrated";
|
|
102202
|
+
readonly Hopeless: "hopeless";
|
|
102203
|
+
readonly Hurt: "hurt";
|
|
102204
|
+
readonly Jealous: "jealous";
|
|
102205
|
+
readonly Miserable: "miserable";
|
|
102206
|
+
readonly Overwhelmed: "overwhelmed";
|
|
102207
|
+
readonly Skeptical: "skeptical";
|
|
102208
|
+
readonly Stressed: "stressed";
|
|
102209
|
+
readonly Stuck: "stuck";
|
|
102210
|
+
readonly Worthless: "worthless";
|
|
102211
|
+
readonly Awed: "awed";
|
|
102212
|
+
readonly Ashamed: "ashamed";
|
|
102213
|
+
readonly Curious: "curious";
|
|
102214
|
+
readonly Sensitive: "sensitive";
|
|
102215
|
+
readonly Sad: "sad";
|
|
102216
|
+
readonly UnknownFutureValue: "unknownFutureValue";
|
|
102217
|
+
};
|
|
102218
|
+
export declare const ResponseFeedbackTypeObject: {
|
|
102219
|
+
readonly None: "none";
|
|
102220
|
+
readonly NotDetected: "notDetected";
|
|
102221
|
+
readonly VeryUnpleasant: "veryUnpleasant";
|
|
102222
|
+
readonly Unpleasant: "unpleasant";
|
|
102223
|
+
readonly Neutral: "neutral";
|
|
102224
|
+
readonly Pleasant: "pleasant";
|
|
102225
|
+
readonly VeryPleasant: "veryPleasant";
|
|
102226
|
+
readonly UnknownFutureValue: "unknownFutureValue";
|
|
102227
|
+
};
|
|
101261
102228
|
export declare const ResponseTypeObject: {
|
|
101262
102229
|
readonly None: "none";
|
|
101263
102230
|
readonly Organizer: "organizer";
|
|
@@ -101277,6 +102244,11 @@ export declare const RestoreArtifactsBulkRequestStatusObject: {
|
|
|
101277
102244
|
readonly CompletedWithErrors: "completedWithErrors";
|
|
101278
102245
|
readonly UnknownFutureValue: "unknownFutureValue";
|
|
101279
102246
|
};
|
|
102247
|
+
export declare const RestoreJobTypeObject: {
|
|
102248
|
+
readonly Standard: "standard";
|
|
102249
|
+
readonly Bulk: "bulk";
|
|
102250
|
+
readonly UnknownFutureValue: "unknownFutureValue";
|
|
102251
|
+
};
|
|
101280
102252
|
export declare const RestorePointPreferenceObject: {
|
|
101281
102253
|
readonly Latest: "latest";
|
|
101282
102254
|
readonly Oldest: "oldest";
|
|
@@ -102183,6 +103155,11 @@ export declare const UserAccountSecurityTypeObject: {
|
|
|
102183
103155
|
readonly Administrator: "administrator";
|
|
102184
103156
|
readonly UnknownFutureValue: "unknownFutureValue";
|
|
102185
103157
|
};
|
|
103158
|
+
export declare const UserActionObject: {
|
|
103159
|
+
readonly RegisterSecurityInformation: "registerSecurityInformation";
|
|
103160
|
+
readonly RegisterOrJoinDevices: "registerOrJoinDevices";
|
|
103161
|
+
readonly UnknownFutureValue: "unknownFutureValue";
|
|
103162
|
+
};
|
|
102186
103163
|
export declare const UserActivityTypeObject: {
|
|
102187
103164
|
readonly UploadText: "uploadText";
|
|
102188
103165
|
readonly UploadFile: "uploadFile";
|
|
@@ -102454,6 +103431,29 @@ export declare const WellknownListNameObject: {
|
|
|
102454
103431
|
readonly FlaggedEmails: "flaggedEmails";
|
|
102455
103432
|
readonly UnknownFutureValue: "unknownFutureValue";
|
|
102456
103433
|
};
|
|
103434
|
+
export declare const WhatIfAnalysisReasonsObject: {
|
|
103435
|
+
readonly NotSet: "notSet";
|
|
103436
|
+
readonly NotEnoughInformation: "notEnoughInformation";
|
|
103437
|
+
readonly InvalidCondition: "invalidCondition";
|
|
103438
|
+
readonly Users: "users";
|
|
103439
|
+
readonly WorkloadIdentities: "workloadIdentities";
|
|
103440
|
+
readonly Application: "application";
|
|
103441
|
+
readonly UserActions: "userActions";
|
|
103442
|
+
readonly AuthenticationContext: "authenticationContext";
|
|
103443
|
+
readonly DevicePlatform: "devicePlatform";
|
|
103444
|
+
readonly Devices: "devices";
|
|
103445
|
+
readonly ClientApps: "clientApps";
|
|
103446
|
+
readonly Location: "location";
|
|
103447
|
+
readonly SignInRisk: "signInRisk";
|
|
103448
|
+
readonly EmptyPolicy: "emptyPolicy";
|
|
103449
|
+
readonly InvalidPolicy: "invalidPolicy";
|
|
103450
|
+
readonly PolicyNotEnabled: "policyNotEnabled";
|
|
103451
|
+
readonly UserRisk: "userRisk";
|
|
103452
|
+
readonly Time: "time";
|
|
103453
|
+
readonly InsiderRisk: "insiderRisk";
|
|
103454
|
+
readonly AuthenticationFlow: "authenticationFlow";
|
|
103455
|
+
readonly UnknownFutureValue: "unknownFutureValue";
|
|
103456
|
+
};
|
|
102457
103457
|
/**
|
|
102458
103458
|
* Contains value for delivery optimization priority.
|
|
102459
103459
|
*/
|