@microsoft/msgraph-sdk 1.0.0-preview.75 → 1.0.0-preview.77
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/callRecords/index.d.ts +4 -4
- package/models/externalConnectors/index.d.ts +3 -3
- package/models/index.d.ts +1534 -277
- package/models/index.d.ts.map +1 -1
- package/models/index.js +1282 -15
- package/models/index.js.map +1 -1
- package/models/partners/billing/index.d.ts +1 -1
- package/models/search/index.d.ts +3 -3
- package/models/security/index.d.ts +137 -36
- package/models/security/index.d.ts.map +1 -1
- package/models/security/index.js +113 -2
- package/models/security/index.js.map +1 -1
- package/models/teamsAdministration/index.d.ts +256 -0
- package/models/teamsAdministration/index.d.ts.map +1 -0
- package/models/teamsAdministration/index.js +254 -0
- package/models/teamsAdministration/index.js.map +1 -0
- package/models/termStore/index.d.ts +2 -2
- package/package.json +2 -3
- package/tsconfig.tsbuildinfo +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/LICENSE +0 -21
package/models/index.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ import { type LifecycleWorkflowsContainer, type Workflow } from './identityGover
|
|
|
3
3
|
import { type Billing } from './partners/billing/index.js';
|
|
4
4
|
import { type Acronym, type Bookmark, type Qna } from './search/index.js';
|
|
5
5
|
import { BehaviorDuringRetentionPeriod, type CasesRoot, type IdentityContainer as I2b88f0c27d7fd9c000e7e4e78cc3161590db07c518949b504f8a27680ed1200f, type Incident, type LabelsRoot, type ThreatIntelligence, type TriggersRoot, type TriggerTypesRoot } from './security/index.js';
|
|
6
|
+
import { type TeamsAdminRoot } from './teamsAdministration/index.js';
|
|
6
7
|
import { type Set, type Store, type Term } from './termStore/index.js';
|
|
7
8
|
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
9
|
export interface AadUserConversationMember extends ConversationMember, Parsable {
|
|
@@ -1051,7 +1052,7 @@ export interface AccessReviewHistoryDefinition extends Entity, Parsable {
|
|
|
1051
1052
|
*/
|
|
1052
1053
|
createdDateTime?: Date | null;
|
|
1053
1054
|
/**
|
|
1054
|
-
* Determines which review decisions will be included in the fetched review history data if specified. Optional on create. All decisions are included by default if no decisions are provided on create.
|
|
1055
|
+
* Determines which review decisions will be included in the fetched review history data if specified. Optional on create. All decisions are included by default if no decisions are provided on create. The possible values are: approve, deny, dontKnow, notReviewed, and notNotified.
|
|
1055
1056
|
*/
|
|
1056
1057
|
decisions?: AccessReviewHistoryDecisionFilter[] | null;
|
|
1057
1058
|
/**
|
|
@@ -1644,11 +1645,33 @@ export interface AccountTargetContent extends AdditionalDataHolder, BackedModel,
|
|
|
1644
1645
|
*/
|
|
1645
1646
|
odataType?: string | null;
|
|
1646
1647
|
/**
|
|
1647
|
-
* The type of account target content.
|
|
1648
|
+
* The type of account target content. The possible values are: unknown, includeAll, addressBook, unknownFutureValue.
|
|
1648
1649
|
*/
|
|
1649
1650
|
type?: AccountTargetContentType | null;
|
|
1650
1651
|
}
|
|
1651
1652
|
export type AccountTargetContentType = (typeof AccountTargetContentTypeObject)[keyof typeof AccountTargetContentTypeObject];
|
|
1653
|
+
export interface ActionItem extends AdditionalDataHolder, BackedModel, Parsable {
|
|
1654
|
+
/**
|
|
1655
|
+
* Stores model information.
|
|
1656
|
+
*/
|
|
1657
|
+
backingStoreEnabled?: boolean | null;
|
|
1658
|
+
/**
|
|
1659
|
+
* The OdataType property
|
|
1660
|
+
*/
|
|
1661
|
+
odataType?: string | null;
|
|
1662
|
+
/**
|
|
1663
|
+
* The ownerDisplayName property
|
|
1664
|
+
*/
|
|
1665
|
+
ownerDisplayName?: string | null;
|
|
1666
|
+
/**
|
|
1667
|
+
* The text property
|
|
1668
|
+
*/
|
|
1669
|
+
text?: string | null;
|
|
1670
|
+
/**
|
|
1671
|
+
* The title property
|
|
1672
|
+
*/
|
|
1673
|
+
title?: string | null;
|
|
1674
|
+
}
|
|
1652
1675
|
export interface ActionResultPart extends AdditionalDataHolder, BackedModel, Parsable {
|
|
1653
1676
|
/**
|
|
1654
1677
|
* Stores model information.
|
|
@@ -1768,6 +1791,22 @@ export interface AddressBookAccountTargetContent extends AccountTargetContent, P
|
|
|
1768
1791
|
*/
|
|
1769
1792
|
accountTargetEmails?: string[] | null;
|
|
1770
1793
|
}
|
|
1794
|
+
export interface AdhocCall extends Entity, Parsable {
|
|
1795
|
+
/**
|
|
1796
|
+
* The recordings of a call. Read-only.
|
|
1797
|
+
*/
|
|
1798
|
+
recordings?: CallRecording[] | null;
|
|
1799
|
+
/**
|
|
1800
|
+
* The transcripts of a call. Read-only.
|
|
1801
|
+
*/
|
|
1802
|
+
transcripts?: CallTranscript[] | null;
|
|
1803
|
+
}
|
|
1804
|
+
export interface AdhocCallCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
|
|
1805
|
+
/**
|
|
1806
|
+
* The value property
|
|
1807
|
+
*/
|
|
1808
|
+
value?: AdhocCall[] | null;
|
|
1809
|
+
}
|
|
1771
1810
|
export interface Admin extends AdditionalDataHolder, BackedModel, Parsable {
|
|
1772
1811
|
/**
|
|
1773
1812
|
* Stores model information.
|
|
@@ -1801,6 +1840,10 @@ export interface Admin extends AdditionalDataHolder, BackedModel, Parsable {
|
|
|
1801
1840
|
* The sharepoint property
|
|
1802
1841
|
*/
|
|
1803
1842
|
sharepoint?: Sharepoint | null;
|
|
1843
|
+
/**
|
|
1844
|
+
* Represents a collection of user configurations.
|
|
1845
|
+
*/
|
|
1846
|
+
teams?: TeamsAdminRoot | null;
|
|
1804
1847
|
}
|
|
1805
1848
|
export interface AdminConsentRequestPolicy extends Entity, Parsable {
|
|
1806
1849
|
/**
|
|
@@ -1979,7 +2022,7 @@ export interface AgreementAcceptance extends Entity, Parsable {
|
|
|
1979
2022
|
*/
|
|
1980
2023
|
recordedDateTime?: Date | null;
|
|
1981
2024
|
/**
|
|
1982
|
-
* The state of the agreement acceptance.
|
|
2025
|
+
* The state of the agreement acceptance. The possible values are: accepted, declined. Supports $filter (eq).
|
|
1983
2026
|
*/
|
|
1984
2027
|
state?: AgreementAcceptanceState | null;
|
|
1985
2028
|
/**
|
|
@@ -2271,6 +2314,12 @@ export interface AiInteractionPlugin extends AdditionalDataHolder, BackedModel,
|
|
|
2271
2314
|
version?: string | null;
|
|
2272
2315
|
}
|
|
2273
2316
|
export type AiInteractionType = (typeof AiInteractionTypeObject)[keyof typeof AiInteractionTypeObject];
|
|
2317
|
+
export interface AiOnlineMeeting extends Entity, Parsable {
|
|
2318
|
+
/**
|
|
2319
|
+
* The aiInsights property
|
|
2320
|
+
*/
|
|
2321
|
+
aiInsights?: CallAiInsight[] | null;
|
|
2322
|
+
}
|
|
2274
2323
|
export interface AirPrintSettings extends AdditionalDataHolder, BackedModel, Parsable {
|
|
2275
2324
|
/**
|
|
2276
2325
|
* Stores model information.
|
|
@@ -2290,6 +2339,10 @@ export interface AiUser extends Entity, Parsable {
|
|
|
2290
2339
|
* The interactionHistory property
|
|
2291
2340
|
*/
|
|
2292
2341
|
interactionHistory?: AiInteractionHistory | null;
|
|
2342
|
+
/**
|
|
2343
|
+
* The onlineMeetings property
|
|
2344
|
+
*/
|
|
2345
|
+
onlineMeetings?: AiOnlineMeeting[] | null;
|
|
2293
2346
|
}
|
|
2294
2347
|
export interface AkamaiAttackGroupActionModel extends AdditionalDataHolder, BackedModel, Parsable {
|
|
2295
2348
|
/**
|
|
@@ -2453,7 +2506,7 @@ export interface Alert extends Entity, Parsable {
|
|
|
2453
2506
|
*/
|
|
2454
2507
|
eventDateTime?: Date | null;
|
|
2455
2508
|
/**
|
|
2456
|
-
* Analyst feedback on the alert.
|
|
2509
|
+
* Analyst feedback on the alert. The possible values are: unknown, truePositive, falsePositive, benignPositive. Supports update.
|
|
2457
2510
|
*/
|
|
2458
2511
|
feedback?: AlertFeedback | null;
|
|
2459
2512
|
/**
|
|
@@ -2689,7 +2742,7 @@ export interface AlterationResponse extends AdditionalDataHolder, BackedModel, P
|
|
|
2689
2742
|
*/
|
|
2690
2743
|
queryAlteration?: SearchAlteration | null;
|
|
2691
2744
|
/**
|
|
2692
|
-
* Defines the type of the spelling correction.
|
|
2745
|
+
* Defines the type of the spelling correction. The possible values are: suggestion, modification.
|
|
2693
2746
|
*/
|
|
2694
2747
|
queryAlterationType?: SearchAlterationType | null;
|
|
2695
2748
|
}
|
|
@@ -3733,7 +3786,7 @@ export interface Application extends DirectoryObject, Parsable {
|
|
|
3733
3786
|
*/
|
|
3734
3787
|
description?: string | null;
|
|
3735
3788
|
/**
|
|
3736
|
-
* Specifies whether Microsoft has disabled the registered application.
|
|
3789
|
+
* Specifies whether Microsoft has disabled the registered application. The possible values are: null (default value), NotDisabled, and DisabledDueToViolationOfServicesAgreement (reasons include suspicious, abusive, or malicious activity, or a violation of the Microsoft Services Agreement). Supports $filter (eq, ne, not).
|
|
3737
3790
|
*/
|
|
3738
3791
|
disabledByMicrosoftStatus?: string | null;
|
|
3739
3792
|
/**
|
|
@@ -3978,7 +4031,7 @@ export interface AppliedConditionalAccessPolicy extends AdditionalDataHolder, Ba
|
|
|
3978
4031
|
*/
|
|
3979
4032
|
odataType?: string | null;
|
|
3980
4033
|
/**
|
|
3981
|
-
* Indicates the result of the CA policy that was triggered.
|
|
4034
|
+
* Indicates the result of the CA policy that was triggered. The possible values are: success, failure, notApplied (policy isn't applied because policy conditions weren't met), notEnabled (This is due to the policy in a disabled state), unknown, unknownFutureValue, reportOnlySuccess, reportOnlyFailure, reportOnlyNotApplied, reportOnlyInterrupted. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: reportOnlySuccess, reportOnlyFailure, reportOnlyNotApplied, reportOnlyInterrupted.
|
|
3982
4035
|
*/
|
|
3983
4036
|
result?: AppliedConditionalAccessPolicyResult | null;
|
|
3984
4037
|
}
|
|
@@ -4440,11 +4493,11 @@ export interface AssignedLicense extends AdditionalDataHolder, BackedModel, Pars
|
|
|
4440
4493
|
}
|
|
4441
4494
|
export interface AssignedPlaceMode extends Parsable, PlaceMode {
|
|
4442
4495
|
/**
|
|
4443
|
-
* The
|
|
4496
|
+
* The email address of the user to whom the desk is assigned.
|
|
4444
4497
|
*/
|
|
4445
4498
|
assignedUserEmailAddress?: string | null;
|
|
4446
4499
|
/**
|
|
4447
|
-
* The
|
|
4500
|
+
* The user ID of the user to whom the desk is assigned.
|
|
4448
4501
|
*/
|
|
4449
4502
|
assignedUserId?: string | null;
|
|
4450
4503
|
}
|
|
@@ -4605,7 +4658,7 @@ export interface AttachmentInfo extends AdditionalDataHolder, BackedModel, Parsa
|
|
|
4605
4658
|
}
|
|
4606
4659
|
export interface AttachmentItem extends AdditionalDataHolder, BackedModel, Parsable {
|
|
4607
4660
|
/**
|
|
4608
|
-
* The type of attachment.
|
|
4661
|
+
* The type of attachment. The possible values are: file, item, reference. Required.
|
|
4609
4662
|
*/
|
|
4610
4663
|
attachmentType?: AttachmentType | null;
|
|
4611
4664
|
/**
|
|
@@ -4671,7 +4724,7 @@ export interface AttackSimulationOperation extends LongRunningOperation, Parsabl
|
|
|
4671
4724
|
*/
|
|
4672
4725
|
tenantId?: string | null;
|
|
4673
4726
|
/**
|
|
4674
|
-
* The attack simulation operation type.
|
|
4727
|
+
* The attack simulation operation type. The possible values are: createSimulation, updateSimulation, unknownFutureValue.
|
|
4675
4728
|
*/
|
|
4676
4729
|
type?: AttackSimulationOperationType | null;
|
|
4677
4730
|
}
|
|
@@ -4848,7 +4901,7 @@ export interface AttendanceRecord extends Entity, Parsable {
|
|
|
4848
4901
|
*/
|
|
4849
4902
|
registrationId?: string | null;
|
|
4850
4903
|
/**
|
|
4851
|
-
* Role of the attendee.
|
|
4904
|
+
* Role of the attendee. The possible values are: None, Attendee, Presenter, and Organizer.
|
|
4852
4905
|
*/
|
|
4853
4906
|
role?: string | null;
|
|
4854
4907
|
/**
|
|
@@ -4981,7 +5034,7 @@ export interface AttributeDefinitionMetadataEntry extends AdditionalDataHolder,
|
|
|
4981
5034
|
*/
|
|
4982
5035
|
backingStoreEnabled?: boolean | null;
|
|
4983
5036
|
/**
|
|
4984
|
-
*
|
|
5037
|
+
* The possible values are: BaseAttributeName, ComplexObjectDefinition, IsContainer, IsCustomerDefined, IsDomainQualified, LinkPropertyNames, LinkTypeName, MaximumLength, ReferencedProperty.
|
|
4985
5038
|
*/
|
|
4986
5039
|
key?: AttributeDefinitionMetadata | null;
|
|
4987
5040
|
/**
|
|
@@ -5798,7 +5851,7 @@ export interface AuthenticationMethodConfiguration extends Entity, Parsable {
|
|
|
5798
5851
|
*/
|
|
5799
5852
|
excludeTargets?: ExcludeTarget[] | null;
|
|
5800
5853
|
/**
|
|
5801
|
-
* The state of the policy.
|
|
5854
|
+
* The state of the policy. The possible values are: enabled, disabled.
|
|
5802
5855
|
*/
|
|
5803
5856
|
state?: AuthenticationMethodState | null;
|
|
5804
5857
|
}
|
|
@@ -5827,7 +5880,7 @@ export interface AuthenticationMethodFeatureConfiguration extends AdditionalData
|
|
|
5827
5880
|
*/
|
|
5828
5881
|
odataType?: string | null;
|
|
5829
5882
|
/**
|
|
5830
|
-
* Enable or disable the feature.
|
|
5883
|
+
* Enable or disable the feature. The possible values are: default, enabled, disabled, unknownFutureValue. The default value is used when the configuration hasn't been explicitly set and uses the default behavior of Microsoft Entra ID for the setting. The default value is disabled.
|
|
5831
5884
|
*/
|
|
5832
5885
|
state?: AdvancedConfigState | null;
|
|
5833
5886
|
}
|
|
@@ -6076,7 +6129,7 @@ export interface AuthorizationPolicy extends Parsable, PolicyBase {
|
|
|
6076
6129
|
*/
|
|
6077
6130
|
allowEmailVerifiedUsersToJoinOrganization?: boolean | null;
|
|
6078
6131
|
/**
|
|
6079
|
-
* Indicates who can invite guests to the organization.
|
|
6132
|
+
* Indicates who can invite guests to the organization. The possible values are: none, adminsAndGuestInviters, adminsGuestInvitersAndAllMembers, everyone. everyone is the default setting for all cloud environments except US Government. For more information, see allowInvitesFrom values.
|
|
6080
6133
|
*/
|
|
6081
6134
|
allowInvitesFrom?: AllowInvitesFrom | null;
|
|
6082
6135
|
/**
|
|
@@ -6181,7 +6234,7 @@ export interface AvailabilityItem extends AdditionalDataHolder, BackedModel, Par
|
|
|
6181
6234
|
*/
|
|
6182
6235
|
startDateTime?: DateTimeTimeZone | null;
|
|
6183
6236
|
/**
|
|
6184
|
-
* The status of the staff member.
|
|
6237
|
+
* The status of the staff member. The possible values are: available, busy, slotsAvailable, outOfOffice, unknownFutureValue.
|
|
6185
6238
|
*/
|
|
6186
6239
|
status?: BookingsAvailabilityStatus | null;
|
|
6187
6240
|
}
|
|
@@ -6501,7 +6554,7 @@ export interface BaseItemVersion extends Entity, Parsable {
|
|
|
6501
6554
|
}
|
|
6502
6555
|
export interface BaseMapFeature extends Entity, Parsable {
|
|
6503
6556
|
/**
|
|
6504
|
-
*
|
|
6557
|
+
* Concatenated key-value pair of all properties of a GeoJSON file for this baseMapFeature.
|
|
6505
6558
|
*/
|
|
6506
6559
|
properties?: string | null;
|
|
6507
6560
|
}
|
|
@@ -6586,7 +6639,7 @@ export interface BitLockerRemovableDrivePolicy extends AdditionalDataHolder, Bac
|
|
|
6586
6639
|
*/
|
|
6587
6640
|
blockCrossOrganizationWriteAccess?: boolean | null;
|
|
6588
6641
|
/**
|
|
6589
|
-
* Select the encryption method for removable drives.
|
|
6642
|
+
* Select the encryption method for removable drives. The possible values are: aesCbc128, aesCbc256, xtsAes128, xtsAes256.
|
|
6590
6643
|
*/
|
|
6591
6644
|
encryptionMethod?: BitLockerEncryptionMethod | null;
|
|
6592
6645
|
/**
|
|
@@ -7756,13 +7809,17 @@ export interface BucketAggregationRange extends AdditionalDataHolder, BackedMode
|
|
|
7756
7809
|
export type BucketAggregationSortProperty = (typeof BucketAggregationSortPropertyObject)[keyof typeof BucketAggregationSortPropertyObject];
|
|
7757
7810
|
export interface Building extends Parsable, Place {
|
|
7758
7811
|
/**
|
|
7759
|
-
*
|
|
7812
|
+
* Map file associated with a building in Places. This object is the IMDF-format representation of building.geojson.
|
|
7760
7813
|
*/
|
|
7761
7814
|
map?: BuildingMap | null;
|
|
7762
7815
|
/**
|
|
7763
|
-
*
|
|
7816
|
+
* A set of links to external resources that are associated with the building. Inherited from place.
|
|
7764
7817
|
*/
|
|
7765
7818
|
resourceLinks?: ResourceLink[] | null;
|
|
7819
|
+
/**
|
|
7820
|
+
* The wifiState property
|
|
7821
|
+
*/
|
|
7822
|
+
wifiState?: PlaceFeatureEnablement | null;
|
|
7766
7823
|
}
|
|
7767
7824
|
export interface BuildingCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
|
|
7768
7825
|
/**
|
|
@@ -7772,15 +7829,15 @@ export interface BuildingCollectionResponse extends BaseCollectionPaginationCoun
|
|
|
7772
7829
|
}
|
|
7773
7830
|
export interface BuildingMap extends BaseMapFeature, Parsable {
|
|
7774
7831
|
/**
|
|
7775
|
-
*
|
|
7832
|
+
* Represents the approximate physical extent of a referenced building. It corresponds to footprint.geojson in IMDF format.
|
|
7776
7833
|
*/
|
|
7777
7834
|
footprints?: FootprintMap[] | null;
|
|
7778
7835
|
/**
|
|
7779
|
-
*
|
|
7836
|
+
* Represents a physical floor structure within a building. It corresponds to level.geojson in IMDF format.
|
|
7780
7837
|
*/
|
|
7781
7838
|
levels?: LevelMap[] | null;
|
|
7782
7839
|
/**
|
|
7783
|
-
*
|
|
7840
|
+
* Identifier for the building to which this buildingMap belongs.
|
|
7784
7841
|
*/
|
|
7785
7842
|
placeId?: string | null;
|
|
7786
7843
|
}
|
|
@@ -7816,7 +7873,7 @@ export interface CalculatedColumn extends AdditionalDataHolder, BackedModel, Par
|
|
|
7816
7873
|
*/
|
|
7817
7874
|
backingStoreEnabled?: boolean | null;
|
|
7818
7875
|
/**
|
|
7819
|
-
* For dateTime output types, the format of the value.
|
|
7876
|
+
* For dateTime output types, the format of the value. The possible values are: dateOnly or dateTime.
|
|
7820
7877
|
*/
|
|
7821
7878
|
format?: string | null;
|
|
7822
7879
|
/**
|
|
@@ -7828,13 +7885,13 @@ export interface CalculatedColumn extends AdditionalDataHolder, BackedModel, Par
|
|
|
7828
7885
|
*/
|
|
7829
7886
|
odataType?: string | null;
|
|
7830
7887
|
/**
|
|
7831
|
-
* The output type used to format values in this column.
|
|
7888
|
+
* The output type used to format values in this column. The possible values are: boolean, currency, dateTime, number, or text.
|
|
7832
7889
|
*/
|
|
7833
7890
|
outputType?: string | null;
|
|
7834
7891
|
}
|
|
7835
7892
|
export interface Calendar extends Entity, Parsable {
|
|
7836
7893
|
/**
|
|
7837
|
-
* Represent the online meeting service providers that can be used to create online meetings in this calendar.
|
|
7894
|
+
* Represent the online meeting service providers that can be used to create online meetings in this calendar. The possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.
|
|
7838
7895
|
*/
|
|
7839
7896
|
allowedOnlineMeetingProviders?: OnlineMeetingProviderType[] | null;
|
|
7840
7897
|
/**
|
|
@@ -7866,7 +7923,7 @@ export interface Calendar extends Entity, Parsable {
|
|
|
7866
7923
|
*/
|
|
7867
7924
|
color?: CalendarColor | null;
|
|
7868
7925
|
/**
|
|
7869
|
-
* The default online meeting provider for meetings sent from this calendar.
|
|
7926
|
+
* The default online meeting provider for meetings sent from this calendar. The possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.
|
|
7870
7927
|
*/
|
|
7871
7928
|
defaultOnlineMeetingProvider?: OnlineMeetingProviderType | null;
|
|
7872
7929
|
/**
|
|
@@ -7939,7 +7996,7 @@ export interface CalendarGroupCollectionResponse extends BaseCollectionPaginatio
|
|
|
7939
7996
|
}
|
|
7940
7997
|
export interface CalendarPermission extends Entity, Parsable {
|
|
7941
7998
|
/**
|
|
7942
|
-
* List of allowed sharing or delegating permission levels for the calendar.
|
|
7999
|
+
* List of allowed sharing or delegating permission levels for the calendar. The possible values are: none, freeBusyRead, limitedRead, read, write, delegateWithoutPrivateEventAccess, delegateWithPrivateEventAccess, custom.
|
|
7943
8000
|
*/
|
|
7944
8001
|
allowedRoles?: CalendarRoleType[] | null;
|
|
7945
8002
|
/**
|
|
@@ -8071,7 +8128,7 @@ export interface Call extends Entity, Parsable {
|
|
|
8071
8128
|
*/
|
|
8072
8129
|
participants?: Participant[] | null;
|
|
8073
8130
|
/**
|
|
8074
|
-
* The list of requested modalities.
|
|
8131
|
+
* The list of requested modalities. The possible values are: unknown, audio, video, videoBasedScreenSharing, data.
|
|
8075
8132
|
*/
|
|
8076
8133
|
requestedModalities?: Modality[] | null;
|
|
8077
8134
|
/**
|
|
@@ -8083,7 +8140,7 @@ export interface Call extends Entity, Parsable {
|
|
|
8083
8140
|
*/
|
|
8084
8141
|
source?: ParticipantInfo | null;
|
|
8085
8142
|
/**
|
|
8086
|
-
* The call state.
|
|
8143
|
+
* The call state. The possible values are: incoming, establishing, ringing, established, hold, transferring, transferAccepted, redirecting, terminating, terminated. Read-only.
|
|
8087
8144
|
*/
|
|
8088
8145
|
state?: CallState | null;
|
|
8089
8146
|
/**
|
|
@@ -8107,6 +8164,50 @@ export interface Call extends Entity, Parsable {
|
|
|
8107
8164
|
*/
|
|
8108
8165
|
transcription?: CallTranscriptionInfo | null;
|
|
8109
8166
|
}
|
|
8167
|
+
export interface CallAiInsight extends Entity, Parsable {
|
|
8168
|
+
/**
|
|
8169
|
+
* The actionItems property
|
|
8170
|
+
*/
|
|
8171
|
+
actionItems?: ActionItem[] | null;
|
|
8172
|
+
/**
|
|
8173
|
+
* The callId property
|
|
8174
|
+
*/
|
|
8175
|
+
callId?: string | null;
|
|
8176
|
+
/**
|
|
8177
|
+
* The contentCorrelationId property
|
|
8178
|
+
*/
|
|
8179
|
+
contentCorrelationId?: string | null;
|
|
8180
|
+
/**
|
|
8181
|
+
* The createdDateTime property
|
|
8182
|
+
*/
|
|
8183
|
+
createdDateTime?: Date | null;
|
|
8184
|
+
/**
|
|
8185
|
+
* The endDateTime property
|
|
8186
|
+
*/
|
|
8187
|
+
endDateTime?: Date | null;
|
|
8188
|
+
/**
|
|
8189
|
+
* The meetingNotes property
|
|
8190
|
+
*/
|
|
8191
|
+
meetingNotes?: MeetingNote[] | null;
|
|
8192
|
+
/**
|
|
8193
|
+
* The viewpoint property
|
|
8194
|
+
*/
|
|
8195
|
+
viewpoint?: CallAiInsightViewPoint | null;
|
|
8196
|
+
}
|
|
8197
|
+
export interface CallAiInsightViewPoint extends AdditionalDataHolder, BackedModel, Parsable {
|
|
8198
|
+
/**
|
|
8199
|
+
* Stores model information.
|
|
8200
|
+
*/
|
|
8201
|
+
backingStoreEnabled?: boolean | null;
|
|
8202
|
+
/**
|
|
8203
|
+
* The mentionEvents property
|
|
8204
|
+
*/
|
|
8205
|
+
mentionEvents?: MentionEvent[] | null;
|
|
8206
|
+
/**
|
|
8207
|
+
* The OdataType property
|
|
8208
|
+
*/
|
|
8209
|
+
odataType?: string | null;
|
|
8210
|
+
}
|
|
8110
8211
|
export interface CallCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
|
|
8111
8212
|
/**
|
|
8112
8213
|
* The value property
|
|
@@ -8120,7 +8221,7 @@ export interface CallEndedEventMessageDetail extends EventMessageDetail, Parsabl
|
|
|
8120
8221
|
*/
|
|
8121
8222
|
callDuration?: Duration | null;
|
|
8122
8223
|
/**
|
|
8123
|
-
* Represents the call event type.
|
|
8224
|
+
* Represents the call event type. The possible values are: call, meeting, screenShare, unknownFutureValue.
|
|
8124
8225
|
*/
|
|
8125
8226
|
callEventType?: TeamworkCallEventType | null;
|
|
8126
8227
|
/**
|
|
@@ -8153,7 +8254,7 @@ export interface CallEvent extends Entity, Parsable {
|
|
|
8153
8254
|
export type CallEventType = (typeof CallEventTypeObject)[keyof typeof CallEventTypeObject];
|
|
8154
8255
|
export interface CallMediaState extends AdditionalDataHolder, BackedModel, Parsable {
|
|
8155
8256
|
/**
|
|
8156
|
-
* The audio media state.
|
|
8257
|
+
* The audio media state. The possible values are: active, inactive, unknownFutureValue.
|
|
8157
8258
|
*/
|
|
8158
8259
|
audio?: MediaState | null;
|
|
8159
8260
|
/**
|
|
@@ -8259,7 +8360,7 @@ export interface CallRecordingEventMessageDetail extends EventMessageDetail, Par
|
|
|
8259
8360
|
*/
|
|
8260
8361
|
callRecordingDuration?: Duration | null;
|
|
8261
8362
|
/**
|
|
8262
|
-
* Status of the call recording.
|
|
8363
|
+
* Status of the call recording. The possible values are: success, failure, initial, chunkFinished, unknownFutureValue.
|
|
8263
8364
|
*/
|
|
8264
8365
|
callRecordingStatus?: CallRecordingStatus | null;
|
|
8265
8366
|
/**
|
|
@@ -8300,7 +8401,7 @@ export interface CallRoute extends AdditionalDataHolder, BackedModel, Parsable {
|
|
|
8300
8401
|
}
|
|
8301
8402
|
export interface CallStartedEventMessageDetail extends EventMessageDetail, Parsable {
|
|
8302
8403
|
/**
|
|
8303
|
-
* Represents the call event type.
|
|
8404
|
+
* Represents the call event type. The possible values are: call, meeting, screenShare, unknownFutureValue.
|
|
8304
8405
|
*/
|
|
8305
8406
|
callEventType?: TeamworkCallEventType | null;
|
|
8306
8407
|
/**
|
|
@@ -9289,7 +9390,7 @@ export interface CheckInClaim extends AdditionalDataHolder, BackedModel, Parsabl
|
|
|
9289
9390
|
*/
|
|
9290
9391
|
backingStoreEnabled?: boolean | null;
|
|
9291
9392
|
/**
|
|
9292
|
-
* The
|
|
9393
|
+
* The unique identifier for an Outlook calendar event associated with the checkInClaim object. For more information, see the iCalUId property in event.
|
|
9293
9394
|
*/
|
|
9294
9395
|
calendarEventId?: string | null;
|
|
9295
9396
|
/**
|
|
@@ -9297,7 +9398,7 @@ export interface CheckInClaim extends AdditionalDataHolder, BackedModel, Parsabl
|
|
|
9297
9398
|
*/
|
|
9298
9399
|
checkInMethod?: CheckInMethod | null;
|
|
9299
9400
|
/**
|
|
9300
|
-
* The
|
|
9401
|
+
* The date and time when the checkInClaim object 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.
|
|
9301
9402
|
*/
|
|
9302
9403
|
createdDateTime?: Date | null;
|
|
9303
9404
|
/**
|
|
@@ -9434,7 +9535,7 @@ export interface ClientCertificateAuthentication extends ApiAuthenticationConfig
|
|
|
9434
9535
|
export type ClonableTeamParts = (typeof ClonableTeamPartsObject)[keyof typeof ClonableTeamPartsObject];
|
|
9435
9536
|
export interface CloudAppSecuritySessionControl extends ConditionalAccessSessionControl, Parsable {
|
|
9436
9537
|
/**
|
|
9437
|
-
*
|
|
9538
|
+
* The possible values are: mcasConfigured, monitorOnly, blockDownloads, unknownFutureValue. For more information, see Deploy Conditional Access App Control for featured apps.
|
|
9438
9539
|
*/
|
|
9439
9540
|
cloudAppSecurityType?: CloudAppSecuritySessionControlType | null;
|
|
9440
9541
|
}
|
|
@@ -9513,6 +9614,10 @@ export interface CloudClipboardRoot extends Entity, Parsable {
|
|
|
9513
9614
|
* Represents a container that exposes navigation properties for cloud communications resources.
|
|
9514
9615
|
*/
|
|
9515
9616
|
export interface CloudCommunications extends AdditionalDataHolder, BackedModel, Parsable {
|
|
9617
|
+
/**
|
|
9618
|
+
* The adhocCalls property
|
|
9619
|
+
*/
|
|
9620
|
+
adhocCalls?: AdhocCall[] | null;
|
|
9516
9621
|
/**
|
|
9517
9622
|
* Stores model information.
|
|
9518
9623
|
*/
|
|
@@ -9652,7 +9757,7 @@ export interface CloudPC extends Entity, Parsable {
|
|
|
9652
9757
|
*/
|
|
9653
9758
|
provisioningPolicyName?: string | null;
|
|
9654
9759
|
/**
|
|
9655
|
-
* The type of licenses to be used when provisioning Cloud PCs using this policy.
|
|
9760
|
+
* The type of licenses to be used when provisioning Cloud PCs using this policy. The possible values are: dedicated, shared, unknownFutureValue. The default value is dedicated.
|
|
9656
9761
|
*/
|
|
9657
9762
|
provisioningType?: CloudPcProvisioningType | null;
|
|
9658
9763
|
/**
|
|
@@ -9829,7 +9934,7 @@ export interface CloudPcDeviceImage extends Entity, Parsable {
|
|
|
9829
9934
|
*/
|
|
9830
9935
|
displayName?: string | null;
|
|
9831
9936
|
/**
|
|
9832
|
-
* The error code of the status of the image that indicates why the upload failed, if applicable.
|
|
9937
|
+
* The error code of the status of the image that indicates why the upload failed, if applicable. The possible values are: internalServerError, sourceImageNotFound, osVersionNotSupported, sourceImageInvalid, sourceImageNotGeneralized, unknownFutureValue, vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation. Read-only.
|
|
9833
9938
|
*/
|
|
9834
9939
|
errorCode?: CloudPcDeviceImageErrorCode | null;
|
|
9835
9940
|
/**
|
|
@@ -9849,7 +9954,7 @@ export interface CloudPcDeviceImage extends Entity, Parsable {
|
|
|
9849
9954
|
*/
|
|
9850
9955
|
osBuildNumber?: string | null;
|
|
9851
9956
|
/**
|
|
9852
|
-
* The OS status of this image.
|
|
9957
|
+
* The OS status of this image. The possible values are: supported, supportedWithWarning, unknown, unknownFutureValue. The default value is unknown. Read-only.
|
|
9853
9958
|
*/
|
|
9854
9959
|
osStatus?: CloudPcDeviceImageOsStatus | null;
|
|
9855
9960
|
/**
|
|
@@ -9857,7 +9962,7 @@ export interface CloudPcDeviceImage extends Entity, Parsable {
|
|
|
9857
9962
|
*/
|
|
9858
9963
|
sourceImageResourceId?: string | null;
|
|
9859
9964
|
/**
|
|
9860
|
-
* The status of the image on the Cloud PC.
|
|
9965
|
+
* The status of the image on the Cloud PC. The possible values are: pending, ready, failed, unknownFutureValue. Read-only.
|
|
9861
9966
|
*/
|
|
9862
9967
|
status?: CloudPcDeviceImageStatus | null;
|
|
9863
9968
|
/**
|
|
@@ -9880,7 +9985,7 @@ export interface CloudPcDomainJoinConfiguration extends AdditionalDataHolder, Ba
|
|
|
9880
9985
|
*/
|
|
9881
9986
|
backingStoreEnabled?: boolean | null;
|
|
9882
9987
|
/**
|
|
9883
|
-
* Specifies the method by which the provisioned Cloud PC joins Microsoft Entra ID. If you choose the hybridAzureADJoin type, only provide a value for the onPremisesConnectionId property and leave the regionName property empty. If you choose the azureADJoin type, provide a value for either the onPremisesConnectionId or the regionName property.
|
|
9988
|
+
* Specifies the method by which the provisioned Cloud PC joins Microsoft Entra ID. If you choose the hybridAzureADJoin type, only provide a value for the onPremisesConnectionId property and leave the regionName property empty. If you choose the azureADJoin type, provide a value for either the onPremisesConnectionId or the regionName property. The possible values are: azureADJoin, hybridAzureADJoin, unknownFutureValue.
|
|
9884
9989
|
*/
|
|
9885
9990
|
domainJoinType?: CloudPcDomainJoinType | null;
|
|
9886
9991
|
/**
|
|
@@ -9892,7 +9997,7 @@ export interface CloudPcDomainJoinConfiguration extends AdditionalDataHolder, Ba
|
|
|
9892
9997
|
*/
|
|
9893
9998
|
onPremisesConnectionId?: string | null;
|
|
9894
9999
|
/**
|
|
9895
|
-
* The logical geographic group this region belongs to. Multiple regions can belong to one region group. A customer can select a regionGroup when they provision a Cloud PC, and the Cloud PC is put in one of the regions in the group based on resource status. For example, the Europe region group contains the Northern Europe and Western Europe regions.
|
|
10000
|
+
* The logical geographic group this region belongs to. Multiple regions can belong to one region group. A customer can select a regionGroup when they provision a Cloud PC, and the Cloud PC is put in one of the regions in the group based on resource status. For example, the Europe region group contains the Northern Europe and Western Europe regions. The possible values are: default, australia, canada, usCentral, usEast, usWest, france, germany, europeUnion, unitedKingdom, japan, asia, india, southAmerica, euap, usGovernment, usGovernmentDOD, unknownFutureValue, norway, switzerland, southKorea. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: norway, switzerland, southKorea. Read-only.
|
|
9896
10001
|
*/
|
|
9897
10002
|
regionGroup?: CloudPcRegionGroup | null;
|
|
9898
10003
|
/**
|
|
@@ -9935,7 +10040,7 @@ export interface CloudPcGalleryImage extends Entity, Parsable {
|
|
|
9935
10040
|
*/
|
|
9936
10041
|
startDate?: DateOnly | null;
|
|
9937
10042
|
/**
|
|
9938
|
-
* The status of the gallery image on the Cloud PC.
|
|
10043
|
+
* The status of the gallery image on the Cloud PC. The possible values are: supported, supportedWithWarning, notSupported, unknownFutureValue. The default value is supported. Read-only.
|
|
9939
10044
|
*/
|
|
9940
10045
|
status?: CloudPcGalleryImageStatus | null;
|
|
9941
10046
|
}
|
|
@@ -9946,6 +10051,32 @@ export interface CloudPcGalleryImageCollectionResponse extends BaseCollectionPag
|
|
|
9946
10051
|
value?: CloudPcGalleryImage[] | null;
|
|
9947
10052
|
}
|
|
9948
10053
|
export type CloudPcGalleryImageStatus = (typeof CloudPcGalleryImageStatusObject)[keyof typeof CloudPcGalleryImageStatusObject];
|
|
10054
|
+
export interface CloudPcLaunchDetail extends AdditionalDataHolder, BackedModel, Parsable {
|
|
10055
|
+
/**
|
|
10056
|
+
* Stores model information.
|
|
10057
|
+
*/
|
|
10058
|
+
backingStoreEnabled?: boolean | null;
|
|
10059
|
+
/**
|
|
10060
|
+
* The unique identifier of the Cloud PC.
|
|
10061
|
+
*/
|
|
10062
|
+
cloudPcId?: string | null;
|
|
10063
|
+
/**
|
|
10064
|
+
* The connect URL of the Cloud PC.
|
|
10065
|
+
*/
|
|
10066
|
+
cloudPcLaunchUrl?: string | null;
|
|
10067
|
+
/**
|
|
10068
|
+
* The OdataType property
|
|
10069
|
+
*/
|
|
10070
|
+
odataType?: string | null;
|
|
10071
|
+
/**
|
|
10072
|
+
* Indicates the reason the Cloud PC isn't compatible with Windows 365 Switch. Possible values are: osVersionNotSupported, hardwareNotSupported, unknownFutureValue. osVersionNotSupported indicates that the user needs to update their Cloud PC operating system version. hardwareNotSupported indicates that the Cloud PC needs more CPUs or RAM to support the functionality.
|
|
10073
|
+
*/
|
|
10074
|
+
windows365SwitchCompatibilityFailureReasonType?: Windows365SwitchCompatibilityFailureReasonType | null;
|
|
10075
|
+
/**
|
|
10076
|
+
* Indicates whether the Cloud PC supports switch functionality. If the value is true, it supports switch functionality; otherwise, false.
|
|
10077
|
+
*/
|
|
10078
|
+
windows365SwitchCompatible?: boolean | null;
|
|
10079
|
+
}
|
|
9949
10080
|
export interface CloudPcManagementAssignmentTarget extends AdditionalDataHolder, BackedModel, Parsable {
|
|
9950
10081
|
/**
|
|
9951
10082
|
* Stores model information.
|
|
@@ -10060,7 +10191,7 @@ export interface CloudPcOnPremisesConnectionHealthCheck extends AdditionalDataHo
|
|
|
10060
10191
|
*/
|
|
10061
10192
|
endDateTime?: Date | null;
|
|
10062
10193
|
/**
|
|
10063
|
-
* The type of error that occurred during this health check.
|
|
10194
|
+
* The type of error that occurred during this health check. The possible values are: endpointConnectivityCheckCloudPcUrlNotAllowListed, endpointConnectivityCheckWVDUrlNotAllowListed, etc. (The all possible values can refer to cloudPcOnPremisesConnectionHealthCheckErrorType) Read-Only.
|
|
10064
10195
|
*/
|
|
10065
10196
|
errorType?: CloudPcOnPremisesConnectionHealthCheckErrorType | null;
|
|
10066
10197
|
/**
|
|
@@ -10105,6 +10236,7 @@ export interface CloudPcOnPremisesConnectionStatusDetail extends AdditionalDataH
|
|
|
10105
10236
|
startDateTime?: Date | null;
|
|
10106
10237
|
}
|
|
10107
10238
|
export type CloudPcOnPremisesConnectionType = (typeof CloudPcOnPremisesConnectionTypeObject)[keyof typeof CloudPcOnPremisesConnectionTypeObject];
|
|
10239
|
+
export type CloudPcOperatingSystem = (typeof CloudPcOperatingSystemObject)[keyof typeof CloudPcOperatingSystemObject];
|
|
10108
10240
|
export interface CloudPcProvisioningPolicy extends Entity, Parsable {
|
|
10109
10241
|
/**
|
|
10110
10242
|
* The URL of the alternate resource that links to this provisioning policy. Read-only.
|
|
@@ -10167,7 +10299,7 @@ export interface CloudPcProvisioningPolicy extends Entity, Parsable {
|
|
|
10167
10299
|
*/
|
|
10168
10300
|
microsoftManagedDesktop?: MicrosoftManagedDesktop | null;
|
|
10169
10301
|
/**
|
|
10170
|
-
* Specifies the type of license used when provisioning Cloud PCs using this policy. By default, the license type is dedicated if the provisioningType isn't specified when you create the cloudPcProvisioningPolicy. You can't change this property after the cloudPcProvisioningPolicy was created.
|
|
10302
|
+
* Specifies the type of license used when provisioning Cloud PCs using this policy. By default, the license type is dedicated if the provisioningType isn't specified when you create the cloudPcProvisioningPolicy. You can't change this property after the cloudPcProvisioningPolicy was created. The possible values are: dedicated, shared, unknownFutureValue.
|
|
10171
10303
|
*/
|
|
10172
10304
|
provisioningType?: CloudPcProvisioningType | null;
|
|
10173
10305
|
/**
|
|
@@ -10213,7 +10345,10 @@ export interface CloudPcProvisioningPolicyCollectionResponse extends BaseCollect
|
|
|
10213
10345
|
}
|
|
10214
10346
|
export type CloudPcProvisioningPolicyImageType = (typeof CloudPcProvisioningPolicyImageTypeObject)[keyof typeof CloudPcProvisioningPolicyImageTypeObject];
|
|
10215
10347
|
export type CloudPcProvisioningType = (typeof CloudPcProvisioningTypeObject)[keyof typeof CloudPcProvisioningTypeObject];
|
|
10348
|
+
export type CloudPcRecommendationReportType = (typeof CloudPcRecommendationReportTypeObject)[keyof typeof CloudPcRecommendationReportTypeObject];
|
|
10216
10349
|
export type CloudPcRegionGroup = (typeof CloudPcRegionGroupObject)[keyof typeof CloudPcRegionGroupObject];
|
|
10350
|
+
export interface CloudPcReport extends Entity, Parsable {
|
|
10351
|
+
}
|
|
10217
10352
|
export type CloudPcRestorePointFrequencyType = (typeof CloudPcRestorePointFrequencyTypeObject)[keyof typeof CloudPcRestorePointFrequencyTypeObject];
|
|
10218
10353
|
export interface CloudPcRestorePointSetting extends AdditionalDataHolder, BackedModel, Parsable {
|
|
10219
10354
|
/**
|
|
@@ -10221,7 +10356,7 @@ export interface CloudPcRestorePointSetting extends AdditionalDataHolder, Backed
|
|
|
10221
10356
|
*/
|
|
10222
10357
|
backingStoreEnabled?: boolean | null;
|
|
10223
10358
|
/**
|
|
10224
|
-
* The time interval in hours to take snapshots (restore points) of a Cloud PC automatically.
|
|
10359
|
+
* The time interval in hours to take snapshots (restore points) of a Cloud PC automatically. The possible values are: default, fourHours, sixHours, twelveHours, sixteenHours, twentyFourHours, unknownFutureValue. The default value is default that indicates that the time interval for automatic capturing of restore point snapshots is set to 12 hours.
|
|
10225
10360
|
*/
|
|
10226
10361
|
frequencyType?: CloudPcRestorePointFrequencyType | null;
|
|
10227
10362
|
/**
|
|
@@ -10259,6 +10394,7 @@ export interface CloudPcSourceDeviceImage extends AdditionalDataHolder, BackedMo
|
|
|
10259
10394
|
*/
|
|
10260
10395
|
subscriptionId?: string | null;
|
|
10261
10396
|
}
|
|
10397
|
+
export type CloudPcUserAccountType = (typeof CloudPcUserAccountTypeObject)[keyof typeof CloudPcUserAccountTypeObject];
|
|
10262
10398
|
export interface CloudPcUserRoleScopeTagInfo extends AdditionalDataHolder, BackedModel, Parsable {
|
|
10263
10399
|
/**
|
|
10264
10400
|
* Stores model information.
|
|
@@ -10621,7 +10757,7 @@ export interface CommunicationsIdentitySet extends IdentitySet, Parsable {
|
|
|
10621
10757
|
*/
|
|
10622
10758
|
encrypted?: Identity | null;
|
|
10623
10759
|
/**
|
|
10624
|
-
* Type of endpoint that the participant uses.
|
|
10760
|
+
* Type of endpoint that the participant uses. The possible values are: default, voicemail, skypeForBusiness, skypeForBusinessVoipPhone, unknownFutureValue.
|
|
10625
10761
|
*/
|
|
10626
10762
|
endpointType?: EndpointType | null;
|
|
10627
10763
|
/**
|
|
@@ -10723,7 +10859,7 @@ export interface CompanySubscription extends Entity, Parsable {
|
|
|
10723
10859
|
*/
|
|
10724
10860
|
skuPartNumber?: string | null;
|
|
10725
10861
|
/**
|
|
10726
|
-
* The status of this subscription.
|
|
10862
|
+
* The status of this subscription. The possible values are: Enabled, Deleted, Suspended, Warning, LockedOut.
|
|
10727
10863
|
*/
|
|
10728
10864
|
status?: string | null;
|
|
10729
10865
|
/**
|
|
@@ -10940,7 +11076,7 @@ export interface ConditionalAccessConditionSet extends AdditionalDataHolder, Bac
|
|
|
10940
11076
|
*/
|
|
10941
11077
|
clientApplications?: ConditionalAccessClientApplications | null;
|
|
10942
11078
|
/**
|
|
10943
|
-
* Client application types included in the policy.
|
|
11079
|
+
* Client application types included in the policy. The possible values are: all, browser, mobileAppsAndDesktopClients, exchangeActiveSync, easSupported, other. Required. The easUnsupported enumeration member will be deprecated in favor of exchangeActiveSync, which includes EAS supported and unsupported platforms.
|
|
10944
11080
|
*/
|
|
10945
11081
|
clientAppTypes?: ConditionalAccessClientApp[] | null;
|
|
10946
11082
|
/**
|
|
@@ -10964,15 +11100,15 @@ export interface ConditionalAccessConditionSet extends AdditionalDataHolder, Bac
|
|
|
10964
11100
|
*/
|
|
10965
11101
|
platforms?: ConditionalAccessPlatforms | null;
|
|
10966
11102
|
/**
|
|
10967
|
-
* Service principal risk levels included in the policy.
|
|
11103
|
+
* Service principal risk levels included in the policy. The possible values are: low, medium, high, none, unknownFutureValue.
|
|
10968
11104
|
*/
|
|
10969
11105
|
servicePrincipalRiskLevels?: RiskLevel[] | null;
|
|
10970
11106
|
/**
|
|
10971
|
-
* Sign-in risk levels included in the policy.
|
|
11107
|
+
* Sign-in risk levels included in the policy. The possible values are: low, medium, high, hidden, none, unknownFutureValue. Required.
|
|
10972
11108
|
*/
|
|
10973
11109
|
signInRiskLevels?: RiskLevel[] | null;
|
|
10974
11110
|
/**
|
|
10975
|
-
* User risk levels included in the policy.
|
|
11111
|
+
* User risk levels included in the policy. The possible values are: low, medium, high, hidden, none, unknownFutureValue. Required.
|
|
10976
11112
|
*/
|
|
10977
11113
|
userRiskLevels?: RiskLevel[] | null;
|
|
10978
11114
|
/**
|
|
@@ -11007,7 +11143,7 @@ export interface ConditionalAccessExternalTenants extends AdditionalDataHolder,
|
|
|
11007
11143
|
*/
|
|
11008
11144
|
backingStoreEnabled?: boolean | null;
|
|
11009
11145
|
/**
|
|
11010
|
-
* The membership kind.
|
|
11146
|
+
* The membership kind. The possible values are: all, enumerated, unknownFutureValue. The enumerated member references an conditionalAccessEnumeratedExternalTenants object.
|
|
11011
11147
|
*/
|
|
11012
11148
|
membershipKind?: ConditionalAccessExternalTenantsMembershipKind | null;
|
|
11013
11149
|
/**
|
|
@@ -11109,11 +11245,11 @@ export interface ConditionalAccessPlatforms extends AdditionalDataHolder, Backed
|
|
|
11109
11245
|
*/
|
|
11110
11246
|
backingStoreEnabled?: boolean | null;
|
|
11111
11247
|
/**
|
|
11112
|
-
*
|
|
11248
|
+
* The possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue.
|
|
11113
11249
|
*/
|
|
11114
11250
|
excludePlatforms?: ConditionalAccessDevicePlatform[] | null;
|
|
11115
11251
|
/**
|
|
11116
|
-
*
|
|
11252
|
+
* The possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue.
|
|
11117
11253
|
*/
|
|
11118
11254
|
includePlatforms?: ConditionalAccessDevicePlatform[] | null;
|
|
11119
11255
|
/**
|
|
@@ -11840,7 +11976,7 @@ export interface ContentTypeOrder extends AdditionalDataHolder, BackedModel, Par
|
|
|
11840
11976
|
}
|
|
11841
11977
|
export interface Contract extends DirectoryObject, Parsable {
|
|
11842
11978
|
/**
|
|
11843
|
-
* Type of contract.
|
|
11979
|
+
* Type of contract. The possible values are: SyndicationPartner, BreadthPartner, ResellerPartner. See more in the table below.
|
|
11844
11980
|
*/
|
|
11845
11981
|
contractType?: string | null;
|
|
11846
11982
|
/**
|
|
@@ -12634,6 +12770,12 @@ export declare function createAccessReviewStageSettingsFromDiscriminatorValue(pa
|
|
|
12634
12770
|
* @returns {AccountTargetContent}
|
|
12635
12771
|
*/
|
|
12636
12772
|
export declare function createAccountTargetContentFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
12773
|
+
/**
|
|
12774
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
12775
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
12776
|
+
* @returns {ActionItem}
|
|
12777
|
+
*/
|
|
12778
|
+
export declare function createActionItemFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
12637
12779
|
/**
|
|
12638
12780
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
12639
12781
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -12694,6 +12836,18 @@ export declare function createAddLargeGalleryViewOperationFromDiscriminatorValue
|
|
|
12694
12836
|
* @returns {AddressBookAccountTargetContent}
|
|
12695
12837
|
*/
|
|
12696
12838
|
export declare function createAddressBookAccountTargetContentFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
12839
|
+
/**
|
|
12840
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
12841
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
12842
|
+
* @returns {AdhocCallCollectionResponse}
|
|
12843
|
+
*/
|
|
12844
|
+
export declare function createAdhocCallCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
12845
|
+
/**
|
|
12846
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
12847
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
12848
|
+
* @returns {AdhocCall}
|
|
12849
|
+
*/
|
|
12850
|
+
export declare function createAdhocCallFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
12697
12851
|
/**
|
|
12698
12852
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
12699
12853
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -12850,6 +13004,12 @@ export declare function createAiInteractionMentionFromDiscriminatorValue(parseNo
|
|
|
12850
13004
|
* @returns {AiInteractionPlugin}
|
|
12851
13005
|
*/
|
|
12852
13006
|
export declare function createAiInteractionPluginFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
13007
|
+
/**
|
|
13008
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
13009
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
13010
|
+
* @returns {AiOnlineMeeting}
|
|
13011
|
+
*/
|
|
13012
|
+
export declare function createAiOnlineMeetingFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
12853
13013
|
/**
|
|
12854
13014
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
12855
13015
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -14404,6 +14564,18 @@ export declare function createCalendarSharingMessageActionFromDiscriminatorValue
|
|
|
14404
14564
|
* @returns {CalendarSharingMessage}
|
|
14405
14565
|
*/
|
|
14406
14566
|
export declare function createCalendarSharingMessageFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
14567
|
+
/**
|
|
14568
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
14569
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
14570
|
+
* @returns {CallAiInsight}
|
|
14571
|
+
*/
|
|
14572
|
+
export declare function createCallAiInsightFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
14573
|
+
/**
|
|
14574
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
14575
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
14576
|
+
* @returns {CallAiInsightViewPoint}
|
|
14577
|
+
*/
|
|
14578
|
+
export declare function createCallAiInsightViewPointFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
14407
14579
|
/**
|
|
14408
14580
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
14409
14581
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -14974,6 +15146,12 @@ export declare function createCloudPcGalleryImageCollectionResponseFromDiscrimin
|
|
|
14974
15146
|
* @returns {CloudPcGalleryImage}
|
|
14975
15147
|
*/
|
|
14976
15148
|
export declare function createCloudPcGalleryImageFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
15149
|
+
/**
|
|
15150
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
15151
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
15152
|
+
* @returns {CloudPcLaunchDetail}
|
|
15153
|
+
*/
|
|
15154
|
+
export declare function createCloudPcLaunchDetailFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
14977
15155
|
/**
|
|
14978
15156
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
14979
15157
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -15040,6 +15218,12 @@ export declare function createCloudPcProvisioningPolicyCollectionResponseFromDis
|
|
|
15040
15218
|
* @returns {CloudPcProvisioningPolicy}
|
|
15041
15219
|
*/
|
|
15042
15220
|
export declare function createCloudPcProvisioningPolicyFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
15221
|
+
/**
|
|
15222
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
15223
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
15224
|
+
* @returns {CloudPcReport}
|
|
15225
|
+
*/
|
|
15226
|
+
export declare function createCloudPcReportFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
15043
15227
|
/**
|
|
15044
15228
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
15045
15229
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -17938,6 +18122,54 @@ export declare function createFileStorageContainerFromDiscriminatorValue(parseNo
|
|
|
17938
18122
|
* @returns {FileStorageContainerSettings}
|
|
17939
18123
|
*/
|
|
17940
18124
|
export declare function createFileStorageContainerSettingsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
18125
|
+
/**
|
|
18126
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
18127
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
18128
|
+
* @returns {FileStorageContainerTypeAppPermissionGrantCollectionResponse}
|
|
18129
|
+
*/
|
|
18130
|
+
export declare function createFileStorageContainerTypeAppPermissionGrantCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
18131
|
+
/**
|
|
18132
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
18133
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
18134
|
+
* @returns {FileStorageContainerTypeAppPermissionGrant}
|
|
18135
|
+
*/
|
|
18136
|
+
export declare function createFileStorageContainerTypeAppPermissionGrantFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
18137
|
+
/**
|
|
18138
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
18139
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
18140
|
+
* @returns {FileStorageContainerTypeCollectionResponse}
|
|
18141
|
+
*/
|
|
18142
|
+
export declare function createFileStorageContainerTypeCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
18143
|
+
/**
|
|
18144
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
18145
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
18146
|
+
* @returns {FileStorageContainerType}
|
|
18147
|
+
*/
|
|
18148
|
+
export declare function createFileStorageContainerTypeFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
18149
|
+
/**
|
|
18150
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
18151
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
18152
|
+
* @returns {FileStorageContainerTypeRegistrationCollectionResponse}
|
|
18153
|
+
*/
|
|
18154
|
+
export declare function createFileStorageContainerTypeRegistrationCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
18155
|
+
/**
|
|
18156
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
18157
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
18158
|
+
* @returns {FileStorageContainerTypeRegistration}
|
|
18159
|
+
*/
|
|
18160
|
+
export declare function createFileStorageContainerTypeRegistrationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
18161
|
+
/**
|
|
18162
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
18163
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
18164
|
+
* @returns {FileStorageContainerTypeRegistrationSettings}
|
|
18165
|
+
*/
|
|
18166
|
+
export declare function createFileStorageContainerTypeRegistrationSettingsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
18167
|
+
/**
|
|
18168
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
18169
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
18170
|
+
* @returns {FileStorageContainerTypeSettings}
|
|
18171
|
+
*/
|
|
18172
|
+
export declare function createFileStorageContainerTypeSettingsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
17941
18173
|
/**
|
|
17942
18174
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
17943
18175
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -19834,6 +20066,18 @@ export declare function createMeetingAttendanceReportFromDiscriminatorValue(pars
|
|
|
19834
20066
|
* @returns {MeetingInfo}
|
|
19835
20067
|
*/
|
|
19836
20068
|
export declare function createMeetingInfoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
20069
|
+
/**
|
|
20070
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
20071
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
20072
|
+
* @returns {MeetingNote}
|
|
20073
|
+
*/
|
|
20074
|
+
export declare function createMeetingNoteFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
20075
|
+
/**
|
|
20076
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
20077
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
20078
|
+
* @returns {MeetingNoteSubpoint}
|
|
20079
|
+
*/
|
|
20080
|
+
export declare function createMeetingNoteSubpointFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
19837
20081
|
/**
|
|
19838
20082
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
19839
20083
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -19894,6 +20138,12 @@ export declare function createMembersJoinedEventMessageDetailFromDiscriminatorVa
|
|
|
19894
20138
|
* @returns {MembersLeftEventMessageDetail}
|
|
19895
20139
|
*/
|
|
19896
20140
|
export declare function createMembersLeftEventMessageDetailFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
20141
|
+
/**
|
|
20142
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
20143
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
20144
|
+
* @returns {MentionEvent}
|
|
20145
|
+
*/
|
|
20146
|
+
export declare function createMentionEventFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
19897
20147
|
/**
|
|
19898
20148
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
19899
20149
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -20710,6 +20960,12 @@ export declare function createOnlineMeetingInfoFromDiscriminatorValue(parseNode:
|
|
|
20710
20960
|
* @returns {OnlineMeetingRestricted}
|
|
20711
20961
|
*/
|
|
20712
20962
|
export declare function createOnlineMeetingRestrictedFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
20963
|
+
/**
|
|
20964
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
20965
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
20966
|
+
* @returns {OnlineMeetingSensitivityLabelAssignment}
|
|
20967
|
+
*/
|
|
20968
|
+
export declare function createOnlineMeetingSensitivityLabelAssignmentFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
20713
20969
|
/**
|
|
20714
20970
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
20715
20971
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -24268,6 +24524,12 @@ export declare function createSystemFacetFromDiscriminatorValue(parseNode: Parse
|
|
|
24268
24524
|
* @returns {TabUpdatedEventMessageDetail}
|
|
24269
24525
|
*/
|
|
24270
24526
|
export declare function createTabUpdatedEventMessageDetailFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
24527
|
+
/**
|
|
24528
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
24529
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
24530
|
+
* @returns {TargetAgentIdentitySponsorsOrOwners}
|
|
24531
|
+
*/
|
|
24532
|
+
export declare function createTargetAgentIdentitySponsorsOrOwnersFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
24271
24533
|
/**
|
|
24272
24534
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
24273
24535
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -24904,6 +25166,12 @@ export declare function createTimeConstraintFromDiscriminatorValue(parseNode: Pa
|
|
|
24904
25166
|
* @returns {TimeOffCollectionResponse}
|
|
24905
25167
|
*/
|
|
24906
25168
|
export declare function createTimeOffCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
25169
|
+
/**
|
|
25170
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
25171
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
25172
|
+
* @returns {TimeOffDetails}
|
|
25173
|
+
*/
|
|
25174
|
+
export declare function createTimeOffDetailsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
24907
25175
|
/**
|
|
24908
25176
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
24909
25177
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -25102,6 +25370,12 @@ export declare function createTrendingCollectionResponseFromDiscriminatorValue(p
|
|
|
25102
25370
|
* @returns {Trending}
|
|
25103
25371
|
*/
|
|
25104
25372
|
export declare function createTrendingFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
25373
|
+
/**
|
|
25374
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
25375
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
25376
|
+
* @returns {UnavailablePlaceMode}
|
|
25377
|
+
*/
|
|
25378
|
+
export declare function createUnavailablePlaceModeFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
25105
25379
|
/**
|
|
25106
25380
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
25107
25381
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -25984,6 +26258,12 @@ export declare function createUserTrainingEventInfoFromDiscriminatorValue(parseN
|
|
|
25984
26258
|
* @returns {UserTrainingStatusInfo}
|
|
25985
26259
|
*/
|
|
25986
26260
|
export declare function createUserTrainingStatusInfoFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
26261
|
+
/**
|
|
26262
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
26263
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
26264
|
+
* @returns {UserWorkLocation}
|
|
26265
|
+
*/
|
|
26266
|
+
export declare function createUserWorkLocationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
25987
26267
|
/**
|
|
25988
26268
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
25989
26269
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -27226,6 +27506,12 @@ export declare function createWorkforceIntegrationEncryptionFromDiscriminatorVal
|
|
|
27226
27506
|
* @returns {WorkforceIntegration}
|
|
27227
27507
|
*/
|
|
27228
27508
|
export declare function createWorkforceIntegrationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
27509
|
+
/**
|
|
27510
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
27511
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
27512
|
+
* @returns {WorkHoursAndLocationsSetting}
|
|
27513
|
+
*/
|
|
27514
|
+
export declare function createWorkHoursAndLocationsSettingFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
27229
27515
|
/**
|
|
27230
27516
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
27231
27517
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -27238,6 +27524,30 @@ export declare function createWorkingHoursFromDiscriminatorValue(parseNode: Pars
|
|
|
27238
27524
|
* @returns {WorkingTimeSchedule}
|
|
27239
27525
|
*/
|
|
27240
27526
|
export declare function createWorkingTimeScheduleFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
27527
|
+
/**
|
|
27528
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
27529
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
27530
|
+
* @returns {WorkPlanOccurrenceCollectionResponse}
|
|
27531
|
+
*/
|
|
27532
|
+
export declare function createWorkPlanOccurrenceCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
27533
|
+
/**
|
|
27534
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
27535
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
27536
|
+
* @returns {WorkPlanOccurrence}
|
|
27537
|
+
*/
|
|
27538
|
+
export declare function createWorkPlanOccurrenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
27539
|
+
/**
|
|
27540
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
27541
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
27542
|
+
* @returns {WorkPlanRecurrenceCollectionResponse}
|
|
27543
|
+
*/
|
|
27544
|
+
export declare function createWorkPlanRecurrenceCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
27545
|
+
/**
|
|
27546
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
27547
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
27548
|
+
* @returns {WorkPlanRecurrence}
|
|
27549
|
+
*/
|
|
27550
|
+
export declare function createWorkPlanRecurrenceFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
27241
27551
|
/**
|
|
27242
27552
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
27243
27553
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -27801,7 +28111,7 @@ export interface CustomTimeZone extends Parsable, TimeZoneBase {
|
|
|
27801
28111
|
}
|
|
27802
28112
|
export interface CustomTrainingSetting extends Parsable, TrainingSetting {
|
|
27803
28113
|
/**
|
|
27804
|
-
* A user collection that specifies to whom the training should be assigned.
|
|
28114
|
+
* A user collection that specifies to whom the training should be assigned. The possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue.
|
|
27805
28115
|
*/
|
|
27806
28116
|
assignedTo?: TrainingAssignedTo[] | null;
|
|
27807
28117
|
/**
|
|
@@ -27831,7 +28141,7 @@ export interface DataPolicyOperation extends Entity, Parsable {
|
|
|
27831
28141
|
*/
|
|
27832
28142
|
progress?: number | null;
|
|
27833
28143
|
/**
|
|
27834
|
-
*
|
|
28144
|
+
* The possible values are: notStarted, running, complete, failed, unknownFutureValue.
|
|
27835
28145
|
*/
|
|
27836
28146
|
status?: DataPolicyOperationStatus | null;
|
|
27837
28147
|
/**
|
|
@@ -28913,6 +29223,12 @@ export declare function deserializeIntoAccessReviewStageSettings(accessReviewSta
|
|
|
28913
29223
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
28914
29224
|
*/
|
|
28915
29225
|
export declare function deserializeIntoAccountTargetContent(accountTargetContent?: Partial<AccountTargetContent> | undefined): Record<string, (node: ParseNode) => void>;
|
|
29226
|
+
/**
|
|
29227
|
+
* The deserialization information for the current model
|
|
29228
|
+
* @param ActionItem The instance to deserialize into.
|
|
29229
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
29230
|
+
*/
|
|
29231
|
+
export declare function deserializeIntoActionItem(actionItem?: Partial<ActionItem> | undefined): Record<string, (node: ParseNode) => void>;
|
|
28916
29232
|
/**
|
|
28917
29233
|
* The deserialization information for the current model
|
|
28918
29234
|
* @param ActionResultPart The instance to deserialize into.
|
|
@@ -28973,6 +29289,18 @@ export declare function deserializeIntoAddLargeGalleryViewOperation(addLargeGall
|
|
|
28973
29289
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
28974
29290
|
*/
|
|
28975
29291
|
export declare function deserializeIntoAddressBookAccountTargetContent(addressBookAccountTargetContent?: Partial<AddressBookAccountTargetContent> | undefined): Record<string, (node: ParseNode) => void>;
|
|
29292
|
+
/**
|
|
29293
|
+
* The deserialization information for the current model
|
|
29294
|
+
* @param AdhocCall The instance to deserialize into.
|
|
29295
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
29296
|
+
*/
|
|
29297
|
+
export declare function deserializeIntoAdhocCall(adhocCall?: Partial<AdhocCall> | undefined): Record<string, (node: ParseNode) => void>;
|
|
29298
|
+
/**
|
|
29299
|
+
* The deserialization information for the current model
|
|
29300
|
+
* @param AdhocCallCollectionResponse The instance to deserialize into.
|
|
29301
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
29302
|
+
*/
|
|
29303
|
+
export declare function deserializeIntoAdhocCallCollectionResponse(adhocCallCollectionResponse?: Partial<AdhocCallCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
28976
29304
|
/**
|
|
28977
29305
|
* The deserialization information for the current model
|
|
28978
29306
|
* @param Admin The instance to deserialize into.
|
|
@@ -29129,6 +29457,12 @@ export declare function deserializeIntoAiInteractionMentionedIdentitySet(aiInter
|
|
|
29129
29457
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
29130
29458
|
*/
|
|
29131
29459
|
export declare function deserializeIntoAiInteractionPlugin(aiInteractionPlugin?: Partial<AiInteractionPlugin> | undefined): Record<string, (node: ParseNode) => void>;
|
|
29460
|
+
/**
|
|
29461
|
+
* The deserialization information for the current model
|
|
29462
|
+
* @param AiOnlineMeeting The instance to deserialize into.
|
|
29463
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
29464
|
+
*/
|
|
29465
|
+
export declare function deserializeIntoAiOnlineMeeting(aiOnlineMeeting?: Partial<AiOnlineMeeting> | undefined): Record<string, (node: ParseNode) => void>;
|
|
29132
29466
|
/**
|
|
29133
29467
|
* The deserialization information for the current model
|
|
29134
29468
|
* @param AirPrintSettings The instance to deserialize into.
|
|
@@ -30689,6 +31023,18 @@ export declare function deserializeIntoCalendarSharingMessageAction(calendarShar
|
|
|
30689
31023
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
30690
31024
|
*/
|
|
30691
31025
|
export declare function deserializeIntoCall(call?: Partial<Call> | undefined): Record<string, (node: ParseNode) => void>;
|
|
31026
|
+
/**
|
|
31027
|
+
* The deserialization information for the current model
|
|
31028
|
+
* @param CallAiInsight The instance to deserialize into.
|
|
31029
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
31030
|
+
*/
|
|
31031
|
+
export declare function deserializeIntoCallAiInsight(callAiInsight?: Partial<CallAiInsight> | undefined): Record<string, (node: ParseNode) => void>;
|
|
31032
|
+
/**
|
|
31033
|
+
* The deserialization information for the current model
|
|
31034
|
+
* @param CallAiInsightViewPoint The instance to deserialize into.
|
|
31035
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
31036
|
+
*/
|
|
31037
|
+
export declare function deserializeIntoCallAiInsightViewPoint(callAiInsightViewPoint?: Partial<CallAiInsightViewPoint> | undefined): Record<string, (node: ParseNode) => void>;
|
|
30692
31038
|
/**
|
|
30693
31039
|
* The deserialization information for the current model
|
|
30694
31040
|
* @param CallCollectionResponse The instance to deserialize into.
|
|
@@ -31253,6 +31599,12 @@ export declare function deserializeIntoCloudPcGalleryImage(cloudPcGalleryImage?:
|
|
|
31253
31599
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
31254
31600
|
*/
|
|
31255
31601
|
export declare function deserializeIntoCloudPcGalleryImageCollectionResponse(cloudPcGalleryImageCollectionResponse?: Partial<CloudPcGalleryImageCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
31602
|
+
/**
|
|
31603
|
+
* The deserialization information for the current model
|
|
31604
|
+
* @param CloudPcLaunchDetail The instance to deserialize into.
|
|
31605
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
31606
|
+
*/
|
|
31607
|
+
export declare function deserializeIntoCloudPcLaunchDetail(cloudPcLaunchDetail?: Partial<CloudPcLaunchDetail> | undefined): Record<string, (node: ParseNode) => void>;
|
|
31256
31608
|
/**
|
|
31257
31609
|
* The deserialization information for the current model
|
|
31258
31610
|
* @param CloudPcManagementAssignmentTarget The instance to deserialize into.
|
|
@@ -31319,6 +31671,12 @@ export declare function deserializeIntoCloudPcProvisioningPolicyAutopatch(cloudP
|
|
|
31319
31671
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
31320
31672
|
*/
|
|
31321
31673
|
export declare function deserializeIntoCloudPcProvisioningPolicyCollectionResponse(cloudPcProvisioningPolicyCollectionResponse?: Partial<CloudPcProvisioningPolicyCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
31674
|
+
/**
|
|
31675
|
+
* The deserialization information for the current model
|
|
31676
|
+
* @param CloudPcReport The instance to deserialize into.
|
|
31677
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
31678
|
+
*/
|
|
31679
|
+
export declare function deserializeIntoCloudPcReport(cloudPcReport?: Partial<CloudPcReport> | undefined): Record<string, (node: ParseNode) => void>;
|
|
31322
31680
|
/**
|
|
31323
31681
|
* The deserialization information for the current model
|
|
31324
31682
|
* @param CloudPcRestorePointSetting The instance to deserialize into.
|
|
@@ -34223,6 +34581,54 @@ export declare function deserializeIntoFileStorageContainerCustomPropertyDiction
|
|
|
34223
34581
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
34224
34582
|
*/
|
|
34225
34583
|
export declare function deserializeIntoFileStorageContainerSettings(fileStorageContainerSettings?: Partial<FileStorageContainerSettings> | undefined): Record<string, (node: ParseNode) => void>;
|
|
34584
|
+
/**
|
|
34585
|
+
* The deserialization information for the current model
|
|
34586
|
+
* @param FileStorageContainerType The instance to deserialize into.
|
|
34587
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
34588
|
+
*/
|
|
34589
|
+
export declare function deserializeIntoFileStorageContainerType(fileStorageContainerType?: Partial<FileStorageContainerType> | undefined): Record<string, (node: ParseNode) => void>;
|
|
34590
|
+
/**
|
|
34591
|
+
* The deserialization information for the current model
|
|
34592
|
+
* @param FileStorageContainerTypeAppPermissionGrant The instance to deserialize into.
|
|
34593
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
34594
|
+
*/
|
|
34595
|
+
export declare function deserializeIntoFileStorageContainerTypeAppPermissionGrant(fileStorageContainerTypeAppPermissionGrant?: Partial<FileStorageContainerTypeAppPermissionGrant> | undefined): Record<string, (node: ParseNode) => void>;
|
|
34596
|
+
/**
|
|
34597
|
+
* The deserialization information for the current model
|
|
34598
|
+
* @param FileStorageContainerTypeAppPermissionGrantCollectionResponse The instance to deserialize into.
|
|
34599
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
34600
|
+
*/
|
|
34601
|
+
export declare function deserializeIntoFileStorageContainerTypeAppPermissionGrantCollectionResponse(fileStorageContainerTypeAppPermissionGrantCollectionResponse?: Partial<FileStorageContainerTypeAppPermissionGrantCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
34602
|
+
/**
|
|
34603
|
+
* The deserialization information for the current model
|
|
34604
|
+
* @param FileStorageContainerTypeCollectionResponse The instance to deserialize into.
|
|
34605
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
34606
|
+
*/
|
|
34607
|
+
export declare function deserializeIntoFileStorageContainerTypeCollectionResponse(fileStorageContainerTypeCollectionResponse?: Partial<FileStorageContainerTypeCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
34608
|
+
/**
|
|
34609
|
+
* The deserialization information for the current model
|
|
34610
|
+
* @param FileStorageContainerTypeRegistration The instance to deserialize into.
|
|
34611
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
34612
|
+
*/
|
|
34613
|
+
export declare function deserializeIntoFileStorageContainerTypeRegistration(fileStorageContainerTypeRegistration?: Partial<FileStorageContainerTypeRegistration> | undefined): Record<string, (node: ParseNode) => void>;
|
|
34614
|
+
/**
|
|
34615
|
+
* The deserialization information for the current model
|
|
34616
|
+
* @param FileStorageContainerTypeRegistrationCollectionResponse The instance to deserialize into.
|
|
34617
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
34618
|
+
*/
|
|
34619
|
+
export declare function deserializeIntoFileStorageContainerTypeRegistrationCollectionResponse(fileStorageContainerTypeRegistrationCollectionResponse?: Partial<FileStorageContainerTypeRegistrationCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
34620
|
+
/**
|
|
34621
|
+
* The deserialization information for the current model
|
|
34622
|
+
* @param FileStorageContainerTypeRegistrationSettings The instance to deserialize into.
|
|
34623
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
34624
|
+
*/
|
|
34625
|
+
export declare function deserializeIntoFileStorageContainerTypeRegistrationSettings(fileStorageContainerTypeRegistrationSettings?: Partial<FileStorageContainerTypeRegistrationSettings> | undefined): Record<string, (node: ParseNode) => void>;
|
|
34626
|
+
/**
|
|
34627
|
+
* The deserialization information for the current model
|
|
34628
|
+
* @param FileStorageContainerTypeSettings The instance to deserialize into.
|
|
34629
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
34630
|
+
*/
|
|
34631
|
+
export declare function deserializeIntoFileStorageContainerTypeSettings(fileStorageContainerTypeSettings?: Partial<FileStorageContainerTypeSettings> | undefined): Record<string, (node: ParseNode) => void>;
|
|
34226
34632
|
/**
|
|
34227
34633
|
* The deserialization information for the current model
|
|
34228
34634
|
* @param FileStorageContainerViewpoint The instance to deserialize into.
|
|
@@ -36113,6 +36519,18 @@ export declare function deserializeIntoMeetingAttendanceReportCollectionResponse
|
|
|
36113
36519
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
36114
36520
|
*/
|
|
36115
36521
|
export declare function deserializeIntoMeetingInfo(meetingInfo?: Partial<MeetingInfo> | undefined): Record<string, (node: ParseNode) => void>;
|
|
36522
|
+
/**
|
|
36523
|
+
* The deserialization information for the current model
|
|
36524
|
+
* @param MeetingNote The instance to deserialize into.
|
|
36525
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
36526
|
+
*/
|
|
36527
|
+
export declare function deserializeIntoMeetingNote(meetingNote?: Partial<MeetingNote> | undefined): Record<string, (node: ParseNode) => void>;
|
|
36528
|
+
/**
|
|
36529
|
+
* The deserialization information for the current model
|
|
36530
|
+
* @param MeetingNoteSubpoint The instance to deserialize into.
|
|
36531
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
36532
|
+
*/
|
|
36533
|
+
export declare function deserializeIntoMeetingNoteSubpoint(meetingNoteSubpoint?: Partial<MeetingNoteSubpoint> | undefined): Record<string, (node: ParseNode) => void>;
|
|
36116
36534
|
/**
|
|
36117
36535
|
* The deserialization information for the current model
|
|
36118
36536
|
* @param MeetingParticipantInfo The instance to deserialize into.
|
|
@@ -36173,6 +36591,12 @@ export declare function deserializeIntoMembersJoinedEventMessageDetail(membersJo
|
|
|
36173
36591
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
36174
36592
|
*/
|
|
36175
36593
|
export declare function deserializeIntoMembersLeftEventMessageDetail(membersLeftEventMessageDetail?: Partial<MembersLeftEventMessageDetail> | undefined): Record<string, (node: ParseNode) => void>;
|
|
36594
|
+
/**
|
|
36595
|
+
* The deserialization information for the current model
|
|
36596
|
+
* @param MentionEvent The instance to deserialize into.
|
|
36597
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
36598
|
+
*/
|
|
36599
|
+
export declare function deserializeIntoMentionEvent(mentionEvent?: Partial<MentionEvent> | undefined): Record<string, (node: ParseNode) => void>;
|
|
36176
36600
|
/**
|
|
36177
36601
|
* The deserialization information for the current model
|
|
36178
36602
|
* @param Message The instance to deserialize into.
|
|
@@ -36989,6 +37413,12 @@ export declare function deserializeIntoOnlineMeetingInfo(onlineMeetingInfo?: Par
|
|
|
36989
37413
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
36990
37414
|
*/
|
|
36991
37415
|
export declare function deserializeIntoOnlineMeetingRestricted(onlineMeetingRestricted?: Partial<OnlineMeetingRestricted> | undefined): Record<string, (node: ParseNode) => void>;
|
|
37416
|
+
/**
|
|
37417
|
+
* The deserialization information for the current model
|
|
37418
|
+
* @param OnlineMeetingSensitivityLabelAssignment The instance to deserialize into.
|
|
37419
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
37420
|
+
*/
|
|
37421
|
+
export declare function deserializeIntoOnlineMeetingSensitivityLabelAssignment(onlineMeetingSensitivityLabelAssignment?: Partial<OnlineMeetingSensitivityLabelAssignment> | undefined): Record<string, (node: ParseNode) => void>;
|
|
36992
37422
|
/**
|
|
36993
37423
|
* The deserialization information for the current model
|
|
36994
37424
|
* @param OnOtpSendCustomExtension The instance to deserialize into.
|
|
@@ -40547,6 +40977,12 @@ export declare function deserializeIntoSystemFacet(systemFacet?: Partial<SystemF
|
|
|
40547
40977
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
40548
40978
|
*/
|
|
40549
40979
|
export declare function deserializeIntoTabUpdatedEventMessageDetail(tabUpdatedEventMessageDetail?: Partial<TabUpdatedEventMessageDetail> | undefined): Record<string, (node: ParseNode) => void>;
|
|
40980
|
+
/**
|
|
40981
|
+
* The deserialization information for the current model
|
|
40982
|
+
* @param TargetAgentIdentitySponsorsOrOwners The instance to deserialize into.
|
|
40983
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
40984
|
+
*/
|
|
40985
|
+
export declare function deserializeIntoTargetAgentIdentitySponsorsOrOwners(targetAgentIdentitySponsorsOrOwners?: Partial<TargetAgentIdentitySponsorsOrOwners> | undefined): Record<string, (node: ParseNode) => void>;
|
|
40550
40986
|
/**
|
|
40551
40987
|
* The deserialization information for the current model
|
|
40552
40988
|
* @param TargetApplicationOwners The instance to deserialize into.
|
|
@@ -41189,6 +41625,12 @@ export declare function deserializeIntoTimeOff(timeOff?: Partial<TimeOff> | unde
|
|
|
41189
41625
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
41190
41626
|
*/
|
|
41191
41627
|
export declare function deserializeIntoTimeOffCollectionResponse(timeOffCollectionResponse?: Partial<TimeOffCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
41628
|
+
/**
|
|
41629
|
+
* The deserialization information for the current model
|
|
41630
|
+
* @param TimeOffDetails The instance to deserialize into.
|
|
41631
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
41632
|
+
*/
|
|
41633
|
+
export declare function deserializeIntoTimeOffDetails(timeOffDetails?: Partial<TimeOffDetails> | undefined): Record<string, (node: ParseNode) => void>;
|
|
41192
41634
|
/**
|
|
41193
41635
|
* The deserialization information for the current model
|
|
41194
41636
|
* @param TimeOffItem The instance to deserialize into.
|
|
@@ -41381,6 +41823,12 @@ export declare function deserializeIntoTrending(trending?: Partial<Trending> | u
|
|
|
41381
41823
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
41382
41824
|
*/
|
|
41383
41825
|
export declare function deserializeIntoTrendingCollectionResponse(trendingCollectionResponse?: Partial<TrendingCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
41826
|
+
/**
|
|
41827
|
+
* The deserialization information for the current model
|
|
41828
|
+
* @param UnavailablePlaceMode The instance to deserialize into.
|
|
41829
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
41830
|
+
*/
|
|
41831
|
+
export declare function deserializeIntoUnavailablePlaceMode(unavailablePlaceMode?: Partial<UnavailablePlaceMode> | undefined): Record<string, (node: ParseNode) => void>;
|
|
41384
41832
|
/**
|
|
41385
41833
|
* The deserialization information for the current model
|
|
41386
41834
|
* @param UnifiedApprovalStage The instance to deserialize into.
|
|
@@ -42263,6 +42711,12 @@ export declare function deserializeIntoUserTrainingEventInfo(userTrainingEventIn
|
|
|
42263
42711
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
42264
42712
|
*/
|
|
42265
42713
|
export declare function deserializeIntoUserTrainingStatusInfo(userTrainingStatusInfo?: Partial<UserTrainingStatusInfo> | undefined): Record<string, (node: ParseNode) => void>;
|
|
42714
|
+
/**
|
|
42715
|
+
* The deserialization information for the current model
|
|
42716
|
+
* @param UserWorkLocation The instance to deserialize into.
|
|
42717
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
42718
|
+
*/
|
|
42719
|
+
export declare function deserializeIntoUserWorkLocation(userWorkLocation?: Partial<UserWorkLocation> | undefined): Record<string, (node: ParseNode) => void>;
|
|
42266
42720
|
/**
|
|
42267
42721
|
* The deserialization information for the current model
|
|
42268
42722
|
* @param VerifiedDomain The instance to deserialize into.
|
|
@@ -43505,6 +43959,12 @@ export declare function deserializeIntoWorkforceIntegrationCollectionResponse(wo
|
|
|
43505
43959
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
43506
43960
|
*/
|
|
43507
43961
|
export declare function deserializeIntoWorkforceIntegrationEncryption(workforceIntegrationEncryption?: Partial<WorkforceIntegrationEncryption> | undefined): Record<string, (node: ParseNode) => void>;
|
|
43962
|
+
/**
|
|
43963
|
+
* The deserialization information for the current model
|
|
43964
|
+
* @param WorkHoursAndLocationsSetting The instance to deserialize into.
|
|
43965
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
43966
|
+
*/
|
|
43967
|
+
export declare function deserializeIntoWorkHoursAndLocationsSetting(workHoursAndLocationsSetting?: Partial<WorkHoursAndLocationsSetting> | undefined): Record<string, (node: ParseNode) => void>;
|
|
43508
43968
|
/**
|
|
43509
43969
|
* The deserialization information for the current model
|
|
43510
43970
|
* @param WorkingHours The instance to deserialize into.
|
|
@@ -43517,6 +43977,30 @@ export declare function deserializeIntoWorkingHours(workingHours?: Partial<Worki
|
|
|
43517
43977
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
43518
43978
|
*/
|
|
43519
43979
|
export declare function deserializeIntoWorkingTimeSchedule(workingTimeSchedule?: Partial<WorkingTimeSchedule> | undefined): Record<string, (node: ParseNode) => void>;
|
|
43980
|
+
/**
|
|
43981
|
+
* The deserialization information for the current model
|
|
43982
|
+
* @param WorkPlanOccurrence The instance to deserialize into.
|
|
43983
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
43984
|
+
*/
|
|
43985
|
+
export declare function deserializeIntoWorkPlanOccurrence(workPlanOccurrence?: Partial<WorkPlanOccurrence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
43986
|
+
/**
|
|
43987
|
+
* The deserialization information for the current model
|
|
43988
|
+
* @param WorkPlanOccurrenceCollectionResponse The instance to deserialize into.
|
|
43989
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
43990
|
+
*/
|
|
43991
|
+
export declare function deserializeIntoWorkPlanOccurrenceCollectionResponse(workPlanOccurrenceCollectionResponse?: Partial<WorkPlanOccurrenceCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
43992
|
+
/**
|
|
43993
|
+
* The deserialization information for the current model
|
|
43994
|
+
* @param WorkPlanRecurrence The instance to deserialize into.
|
|
43995
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
43996
|
+
*/
|
|
43997
|
+
export declare function deserializeIntoWorkPlanRecurrence(workPlanRecurrence?: Partial<WorkPlanRecurrence> | undefined): Record<string, (node: ParseNode) => void>;
|
|
43998
|
+
/**
|
|
43999
|
+
* The deserialization information for the current model
|
|
44000
|
+
* @param WorkPlanRecurrenceCollectionResponse The instance to deserialize into.
|
|
44001
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
44002
|
+
*/
|
|
44003
|
+
export declare function deserializeIntoWorkPlanRecurrenceCollectionResponse(workPlanRecurrenceCollectionResponse?: Partial<WorkPlanRecurrenceCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
43520
44004
|
/**
|
|
43521
44005
|
* The deserialization information for the current model
|
|
43522
44006
|
* @param Workspace The instance to deserialize into.
|
|
@@ -43567,15 +44051,19 @@ export declare function deserializeIntoX509CertificateRule(x509CertificateRule?:
|
|
|
43567
44051
|
export declare function deserializeIntoX509CertificateUserBinding(x509CertificateUserBinding?: Partial<X509CertificateUserBinding> | undefined): Record<string, (node: ParseNode) => void>;
|
|
43568
44052
|
export interface Desk extends Parsable, Place {
|
|
43569
44053
|
/**
|
|
43570
|
-
* The
|
|
44054
|
+
* The name of the display device (for example, monitor or projector) that is available at the desk.
|
|
43571
44055
|
*/
|
|
43572
44056
|
displayDeviceName?: string | null;
|
|
43573
44057
|
/**
|
|
43574
|
-
* The
|
|
44058
|
+
* The heightAdjustableState property
|
|
44059
|
+
*/
|
|
44060
|
+
heightAdjustableState?: PlaceFeatureEnablement | null;
|
|
44061
|
+
/**
|
|
44062
|
+
* The mailbox object id and email address that are associated with the desk.
|
|
43575
44063
|
*/
|
|
43576
44064
|
mailboxDetails?: MailboxDetails | null;
|
|
43577
44065
|
/**
|
|
43578
|
-
* The mode
|
|
44066
|
+
* The mode of the desk. The supported modes are:assignedPlaceMode - Desks that are assigned to a user.reservablePlaceMode - Desks that can be booked in advance using desk reservation tools.dropInPlaceMode - First come, first served desks. When you plug into a peripheral on one of these desks, the desk is booked for you, assuming the peripheral is associated with the desk in the Microsoft Teams Rooms pro management portal.unavailablePlaceMode - Desks that are taken down for maintenance or marked as not reservable.
|
|
43579
44067
|
*/
|
|
43580
44068
|
mode?: PlaceMode | null;
|
|
43581
44069
|
}
|
|
@@ -43666,7 +44154,7 @@ export interface Device extends DirectoryObject, Parsable {
|
|
|
43666
44154
|
*/
|
|
43667
44155
|
deviceMetadata?: string | null;
|
|
43668
44156
|
/**
|
|
43669
|
-
* Ownership of the device. Intune sets this property.
|
|
44157
|
+
* Ownership of the device. Intune sets this property. The possible values are: unknown, company, personal.
|
|
43670
44158
|
*/
|
|
43671
44159
|
deviceOwnership?: string | null;
|
|
43672
44160
|
/**
|
|
@@ -43682,7 +44170,7 @@ export interface Device extends DirectoryObject, Parsable {
|
|
|
43682
44170
|
*/
|
|
43683
44171
|
enrollmentProfileName?: string | null;
|
|
43684
44172
|
/**
|
|
43685
|
-
* Enrollment type of the device. Intune sets this property.
|
|
44173
|
+
* Enrollment type of the device. Intune sets this property. The possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed.
|
|
43686
44174
|
*/
|
|
43687
44175
|
enrollmentType?: string | null;
|
|
43688
44176
|
/**
|
|
@@ -43706,7 +44194,7 @@ export interface Device extends DirectoryObject, Parsable {
|
|
|
43706
44194
|
*/
|
|
43707
44195
|
isRooted?: boolean | null;
|
|
43708
44196
|
/**
|
|
43709
|
-
* The management channel of the device. This property is set by Intune.
|
|
44197
|
+
* The management channel of the device. This property is set by Intune. The possible values are: eas, mdm, easMdm, intuneClient, easIntuneClient, configurationManagerClient, configurationManagerClientMdm, configurationManagerClientMdmEas, unknown, jamf, googleCloudDevicePolicyController.
|
|
43710
44198
|
*/
|
|
43711
44199
|
managementType?: string | null;
|
|
43712
44200
|
/**
|
|
@@ -46207,7 +46695,7 @@ export interface DirectoryAudit extends Entity, Parsable {
|
|
|
46207
46695
|
*/
|
|
46208
46696
|
operationType?: string | null;
|
|
46209
46697
|
/**
|
|
46210
|
-
* Indicates the result of the activity.
|
|
46698
|
+
* Indicates the result of the activity. The possible values are: success, failure, timeout, unknownFutureValue.
|
|
46211
46699
|
*/
|
|
46212
46700
|
result?: OperationResult | null;
|
|
46213
46701
|
/**
|
|
@@ -47350,7 +47838,7 @@ export interface EducationAssignment extends Entity, Parsable {
|
|
|
47350
47838
|
*/
|
|
47351
47839
|
rubric?: EducationRubric | null;
|
|
47352
47840
|
/**
|
|
47353
|
-
* Status of the assignment. You can't PATCH this value.
|
|
47841
|
+
* Status of the assignment. You can't PATCH this value. The possible values are: draft, scheduled, published, assigned, unknownFutureValue, inactive. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: inactive.
|
|
47354
47842
|
*/
|
|
47355
47843
|
status?: EducationAssignmentStatus | null;
|
|
47356
47844
|
/**
|
|
@@ -47372,7 +47860,7 @@ export interface EducationAssignmentCollectionResponse extends BaseCollectionPag
|
|
|
47372
47860
|
}
|
|
47373
47861
|
export interface EducationAssignmentDefaults extends Entity, Parsable {
|
|
47374
47862
|
/**
|
|
47375
|
-
* Class-level default behavior for handling students who are added after the assignment is published.
|
|
47863
|
+
* Class-level default behavior for handling students who are added after the assignment is published. The possible values are: none, assignIfOpen.
|
|
47376
47864
|
*/
|
|
47377
47865
|
addedStudentAction?: EducationAddedStudentAction | null;
|
|
47378
47866
|
/**
|
|
@@ -47549,7 +48037,7 @@ export interface EducationClass extends Entity, Parsable {
|
|
|
47549
48037
|
*/
|
|
47550
48038
|
externalName?: string | null;
|
|
47551
48039
|
/**
|
|
47552
|
-
* How this class was created.
|
|
48040
|
+
* How this class was created. The possible values are: sis, manual.
|
|
47553
48041
|
*/
|
|
47554
48042
|
externalSource?: EducationExternalSource | null;
|
|
47555
48043
|
/**
|
|
@@ -47820,7 +48308,7 @@ export interface EducationModule extends Entity, Parsable {
|
|
|
47820
48308
|
*/
|
|
47821
48309
|
resourcesFolderUrl?: string | null;
|
|
47822
48310
|
/**
|
|
47823
|
-
* Status of the module. You can't use a PATCH operation to update this value.
|
|
48311
|
+
* Status of the module. You can't use a PATCH operation to update this value. The possible values are: draft and published.
|
|
47824
48312
|
*/
|
|
47825
48313
|
status?: EducationModuleStatus | null;
|
|
47826
48314
|
}
|
|
@@ -47867,7 +48355,7 @@ export interface EducationOrganization extends Entity, Parsable {
|
|
|
47867
48355
|
*/
|
|
47868
48356
|
displayName?: string | null;
|
|
47869
48357
|
/**
|
|
47870
|
-
* Source where this organization was created from.
|
|
48358
|
+
* Source where this organization was created from. The possible values are: sis, manual.
|
|
47871
48359
|
*/
|
|
47872
48360
|
externalSource?: EducationExternalSource | null;
|
|
47873
48361
|
/**
|
|
@@ -48300,7 +48788,7 @@ export interface EducationSubmission extends Entity, Parsable {
|
|
|
48300
48788
|
*/
|
|
48301
48789
|
returnedDateTime?: Date | null;
|
|
48302
48790
|
/**
|
|
48303
|
-
* Read-only.
|
|
48791
|
+
* Read-only. The possible values are: excused, reassigned, returned, submitted and working. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: excused and reassigned.
|
|
48304
48792
|
*/
|
|
48305
48793
|
status?: EducationSubmissionStatus | null;
|
|
48306
48794
|
/**
|
|
@@ -48471,7 +48959,7 @@ export interface EducationUser extends Entity, Parsable {
|
|
|
48471
48959
|
*/
|
|
48472
48960
|
displayName?: string | null;
|
|
48473
48961
|
/**
|
|
48474
|
-
* Where this user was created from.
|
|
48962
|
+
* Where this user was created from. The possible values are: sis, manual.
|
|
48475
48963
|
*/
|
|
48476
48964
|
externalSource?: EducationExternalSource | null;
|
|
48477
48965
|
/**
|
|
@@ -48633,7 +49121,7 @@ export interface EmailAuthenticationMethodCollectionResponse extends BaseCollect
|
|
|
48633
49121
|
}
|
|
48634
49122
|
export interface EmailAuthenticationMethodConfiguration extends AuthenticationMethodConfiguration, Parsable {
|
|
48635
49123
|
/**
|
|
48636
|
-
* Determines whether email OTP is usable by external users for authentication.
|
|
49124
|
+
* Determines whether email OTP is usable by external users for authentication. The possible values are: default, enabled, disabled, unknownFutureValue. Tenants in the default state who didn't use public preview have email OTP enabled beginning in October 2021.
|
|
48637
49125
|
*/
|
|
48638
49126
|
allowExternalIdToUseEmailOtp?: ExternalEmailOtpState | null;
|
|
48639
49127
|
/**
|
|
@@ -48647,7 +49135,7 @@ export interface EmailFileAssessmentRequest extends Parsable, ThreatAssessmentRe
|
|
|
48647
49135
|
*/
|
|
48648
49136
|
contentData?: string | null;
|
|
48649
49137
|
/**
|
|
48650
|
-
* The reason for mail routed to its destination.
|
|
49138
|
+
* The reason for mail routed to its destination. The possible values are: none, mailFlowRule, safeSender, blockedSender, advancedSpamFiltering, domainAllowList, domainBlockList, notInAddressBook, firstTimeSender, autoPurgeToInbox, autoPurgeToJunk, autoPurgeToDeleted, outbound, notJunk, junk.
|
|
48651
49139
|
*/
|
|
48652
49140
|
destinationRoutingReason?: MailDestinationRoutingReason | null;
|
|
48653
49141
|
/**
|
|
@@ -48863,15 +49351,15 @@ export interface EndUserNotification extends Entity, Parsable {
|
|
|
48863
49351
|
*/
|
|
48864
49352
|
lastModifiedDateTime?: Date | null;
|
|
48865
49353
|
/**
|
|
48866
|
-
* Type of notification.
|
|
49354
|
+
* Type of notification. The possible values are: unknown, positiveReinforcement, noTraining, trainingAssignment, trainingReminder, unknownFutureValue.
|
|
48867
49355
|
*/
|
|
48868
49356
|
notificationType?: EndUserNotificationType | null;
|
|
48869
49357
|
/**
|
|
48870
|
-
* The source of the content.
|
|
49358
|
+
* The source of the content. The possible values are: unknown, global, tenant, unknownFutureValue.
|
|
48871
49359
|
*/
|
|
48872
49360
|
source?: SimulationContentSource | null;
|
|
48873
49361
|
/**
|
|
48874
|
-
* The status of the notification.
|
|
49362
|
+
* The status of the notification. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.
|
|
48875
49363
|
*/
|
|
48876
49364
|
status?: SimulationContentStatus | null;
|
|
48877
49365
|
/**
|
|
@@ -48924,7 +49412,7 @@ export interface EndUserNotificationSetting extends AdditionalDataHolder, Backed
|
|
|
48924
49412
|
*/
|
|
48925
49413
|
backingStoreEnabled?: boolean | null;
|
|
48926
49414
|
/**
|
|
48927
|
-
* Notification preference.
|
|
49415
|
+
* Notification preference. The possible values are: unknown, microsoft, custom, unknownFutureValue.
|
|
48928
49416
|
*/
|
|
48929
49417
|
notificationPreference?: EndUserNotificationPreference | null;
|
|
48930
49418
|
/**
|
|
@@ -48936,7 +49424,7 @@ export interface EndUserNotificationSetting extends AdditionalDataHolder, Backed
|
|
|
48936
49424
|
*/
|
|
48937
49425
|
positiveReinforcement?: PositiveReinforcementNotification | null;
|
|
48938
49426
|
/**
|
|
48939
|
-
* End user notification type.
|
|
49427
|
+
* End user notification type. The possible values are: unknown, noTraining, trainingSelected, noNotification, unknownFutureValue.
|
|
48940
49428
|
*/
|
|
48941
49429
|
settingType?: EndUserNotificationSettingType | null;
|
|
48942
49430
|
}
|
|
@@ -49470,7 +49958,7 @@ export interface Event extends OutlookItem, Parsable {
|
|
|
49470
49958
|
*/
|
|
49471
49959
|
responseStatus?: ResponseStatus | null;
|
|
49472
49960
|
/**
|
|
49473
|
-
*
|
|
49961
|
+
* The possible values are: normal, personal, private, and confidential.
|
|
49474
49962
|
*/
|
|
49475
49963
|
sensitivity?: Sensitivity | null;
|
|
49476
49964
|
/**
|
|
@@ -49478,7 +49966,7 @@ export interface Event extends OutlookItem, Parsable {
|
|
|
49478
49966
|
*/
|
|
49479
49967
|
seriesMasterId?: string | null;
|
|
49480
49968
|
/**
|
|
49481
|
-
* The status to show.
|
|
49969
|
+
* The status to show. The possible values are: free, tentative, busy, oof, workingElsewhere, unknown.
|
|
49482
49970
|
*/
|
|
49483
49971
|
showAs?: FreeBusyStatus | null;
|
|
49484
49972
|
/**
|
|
@@ -49498,7 +49986,7 @@ export interface Event extends OutlookItem, Parsable {
|
|
|
49498
49986
|
*/
|
|
49499
49987
|
transactionId?: string | null;
|
|
49500
49988
|
/**
|
|
49501
|
-
* The event type.
|
|
49989
|
+
* The event type. The possible values are: singleInstance, occurrence, exception, seriesMaster. Read-only
|
|
49502
49990
|
*/
|
|
49503
49991
|
type?: EventType | null;
|
|
49504
49992
|
/**
|
|
@@ -49596,7 +50084,7 @@ export interface EventMessageResponse extends EventMessage, Parsable {
|
|
|
49596
50084
|
*/
|
|
49597
50085
|
proposedNewTime?: TimeSlot | null;
|
|
49598
50086
|
/**
|
|
49599
|
-
* Specifies the type of response to a meeting request.
|
|
50087
|
+
* Specifies the type of response to a meeting request. The possible values are: tentativelyAccepted, accepted, declined. For the eventMessageResponse type, none, organizer, and notResponded are not supported. Read-only. Not filterable.
|
|
49600
50088
|
*/
|
|
49601
50089
|
responseType?: ResponseType | null;
|
|
49602
50090
|
}
|
|
@@ -49937,7 +50425,7 @@ export interface Fido2AuthenticationMethod extends AuthenticationMethod, Parsabl
|
|
|
49937
50425
|
*/
|
|
49938
50426
|
attestationCertificates?: string[] | null;
|
|
49939
50427
|
/**
|
|
49940
|
-
* The attestation level of this FIDO2 security key.
|
|
50428
|
+
* The attestation level of this FIDO2 security key. The possible values are: attested, or notAttested.
|
|
49941
50429
|
*/
|
|
49942
50430
|
attestationLevel?: AttestationLevel | null;
|
|
49943
50431
|
/**
|
|
@@ -49993,7 +50481,7 @@ export interface Fido2KeyRestrictions extends AdditionalDataHolder, BackedModel,
|
|
|
49993
50481
|
*/
|
|
49994
50482
|
backingStoreEnabled?: boolean | null;
|
|
49995
50483
|
/**
|
|
49996
|
-
* Enforcement type.
|
|
50484
|
+
* Enforcement type. The possible values are: allow, block.
|
|
49997
50485
|
*/
|
|
49998
50486
|
enforcementType?: Fido2RestrictionEnforcementType | null;
|
|
49999
50487
|
/**
|
|
@@ -50101,7 +50589,7 @@ export interface FileHash extends AdditionalDataHolder, BackedModel, Parsable {
|
|
|
50101
50589
|
*/
|
|
50102
50590
|
backingStoreEnabled?: boolean | null;
|
|
50103
50591
|
/**
|
|
50104
|
-
* File hash type.
|
|
50592
|
+
* File hash type. The possible values are: unknown, sha1, sha256, md5, authenticodeHash256, lsHash, ctph, peSha1, peSha256.
|
|
50105
50593
|
*/
|
|
50106
50594
|
hashType?: FileHashType | null;
|
|
50107
50595
|
/**
|
|
@@ -50142,15 +50630,27 @@ export interface FileSecurityState extends AdditionalDataHolder, BackedModel, Pa
|
|
|
50142
50630
|
}
|
|
50143
50631
|
export interface FileStorage extends Entity, Parsable {
|
|
50144
50632
|
/**
|
|
50145
|
-
* The
|
|
50633
|
+
* The collection of active fileStorageContainer resources.
|
|
50146
50634
|
*/
|
|
50147
50635
|
containers?: FileStorageContainer[] | null;
|
|
50148
50636
|
/**
|
|
50149
|
-
* The
|
|
50637
|
+
* The collection of fileStorageContainerTypeRegistration resources.
|
|
50638
|
+
*/
|
|
50639
|
+
containerTypeRegistrations?: FileStorageContainerTypeRegistration[] | null;
|
|
50640
|
+
/**
|
|
50641
|
+
* The collection of fileStorageContainerType resources.
|
|
50642
|
+
*/
|
|
50643
|
+
containerTypes?: FileStorageContainerType[] | null;
|
|
50644
|
+
/**
|
|
50645
|
+
* The collection of deleted fileStorageContainer resources.
|
|
50150
50646
|
*/
|
|
50151
50647
|
deletedContainers?: FileStorageContainer[] | null;
|
|
50152
50648
|
}
|
|
50153
50649
|
export interface FileStorageContainer extends Entity, Parsable {
|
|
50650
|
+
/**
|
|
50651
|
+
* Sensitivity label assigned to the fileStorageContainer. Read-write.
|
|
50652
|
+
*/
|
|
50653
|
+
assignedSensitivityLabel?: AssignedLabel | null;
|
|
50154
50654
|
/**
|
|
50155
50655
|
* The columns property
|
|
50156
50656
|
*/
|
|
@@ -50208,6 +50708,8 @@ export interface FileStorageContainer extends Entity, Parsable {
|
|
|
50208
50708
|
*/
|
|
50209
50709
|
viewpoint?: FileStorageContainerViewpoint | null;
|
|
50210
50710
|
}
|
|
50711
|
+
export type FileStorageContainerBillingClassification = (typeof FileStorageContainerBillingClassificationObject)[keyof typeof FileStorageContainerBillingClassificationObject];
|
|
50712
|
+
export type FileStorageContainerBillingStatus = (typeof FileStorageContainerBillingStatusObject)[keyof typeof FileStorageContainerBillingStatusObject];
|
|
50211
50713
|
export interface FileStorageContainerCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
|
|
50212
50714
|
/**
|
|
50213
50715
|
* The value property
|
|
@@ -50239,6 +50741,208 @@ export interface FileStorageContainerSettings extends AdditionalDataHolder, Back
|
|
|
50239
50741
|
odataType?: string | null;
|
|
50240
50742
|
}
|
|
50241
50743
|
export type FileStorageContainerStatus = (typeof FileStorageContainerStatusObject)[keyof typeof FileStorageContainerStatusObject];
|
|
50744
|
+
export interface FileStorageContainerType extends Entity, Parsable {
|
|
50745
|
+
/**
|
|
50746
|
+
* The billingClassification property
|
|
50747
|
+
*/
|
|
50748
|
+
billingClassification?: FileStorageContainerBillingClassification | null;
|
|
50749
|
+
/**
|
|
50750
|
+
* The billingStatus property
|
|
50751
|
+
*/
|
|
50752
|
+
billingStatus?: FileStorageContainerBillingStatus | null;
|
|
50753
|
+
/**
|
|
50754
|
+
* The creation date. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
|
|
50755
|
+
*/
|
|
50756
|
+
createdDateTime?: Date | null;
|
|
50757
|
+
/**
|
|
50758
|
+
* Used in update scenarios for optimistic concurrency control. Read-only.
|
|
50759
|
+
*/
|
|
50760
|
+
etag?: string | null;
|
|
50761
|
+
/**
|
|
50762
|
+
* The expiration date. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
|
|
50763
|
+
*/
|
|
50764
|
+
expirationDateTime?: Date | null;
|
|
50765
|
+
/**
|
|
50766
|
+
* The name of the fileStorageContainerType.
|
|
50767
|
+
*/
|
|
50768
|
+
name?: string | null;
|
|
50769
|
+
/**
|
|
50770
|
+
* ID of the application that owns the fileStorageContainerType.
|
|
50771
|
+
*/
|
|
50772
|
+
owningAppId?: Guid | null;
|
|
50773
|
+
/**
|
|
50774
|
+
* The settings property
|
|
50775
|
+
*/
|
|
50776
|
+
settings?: FileStorageContainerTypeSettings | null;
|
|
50777
|
+
}
|
|
50778
|
+
export type FileStorageContainerTypeAppPermission = (typeof FileStorageContainerTypeAppPermissionObject)[keyof typeof FileStorageContainerTypeAppPermissionObject];
|
|
50779
|
+
export interface FileStorageContainerTypeAppPermissionGrant extends AdditionalDataHolder, BackedModel, Parsable {
|
|
50780
|
+
/**
|
|
50781
|
+
* Application ID to which to set permissions.
|
|
50782
|
+
*/
|
|
50783
|
+
appId?: string | null;
|
|
50784
|
+
/**
|
|
50785
|
+
* Allowed permissions when you use delegated tokens. The possible values are: none, readContent, writeContent, manageContent, create, delete, read, write, enumeratePermissions, addPermissions, updatePermissions, deletePermissions, deleteOwnPermission, managePermissions, full, unknownFutureValue.
|
|
50786
|
+
*/
|
|
50787
|
+
applicationPermissions?: FileStorageContainerTypeAppPermission[] | null;
|
|
50788
|
+
/**
|
|
50789
|
+
* Stores model information.
|
|
50790
|
+
*/
|
|
50791
|
+
backingStoreEnabled?: boolean | null;
|
|
50792
|
+
/**
|
|
50793
|
+
* Allowed permissions when you use application tokens. The possible values are: none, readContent, writeContent, manageContent, create, delete, read, write, enumeratePermissions, addPermissions, updatePermissions, deletePermissions, deleteOwnPermission, managePermissions, full, unknownFutureValue.
|
|
50794
|
+
*/
|
|
50795
|
+
delegatedPermissions?: FileStorageContainerTypeAppPermission[] | null;
|
|
50796
|
+
/**
|
|
50797
|
+
* The OdataType property
|
|
50798
|
+
*/
|
|
50799
|
+
odataType?: string | null;
|
|
50800
|
+
}
|
|
50801
|
+
export interface FileStorageContainerTypeAppPermissionGrantCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
|
|
50802
|
+
/**
|
|
50803
|
+
* The value property
|
|
50804
|
+
*/
|
|
50805
|
+
value?: FileStorageContainerTypeAppPermissionGrant[] | null;
|
|
50806
|
+
}
|
|
50807
|
+
export interface FileStorageContainerTypeCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
|
|
50808
|
+
/**
|
|
50809
|
+
* The value property
|
|
50810
|
+
*/
|
|
50811
|
+
value?: FileStorageContainerType[] | null;
|
|
50812
|
+
}
|
|
50813
|
+
export interface FileStorageContainerTypeRegistration extends Entity, Parsable {
|
|
50814
|
+
/**
|
|
50815
|
+
* Access privileges of applications on containers.
|
|
50816
|
+
*/
|
|
50817
|
+
applicationPermissionGrants?: FileStorageContainerTypeAppPermissionGrant[] | null;
|
|
50818
|
+
/**
|
|
50819
|
+
* The billingClassification property
|
|
50820
|
+
*/
|
|
50821
|
+
billingClassification?: FileStorageContainerBillingClassification | null;
|
|
50822
|
+
/**
|
|
50823
|
+
* The billingStatus property
|
|
50824
|
+
*/
|
|
50825
|
+
billingStatus?: FileStorageContainerBillingStatus | null;
|
|
50826
|
+
/**
|
|
50827
|
+
* Used in update scenarios for optimistic concurrency control. Read-only.
|
|
50828
|
+
*/
|
|
50829
|
+
etag?: string | null;
|
|
50830
|
+
/**
|
|
50831
|
+
* The expiration date. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
|
|
50832
|
+
*/
|
|
50833
|
+
expirationDateTime?: Date | null;
|
|
50834
|
+
/**
|
|
50835
|
+
* The name of the fileStorageContainerTypeRegistration. Read-only.
|
|
50836
|
+
*/
|
|
50837
|
+
name?: string | null;
|
|
50838
|
+
/**
|
|
50839
|
+
* ID of the application that owns the fileStorageContainerType. Read-only.
|
|
50840
|
+
*/
|
|
50841
|
+
owningAppId?: Guid | null;
|
|
50842
|
+
/**
|
|
50843
|
+
* The registration date. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
|
|
50844
|
+
*/
|
|
50845
|
+
registeredDateTime?: Date | null;
|
|
50846
|
+
/**
|
|
50847
|
+
* The settings property
|
|
50848
|
+
*/
|
|
50849
|
+
settings?: FileStorageContainerTypeRegistrationSettings | null;
|
|
50850
|
+
}
|
|
50851
|
+
export interface FileStorageContainerTypeRegistrationCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
|
|
50852
|
+
/**
|
|
50853
|
+
* The value property
|
|
50854
|
+
*/
|
|
50855
|
+
value?: FileStorageContainerTypeRegistration[] | null;
|
|
50856
|
+
}
|
|
50857
|
+
export interface FileStorageContainerTypeRegistrationSettings extends AdditionalDataHolder, BackedModel, Parsable {
|
|
50858
|
+
/**
|
|
50859
|
+
* Stores model information.
|
|
50860
|
+
*/
|
|
50861
|
+
backingStoreEnabled?: boolean | null;
|
|
50862
|
+
/**
|
|
50863
|
+
* Indicates whether items from containers are surfaced in experiences such as My Activity or Microsoft 365.
|
|
50864
|
+
*/
|
|
50865
|
+
isDiscoverabilityEnabled?: boolean | null;
|
|
50866
|
+
/**
|
|
50867
|
+
* Indicates whether item versioning is enabled.
|
|
50868
|
+
*/
|
|
50869
|
+
isItemVersioningEnabled?: boolean | null;
|
|
50870
|
+
/**
|
|
50871
|
+
* Indicates whether search is enabled.
|
|
50872
|
+
*/
|
|
50873
|
+
isSearchEnabled?: boolean | null;
|
|
50874
|
+
/**
|
|
50875
|
+
* Only the manager and owner can share files in the container if restricted sharing is enabled.
|
|
50876
|
+
*/
|
|
50877
|
+
isSharingRestricted?: boolean | null;
|
|
50878
|
+
/**
|
|
50879
|
+
* Maximum number of versions. Versioning must be enabled ('isItemVersioningEnabled'=true).
|
|
50880
|
+
*/
|
|
50881
|
+
itemMajorVersionLimit?: number | null;
|
|
50882
|
+
/**
|
|
50883
|
+
* Controls maximum storage in bytes.
|
|
50884
|
+
*/
|
|
50885
|
+
maxStoragePerContainerInBytes?: number | null;
|
|
50886
|
+
/**
|
|
50887
|
+
* The OdataType property
|
|
50888
|
+
*/
|
|
50889
|
+
odataType?: string | null;
|
|
50890
|
+
/**
|
|
50891
|
+
* Sharing capabilities permitted for containers. The possible values are: disabled, externalUserSharingOnly, externalUserAndGuestSharing, existingExternalUserSharingOnly, unknownFutureValue. Can always be updated.
|
|
50892
|
+
*/
|
|
50893
|
+
sharingCapability?: SharingCapabilities | null;
|
|
50894
|
+
/**
|
|
50895
|
+
* Pattern used to redirect files.
|
|
50896
|
+
*/
|
|
50897
|
+
urlTemplate?: string | null;
|
|
50898
|
+
}
|
|
50899
|
+
export interface FileStorageContainerTypeSettings extends AdditionalDataHolder, BackedModel, Parsable {
|
|
50900
|
+
/**
|
|
50901
|
+
* Stores model information.
|
|
50902
|
+
*/
|
|
50903
|
+
backingStoreEnabled?: boolean | null;
|
|
50904
|
+
/**
|
|
50905
|
+
* A comma-separated list of settings that can be overridden in the consuming tenant. The possible values are: urlTemplate, isDiscoverabilityEnabled, isSearchEnabled, isItemVersioningEnabled, itemMajorVersionLimit, maxStoragePerContainerInBytes, unknownFutureValue.
|
|
50906
|
+
*/
|
|
50907
|
+
consumingTenantOverridables?: FileStorageContainerTypeSettingsOverride[] | null;
|
|
50908
|
+
/**
|
|
50909
|
+
* Indicates whether items from containers are surfaced in experiences such as My Activity or Microsoft 365.
|
|
50910
|
+
*/
|
|
50911
|
+
isDiscoverabilityEnabled?: boolean | null;
|
|
50912
|
+
/**
|
|
50913
|
+
* Indicates whether item versioning is enabled.
|
|
50914
|
+
*/
|
|
50915
|
+
isItemVersioningEnabled?: boolean | null;
|
|
50916
|
+
/**
|
|
50917
|
+
* Indicates whether search is enabled.
|
|
50918
|
+
*/
|
|
50919
|
+
isSearchEnabled?: boolean | null;
|
|
50920
|
+
/**
|
|
50921
|
+
* Only the manager and owner can share files in the container if restricted sharing is enabled.
|
|
50922
|
+
*/
|
|
50923
|
+
isSharingRestricted?: boolean | null;
|
|
50924
|
+
/**
|
|
50925
|
+
* Maximum number of versions. Versioning must be enabled ('isItemVersioningEnabled'=true).
|
|
50926
|
+
*/
|
|
50927
|
+
itemMajorVersionLimit?: number | null;
|
|
50928
|
+
/**
|
|
50929
|
+
* Controls maximum storage in bytes.
|
|
50930
|
+
*/
|
|
50931
|
+
maxStoragePerContainerInBytes?: number | null;
|
|
50932
|
+
/**
|
|
50933
|
+
* The OdataType property
|
|
50934
|
+
*/
|
|
50935
|
+
odataType?: string | null;
|
|
50936
|
+
/**
|
|
50937
|
+
* Sharing capabilities permitted for containers. This value can always be overridden during registration if needed. The possible values are: disabled, externalUserSharingOnly, externalUserAndGuestSharing, existingExternalUserSharingOnly, unknownFutureValue.
|
|
50938
|
+
*/
|
|
50939
|
+
sharingCapability?: SharingCapabilities | null;
|
|
50940
|
+
/**
|
|
50941
|
+
* Pattern used to redirect files.
|
|
50942
|
+
*/
|
|
50943
|
+
urlTemplate?: string | null;
|
|
50944
|
+
}
|
|
50945
|
+
export type FileStorageContainerTypeSettingsOverride = (typeof FileStorageContainerTypeSettingsOverrideObject)[keyof typeof FileStorageContainerTypeSettingsOverrideObject];
|
|
50242
50946
|
export interface FileStorageContainerViewpoint extends AdditionalDataHolder, BackedModel, Parsable {
|
|
50243
50947
|
/**
|
|
50244
50948
|
* Stores model information.
|
|
@@ -50362,7 +51066,7 @@ export interface FilterOperatorSchema extends Entity, Parsable {
|
|
|
50362
51066
|
*/
|
|
50363
51067
|
multivaluedComparisonType?: ScopeOperatorMultiValuedComparisonType | null;
|
|
50364
51068
|
/**
|
|
50365
|
-
* Attribute types supported by the operator.
|
|
51069
|
+
* Attribute types supported by the operator. The possible values are: Boolean, Binary, Reference, Integer, String.
|
|
50366
51070
|
*/
|
|
50367
51071
|
supportedAttributeTypes?: AttributeType[] | null;
|
|
50368
51072
|
}
|
|
@@ -50377,7 +51081,7 @@ export type FirewallPacketQueueingMethodType = (typeof FirewallPacketQueueingMet
|
|
|
50377
51081
|
export type FirewallPreSharedKeyEncodingMethodType = (typeof FirewallPreSharedKeyEncodingMethodTypeObject)[keyof typeof FirewallPreSharedKeyEncodingMethodTypeObject];
|
|
50378
51082
|
export interface FixtureMap extends BaseMapFeature, Parsable {
|
|
50379
51083
|
/**
|
|
50380
|
-
*
|
|
51084
|
+
* Identifier for the floor to which this fixtureMap belongs.
|
|
50381
51085
|
*/
|
|
50382
51086
|
placeId?: string | null;
|
|
50383
51087
|
}
|
|
@@ -50389,7 +51093,7 @@ export interface FixtureMapCollectionResponse extends BaseCollectionPaginationCo
|
|
|
50389
51093
|
}
|
|
50390
51094
|
export interface Floor extends Parsable, Place {
|
|
50391
51095
|
/**
|
|
50392
|
-
*
|
|
51096
|
+
* Specifies the sort order of the floor. For example, a floor might be named 'Lobby' with a sort order of 0 to show this floor first in ordered lists.
|
|
50393
51097
|
*/
|
|
50394
51098
|
sortOrder?: number | null;
|
|
50395
51099
|
}
|
|
@@ -50877,7 +51581,7 @@ export interface Group extends DirectoryObject, Parsable {
|
|
|
50877
51581
|
*/
|
|
50878
51582
|
unseenCount?: number | null;
|
|
50879
51583
|
/**
|
|
50880
|
-
* Specifies the group join policy and group content visibility for groups.
|
|
51584
|
+
* Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. It can't be updated later. Other values of visibility can be updated after group creation. If visibility value isn't specified during group creation on Microsoft Graph, a security group is created as Private by default, and the Microsoft 365 group is Public. Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable.
|
|
50881
51585
|
*/
|
|
50882
51586
|
visibility?: string | null;
|
|
50883
51587
|
}
|
|
@@ -51727,7 +52431,7 @@ export interface InformationProtection extends AdditionalDataHolder, BackedModel
|
|
|
51727
52431
|
}
|
|
51728
52432
|
export interface Initiator extends Identity, Parsable {
|
|
51729
52433
|
/**
|
|
51730
|
-
* Type of initiator.
|
|
52434
|
+
* Type of initiator. The possible values are: user, application, system, unknownFutureValue.
|
|
51731
52435
|
*/
|
|
51732
52436
|
initiatorType?: InitiatorType | null;
|
|
51733
52437
|
}
|
|
@@ -52017,7 +52721,7 @@ export interface Invitation extends Entity, Parsable {
|
|
|
52017
52721
|
*/
|
|
52018
52722
|
sendInvitationMessage?: boolean | null;
|
|
52019
52723
|
/**
|
|
52020
|
-
* The status of the invitation.
|
|
52724
|
+
* The status of the invitation. The possible values are: PendingAcceptance, Completed, InProgress, and Error.
|
|
52021
52725
|
*/
|
|
52022
52726
|
status?: string | null;
|
|
52023
52727
|
}
|
|
@@ -52063,7 +52767,7 @@ export interface InvitationRedemptionIdentityProviderConfiguration extends Addit
|
|
|
52063
52767
|
*/
|
|
52064
52768
|
backingStoreEnabled?: boolean | null;
|
|
52065
52769
|
/**
|
|
52066
|
-
* The fallback identity provider to be used in case no primary identity provider can be used for guest invitation redemption.
|
|
52770
|
+
* The fallback identity provider to be used in case no primary identity provider can be used for guest invitation redemption. The possible values are: defaultConfiguredIdp, emailOneTimePasscode, or microsoftAccount.
|
|
52067
52771
|
*/
|
|
52068
52772
|
fallbackIdentityProvider?: B2bIdentityProvidersType | null;
|
|
52069
52773
|
/**
|
|
@@ -52071,7 +52775,7 @@ export interface InvitationRedemptionIdentityProviderConfiguration extends Addit
|
|
|
52071
52775
|
*/
|
|
52072
52776
|
odataType?: string | null;
|
|
52073
52777
|
/**
|
|
52074
|
-
* Collection of identity providers in priority order of preference to be used for guest invitation redemption.
|
|
52778
|
+
* Collection of identity providers in priority order of preference to be used for guest invitation redemption. The possible values are: azureActiveDirectory, externalFederation, or socialIdentityProviders.
|
|
52075
52779
|
*/
|
|
52076
52780
|
primaryIdentityProviderPrecedenceOrder?: B2bIdentityProvidersType[] | null;
|
|
52077
52781
|
}
|
|
@@ -53785,11 +54489,11 @@ export interface LandingPage extends Entity, Parsable {
|
|
|
53785
54489
|
*/
|
|
53786
54490
|
locale?: string | null;
|
|
53787
54491
|
/**
|
|
53788
|
-
* The source of the content.
|
|
54492
|
+
* The source of the content. The possible values are: unknown, global, tenant, unknownFutureValue.
|
|
53789
54493
|
*/
|
|
53790
54494
|
source?: SimulationContentSource | null;
|
|
53791
54495
|
/**
|
|
53792
|
-
* The status of the simulation.
|
|
54496
|
+
* The status of the simulation. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.
|
|
53793
54497
|
*/
|
|
53794
54498
|
status?: SimulationContentStatus | null;
|
|
53795
54499
|
/**
|
|
@@ -53900,7 +54604,7 @@ export interface LearningContent extends Entity, Parsable {
|
|
|
53900
54604
|
*/
|
|
53901
54605
|
lastModifiedDateTime?: Date | null;
|
|
53902
54606
|
/**
|
|
53903
|
-
* The difficulty level of the learning content.
|
|
54607
|
+
* The difficulty level of the learning content. The possible values are: Beginner, Intermediate, Advanced, unknownFutureValue. Optional.
|
|
53904
54608
|
*/
|
|
53905
54609
|
level?: Level | null;
|
|
53906
54610
|
/**
|
|
@@ -53956,7 +54660,7 @@ export interface LearningCourseActivity extends Entity, Parsable {
|
|
|
53956
54660
|
*/
|
|
53957
54661
|
learningProviderId?: string | null;
|
|
53958
54662
|
/**
|
|
53959
|
-
* The status of the course activity.
|
|
54663
|
+
* The status of the course activity. The possible values are: notStarted, inProgress, completed. Required.
|
|
53960
54664
|
*/
|
|
53961
54665
|
status?: CourseStatus | null;
|
|
53962
54666
|
}
|
|
@@ -54019,19 +54723,19 @@ export interface LearningSelfInitiatedCourse extends LearningCourseActivity, Par
|
|
|
54019
54723
|
export type Level = (typeof LevelObject)[keyof typeof LevelObject];
|
|
54020
54724
|
export interface LevelMap extends BaseMapFeature, Parsable {
|
|
54021
54725
|
/**
|
|
54022
|
-
*
|
|
54726
|
+
* Collection of fixtures (such as furniture or equipment) on this level. Supports upsert.
|
|
54023
54727
|
*/
|
|
54024
54728
|
fixtures?: FixtureMap[] | null;
|
|
54025
54729
|
/**
|
|
54026
|
-
*
|
|
54730
|
+
* Identifier of the floor to which this levelMap belongs.
|
|
54027
54731
|
*/
|
|
54028
54732
|
placeId?: string | null;
|
|
54029
54733
|
/**
|
|
54030
|
-
*
|
|
54734
|
+
* Collection of sections (such as zones or partitions) on this level. Supports upsert.
|
|
54031
54735
|
*/
|
|
54032
54736
|
sections?: SectionMap[] | null;
|
|
54033
54737
|
/**
|
|
54034
|
-
*
|
|
54738
|
+
* Collection of units (such as rooms or offices) on this level. Supports upsert.
|
|
54035
54739
|
*/
|
|
54036
54740
|
units?: UnitMap[] | null;
|
|
54037
54741
|
}
|
|
@@ -54238,6 +54942,10 @@ export interface ListItem extends BaseItem, Parsable {
|
|
|
54238
54942
|
* The content type of this list item
|
|
54239
54943
|
*/
|
|
54240
54944
|
contentType?: ContentTypeInfo | null;
|
|
54945
|
+
/**
|
|
54946
|
+
* If present in the result of a delta enumeration, indicates that the item was deleted. Read-only.
|
|
54947
|
+
*/
|
|
54948
|
+
deleted?: Deleted | null;
|
|
54241
54949
|
/**
|
|
54242
54950
|
* Version information for a document set version created by a user.
|
|
54243
54951
|
*/
|
|
@@ -54492,11 +55200,11 @@ export interface LoginPage extends Entity, Parsable {
|
|
|
54492
55200
|
*/
|
|
54493
55201
|
lastModifiedDateTime?: Date | null;
|
|
54494
55202
|
/**
|
|
54495
|
-
* The source of the content.
|
|
55203
|
+
* The source of the content. The possible values are: unknown, global, tenant, unknownFutureValue.
|
|
54496
55204
|
*/
|
|
54497
55205
|
source?: SimulationContentSource | null;
|
|
54498
55206
|
/**
|
|
54499
|
-
* The login page status.
|
|
55207
|
+
* The login page status. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.
|
|
54500
55208
|
*/
|
|
54501
55209
|
status?: SimulationContentStatus | null;
|
|
54502
55210
|
}
|
|
@@ -55002,7 +55710,7 @@ export interface MacOSOfficeSuiteApp extends MobileApp, Parsable {
|
|
|
55002
55710
|
}
|
|
55003
55711
|
export interface MailAssessmentRequest extends Parsable, ThreatAssessmentRequest {
|
|
55004
55712
|
/**
|
|
55005
|
-
* The reason for mail routed to its destination.
|
|
55713
|
+
* The reason for mail routed to its destination. The possible values are: none, mailFlowRule, safeSender, blockedSender, advancedSpamFiltering, domainAllowList, domainBlockList, notInAddressBook, firstTimeSender, autoPurgeToInbox, autoPurgeToJunk, autoPurgeToDeleted, outbound, notJunk, junk.
|
|
55006
55714
|
*/
|
|
55007
55715
|
destinationRoutingReason?: MailDestinationRoutingReason | null;
|
|
55008
55716
|
/**
|
|
@@ -55020,11 +55728,11 @@ export interface MailboxDetails extends AdditionalDataHolder, BackedModel, Parsa
|
|
|
55020
55728
|
*/
|
|
55021
55729
|
backingStoreEnabled?: boolean | null;
|
|
55022
55730
|
/**
|
|
55023
|
-
* The
|
|
55731
|
+
* The primary SMTP address associated with the mailbox.
|
|
55024
55732
|
*/
|
|
55025
55733
|
emailAddress?: string | null;
|
|
55026
55734
|
/**
|
|
55027
|
-
* The
|
|
55735
|
+
* The unique identifier of the mailbox in the external directory (such as Microsoft Entra).
|
|
55028
55736
|
*/
|
|
55029
55737
|
externalDirectoryObjectId?: string | null;
|
|
55030
55738
|
/**
|
|
@@ -55134,7 +55842,7 @@ export interface MailboxSettings extends AdditionalDataHolder, BackedModel, Pars
|
|
|
55134
55842
|
*/
|
|
55135
55843
|
dateFormat?: string | null;
|
|
55136
55844
|
/**
|
|
55137
|
-
* If the user has a calendar delegate, this specifies whether the delegate, mailbox owner, or both receive meeting messages and meeting responses.
|
|
55845
|
+
* If the user has a calendar delegate, this specifies whether the delegate, mailbox owner, or both receive meeting messages and meeting responses. The possible values are: sendToDelegateAndInformationToPrincipal, sendToDelegateAndPrincipal, sendToDelegateOnly.
|
|
55138
55846
|
*/
|
|
55139
55847
|
delegateMeetingMessageDeliveryOptions?: DelegateMeetingMessageDeliveryOptions | null;
|
|
55140
55848
|
/**
|
|
@@ -55154,7 +55862,7 @@ export interface MailboxSettings extends AdditionalDataHolder, BackedModel, Pars
|
|
|
55154
55862
|
*/
|
|
55155
55863
|
timeZone?: string | null;
|
|
55156
55864
|
/**
|
|
55157
|
-
* The purpose of the mailbox. Differentiates a mailbox for a single user from a shared mailbox and equipment mailbox in Exchange Online.
|
|
55865
|
+
* The purpose of the mailbox. Differentiates a mailbox for a single user from a shared mailbox and equipment mailbox in Exchange Online. The possible values are: user, linked, shared, room, equipment, others, unknownFutureValue. Read-only.
|
|
55158
55866
|
*/
|
|
55159
55867
|
userPurpose?: UserPurpose | null;
|
|
55160
55868
|
/**
|
|
@@ -55279,7 +55987,7 @@ export interface MailTips extends AdditionalDataHolder, BackedModel, Parsable {
|
|
|
55279
55987
|
*/
|
|
55280
55988
|
odataType?: string | null;
|
|
55281
55989
|
/**
|
|
55282
|
-
* The scope of the recipient.
|
|
55990
|
+
* The scope of the recipient. The possible values are: none, internal, external, externalPartner, externalNonParther. For example, an administrator can set another organization to be its 'partner'. The scope is useful if an administrator wants certain mailtips to be accessible to certain scopes. It's also useful to senders to inform them that their message may leave the organization, helping them make the correct decisions about wording, tone and content.
|
|
55283
55991
|
*/
|
|
55284
55992
|
recipientScope?: RecipientScopeType[] | null;
|
|
55285
55993
|
/**
|
|
@@ -55367,7 +56075,7 @@ export interface MalwareStateForWindowsDevice extends Entity, Parsable {
|
|
|
55367
56075
|
*/
|
|
55368
56076
|
deviceName?: string | null;
|
|
55369
56077
|
/**
|
|
55370
|
-
* Indicates execution status of the malware.
|
|
56078
|
+
* Indicates execution status of the malware. The possible values are: unknown, blocked, allowed, running, notRunning. Defaults to unknown. The possible values are: unknown, blocked, allowed, running, notRunning.
|
|
55371
56079
|
*/
|
|
55372
56080
|
executionState?: WindowsMalwareExecutionState | null;
|
|
55373
56081
|
/**
|
|
@@ -55379,7 +56087,7 @@ export interface MalwareStateForWindowsDevice extends Entity, Parsable {
|
|
|
55379
56087
|
*/
|
|
55380
56088
|
lastStateChangeDateTime?: Date | null;
|
|
55381
56089
|
/**
|
|
55382
|
-
* Indicates threat status of the malware.
|
|
56090
|
+
* Indicates threat status of the malware. The possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared. defaults to noStatusCleared. The possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared.
|
|
55383
56091
|
*/
|
|
55384
56092
|
threatState?: WindowsMalwareThreatState | null;
|
|
55385
56093
|
}
|
|
@@ -56478,6 +57186,7 @@ export interface ManagedMobileLobAppCollectionResponse extends BaseCollectionPag
|
|
|
56478
57186
|
}
|
|
56479
57187
|
export type ManagementAgentType = (typeof ManagementAgentTypeObject)[keyof typeof ManagementAgentTypeObject];
|
|
56480
57188
|
export type ManagementState = (typeof ManagementStateObject)[keyof typeof ManagementStateObject];
|
|
57189
|
+
export type MaxWorkLocationDetails = (typeof MaxWorkLocationDetailsObject)[keyof typeof MaxWorkLocationDetailsObject];
|
|
56481
57190
|
export type MdmAppConfigKeyType = (typeof MdmAppConfigKeyTypeObject)[keyof typeof MdmAppConfigKeyTypeObject];
|
|
56482
57191
|
export type MdmAuthority = (typeof MdmAuthorityObject)[keyof typeof MdmAuthorityObject];
|
|
56483
57192
|
/**
|
|
@@ -56777,6 +57486,46 @@ export interface MeetingInfo extends AdditionalDataHolder, BackedModel, Parsable
|
|
|
56777
57486
|
}
|
|
56778
57487
|
export type MeetingLiveShareOptions = (typeof MeetingLiveShareOptionsObject)[keyof typeof MeetingLiveShareOptionsObject];
|
|
56779
57488
|
export type MeetingMessageType = (typeof MeetingMessageTypeObject)[keyof typeof MeetingMessageTypeObject];
|
|
57489
|
+
export interface MeetingNote extends AdditionalDataHolder, BackedModel, Parsable {
|
|
57490
|
+
/**
|
|
57491
|
+
* Stores model information.
|
|
57492
|
+
*/
|
|
57493
|
+
backingStoreEnabled?: boolean | null;
|
|
57494
|
+
/**
|
|
57495
|
+
* The OdataType property
|
|
57496
|
+
*/
|
|
57497
|
+
odataType?: string | null;
|
|
57498
|
+
/**
|
|
57499
|
+
* The subpoints property
|
|
57500
|
+
*/
|
|
57501
|
+
subpoints?: MeetingNoteSubpoint[] | null;
|
|
57502
|
+
/**
|
|
57503
|
+
* The text property
|
|
57504
|
+
*/
|
|
57505
|
+
text?: string | null;
|
|
57506
|
+
/**
|
|
57507
|
+
* The title property
|
|
57508
|
+
*/
|
|
57509
|
+
title?: string | null;
|
|
57510
|
+
}
|
|
57511
|
+
export interface MeetingNoteSubpoint extends AdditionalDataHolder, BackedModel, Parsable {
|
|
57512
|
+
/**
|
|
57513
|
+
* Stores model information.
|
|
57514
|
+
*/
|
|
57515
|
+
backingStoreEnabled?: boolean | null;
|
|
57516
|
+
/**
|
|
57517
|
+
* The OdataType property
|
|
57518
|
+
*/
|
|
57519
|
+
odataType?: string | null;
|
|
57520
|
+
/**
|
|
57521
|
+
* The text property
|
|
57522
|
+
*/
|
|
57523
|
+
text?: string | null;
|
|
57524
|
+
/**
|
|
57525
|
+
* The title property
|
|
57526
|
+
*/
|
|
57527
|
+
title?: string | null;
|
|
57528
|
+
}
|
|
56780
57529
|
export interface MeetingParticipantInfo extends AdditionalDataHolder, BackedModel, Parsable {
|
|
56781
57530
|
/**
|
|
56782
57531
|
* Stores model information.
|
|
@@ -56962,6 +57711,28 @@ export interface MembersLeftEventMessageDetail extends EventMessageDetail, Parsa
|
|
|
56962
57711
|
*/
|
|
56963
57712
|
members?: TeamworkUserIdentity[] | null;
|
|
56964
57713
|
}
|
|
57714
|
+
export interface MentionEvent extends AdditionalDataHolder, BackedModel, Parsable {
|
|
57715
|
+
/**
|
|
57716
|
+
* Stores model information.
|
|
57717
|
+
*/
|
|
57718
|
+
backingStoreEnabled?: boolean | null;
|
|
57719
|
+
/**
|
|
57720
|
+
* The eventDateTime property
|
|
57721
|
+
*/
|
|
57722
|
+
eventDateTime?: Date | null;
|
|
57723
|
+
/**
|
|
57724
|
+
* The OdataType property
|
|
57725
|
+
*/
|
|
57726
|
+
odataType?: string | null;
|
|
57727
|
+
/**
|
|
57728
|
+
* The speaker property
|
|
57729
|
+
*/
|
|
57730
|
+
speaker?: IdentitySet | null;
|
|
57731
|
+
/**
|
|
57732
|
+
* The transcriptUtterance property
|
|
57733
|
+
*/
|
|
57734
|
+
transcriptUtterance?: string | null;
|
|
57735
|
+
}
|
|
56965
57736
|
export interface Message extends OutlookItem, Parsable {
|
|
56966
57737
|
/**
|
|
56967
57738
|
* The fileAttachment and itemAttachment attachments for the message.
|
|
@@ -57482,7 +58253,7 @@ export interface MicrosoftCustomTrainingSetting extends Parsable, TrainingSettin
|
|
|
57482
58253
|
*/
|
|
57483
58254
|
trainingAssignmentMappings?: MicrosoftTrainingAssignmentMapping[] | null;
|
|
57484
58255
|
/**
|
|
57485
|
-
* The training completion duration that needs to be provided before scheduling the training.
|
|
58256
|
+
* The training completion duration that needs to be provided before scheduling the training. The possible values are: week, fortnite, month, unknownFutureValue.
|
|
57486
58257
|
*/
|
|
57487
58258
|
trainingCompletionDuration?: TrainingCompletionDuration | null;
|
|
57488
58259
|
}
|
|
@@ -57493,7 +58264,7 @@ export interface MicrosoftManagedDesktop extends AdditionalDataHolder, BackedMod
|
|
|
57493
58264
|
*/
|
|
57494
58265
|
backingStoreEnabled?: boolean | null;
|
|
57495
58266
|
/**
|
|
57496
|
-
* Indicates the provisioning policy associated with Microsoft Managed Desktop settings.
|
|
58267
|
+
* Indicates the provisioning policy associated with Microsoft Managed Desktop settings. The possible values are: notManaged, premiumManaged, standardManaged, starterManaged, unknownFutureValue. The default is notManaged.
|
|
57497
58268
|
*/
|
|
57498
58269
|
managedType?: MicrosoftManagedDesktopType | null;
|
|
57499
58270
|
/**
|
|
@@ -57559,7 +58330,7 @@ export interface MicrosoftStoreForBusinessAppCollectionResponse extends BaseColl
|
|
|
57559
58330
|
export type MicrosoftStoreForBusinessLicenseType = (typeof MicrosoftStoreForBusinessLicenseTypeObject)[keyof typeof MicrosoftStoreForBusinessLicenseTypeObject];
|
|
57560
58331
|
export interface MicrosoftTrainingAssignmentMapping extends Parsable, TrainingSetting {
|
|
57561
58332
|
/**
|
|
57562
|
-
* A user collection that specifies to whom the training should be assigned.
|
|
58333
|
+
* A user collection that specifies to whom the training should be assigned. The possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue.
|
|
57563
58334
|
*/
|
|
57564
58335
|
assignedTo?: TrainingAssignedTo[] | null;
|
|
57565
58336
|
/**
|
|
@@ -58245,7 +59016,7 @@ export interface NetworkConnection extends AdditionalDataHolder, BackedModel, Pa
|
|
|
58245
59016
|
*/
|
|
58246
59017
|
destinationUrl?: string | null;
|
|
58247
59018
|
/**
|
|
58248
|
-
* Network connection direction.
|
|
59019
|
+
* Network connection direction. The possible values are: unknown, inbound, outbound.
|
|
58249
59020
|
*/
|
|
58250
59021
|
direction?: ConnectionDirection | null;
|
|
58251
59022
|
/**
|
|
@@ -58277,7 +59048,7 @@ export interface NetworkConnection extends AdditionalDataHolder, BackedModel, Pa
|
|
|
58277
59048
|
*/
|
|
58278
59049
|
odataType?: string | null;
|
|
58279
59050
|
/**
|
|
58280
|
-
* Network protocol.
|
|
59051
|
+
* Network protocol. The possible values are: unknown, ip, icmp, igmp, ggp, ipv4, tcp, pup, udp, idp, ipv6, ipv6RoutingHeader, ipv6FragmentHeader, ipSecEncapsulatingSecurityPayload, ipSecAuthenticationHeader, icmpV6, ipv6NoNextHeader, ipv6DestinationOptions, nd, raw, ipx, spx, spxII.
|
|
58281
59052
|
*/
|
|
58282
59053
|
protocol?: SecurityNetworkProtocol | null;
|
|
58283
59054
|
/**
|
|
@@ -58297,7 +59068,7 @@ export interface NetworkConnection extends AdditionalDataHolder, BackedModel, Pa
|
|
|
58297
59068
|
*/
|
|
58298
59069
|
sourcePort?: string | null;
|
|
58299
59070
|
/**
|
|
58300
|
-
* Network connection status.
|
|
59071
|
+
* Network connection status. The possible values are: unknown, attempted, succeeded, blocked, failed.
|
|
58301
59072
|
*/
|
|
58302
59073
|
status?: ConnectionStatus | null;
|
|
58303
59074
|
/**
|
|
@@ -58337,7 +59108,7 @@ export interface Notebook extends OnenoteEntityHierarchyModel, Parsable {
|
|
|
58337
59108
|
*/
|
|
58338
59109
|
sectionsUrl?: string | null;
|
|
58339
59110
|
/**
|
|
58340
|
-
*
|
|
59111
|
+
* The possible values are: Owner, Contributor, Reader, None. Owner represents owner-level access to the notebook. Contributor represents read/write access to the notebook. Reader represents read-only access to the notebook. Read-only.
|
|
58341
59112
|
*/
|
|
58342
59113
|
userRole?: OnenoteUserRole | null;
|
|
58343
59114
|
}
|
|
@@ -58468,7 +59239,7 @@ export interface OAuth2PermissionGrantCollectionResponse extends BaseCollectionP
|
|
|
58468
59239
|
export type OAuthAppScope = (typeof OAuthAppScopeObject)[keyof typeof OAuthAppScopeObject];
|
|
58469
59240
|
export interface OAuthConsentAppDetail extends AdditionalDataHolder, BackedModel, Parsable {
|
|
58470
59241
|
/**
|
|
58471
|
-
* App scope.
|
|
59242
|
+
* App scope. The possible values are: unknown, readCalendar, readContact, readMail, readAllChat, readAllFile, readAndWriteMail, sendMail, unknownFutureValue.
|
|
58472
59243
|
*/
|
|
58473
59244
|
appScope?: OAuthAppScope | null;
|
|
58474
59245
|
/**
|
|
@@ -58521,7 +59292,7 @@ export interface ObjectDefinitionMetadataEntry extends AdditionalDataHolder, Bac
|
|
|
58521
59292
|
*/
|
|
58522
59293
|
backingStoreEnabled?: boolean | null;
|
|
58523
59294
|
/**
|
|
58524
|
-
*
|
|
59295
|
+
* The possible values are: PropertyNameAccountEnabled, PropertyNameSoftDeleted, IsSoftDeletionSupported, IsSynchronizeAllSupported, ConnectorDataStorageRequired, Extensions, LinkTypeName.
|
|
58525
59296
|
*/
|
|
58526
59297
|
key?: ObjectDefinitionMetadata | null;
|
|
58527
59298
|
/**
|
|
@@ -58605,7 +59376,7 @@ export interface ObjectMappingMetadataEntry extends AdditionalDataHolder, Backed
|
|
|
58605
59376
|
*/
|
|
58606
59377
|
backingStoreEnabled?: boolean | null;
|
|
58607
59378
|
/**
|
|
58608
|
-
*
|
|
59379
|
+
* The possible values are: EscrowBehavior, DisableMonitoringForChanges, OriginalJoiningProperty, Disposition, IsCustomerDefined, ExcludeFromReporting, Unsynchronized.
|
|
58609
59380
|
*/
|
|
58610
59381
|
key?: ObjectMappingMetadata | null;
|
|
58611
59382
|
/**
|
|
@@ -59268,15 +60039,15 @@ export interface OnlineMeetingBase extends Entity, Parsable {
|
|
|
59268
60039
|
*/
|
|
59269
60040
|
allowCopyingAndSharingMeetingContent?: boolean | null;
|
|
59270
60041
|
/**
|
|
59271
|
-
* Specifies the users who can admit from the lobby.
|
|
60042
|
+
* Specifies the users who can admit from the lobby. The possible values are: organizerAndCoOrganizersAndPresenters, organizerAndCoOrganizers, unknownFutureValue.
|
|
59272
60043
|
*/
|
|
59273
60044
|
allowedLobbyAdmitters?: AllowedLobbyAdmitterRoles | null;
|
|
59274
60045
|
/**
|
|
59275
|
-
* Specifies who can be a presenter in a meeting.
|
|
60046
|
+
* Specifies who can be a presenter in a meeting. The possible values are: everyone, organization, roleIsPresenter, organizer, unknownFutureValue. Inherited from onlineMeetingBase.
|
|
59276
60047
|
*/
|
|
59277
60048
|
allowedPresenters?: OnlineMeetingPresenters | null;
|
|
59278
60049
|
/**
|
|
59279
|
-
* Indicates whether live share is enabled for the meeting.
|
|
60050
|
+
* Indicates whether live share is enabled for the meeting. The possible values are: enabled, disabled, unknownFutureValue.
|
|
59280
60051
|
*/
|
|
59281
60052
|
allowLiveShare?: MeetingLiveShareOptions | null;
|
|
59282
60053
|
/**
|
|
@@ -59323,6 +60094,10 @@ export interface OnlineMeetingBase extends Entity, Parsable {
|
|
|
59323
60094
|
* Specifies the configuration settings for meeting chat restrictions.
|
|
59324
60095
|
*/
|
|
59325
60096
|
chatRestrictions?: ChatRestrictions | null;
|
|
60097
|
+
/**
|
|
60098
|
+
* Indicates the date and time when the meeting resource expires. 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.
|
|
60099
|
+
*/
|
|
60100
|
+
expiryDateTime?: Date | null;
|
|
59326
60101
|
/**
|
|
59327
60102
|
* Indicates whether end-to-end encryption (E2EE) is enabled for the online meeting.
|
|
59328
60103
|
*/
|
|
@@ -59347,12 +60122,24 @@ export interface OnlineMeetingBase extends Entity, Parsable {
|
|
|
59347
60122
|
* Specifies which participants can bypass the meeting lobby.
|
|
59348
60123
|
*/
|
|
59349
60124
|
lobbyBypassSettings?: LobbyBypassSettings | null;
|
|
60125
|
+
/**
|
|
60126
|
+
* Provides the URL to the Teams meeting options page for the specified meeting. This link allows only the organizer to configure meeting settings.
|
|
60127
|
+
*/
|
|
60128
|
+
meetingOptionsWebUrl?: string | null;
|
|
60129
|
+
/**
|
|
60130
|
+
* Specifies the spoken language used during the meeting for recording and transcription purposes.
|
|
60131
|
+
*/
|
|
60132
|
+
meetingSpokenLanguageTag?: string | null;
|
|
59350
60133
|
/**
|
|
59351
60134
|
* Indicates whether to record the meeting automatically.
|
|
59352
60135
|
*/
|
|
59353
60136
|
recordAutomatically?: boolean | null;
|
|
59354
60137
|
/**
|
|
59355
|
-
* Specifies
|
|
60138
|
+
* Specifies the sensitivity label applied to the Teams meeting.
|
|
60139
|
+
*/
|
|
60140
|
+
sensitivityLabelAssignment?: OnlineMeetingSensitivityLabelAssignment | null;
|
|
60141
|
+
/**
|
|
60142
|
+
* Specifies whether meeting chat history is shared with participants. The possible values are: all, none, unknownFutureValue.
|
|
59356
60143
|
*/
|
|
59357
60144
|
shareMeetingChatHistoryDefault?: MeetingChatHistoryDefaultMode | null;
|
|
59358
60145
|
/**
|
|
@@ -59448,7 +60235,7 @@ export interface OnlineMeetingRestricted extends AdditionalDataHolder, BackedMod
|
|
|
59448
60235
|
*/
|
|
59449
60236
|
backingStoreEnabled?: boolean | null;
|
|
59450
60237
|
/**
|
|
59451
|
-
* Specifies the reason shared content from this participant is disabled.
|
|
60238
|
+
* Specifies the reason shared content from this participant is disabled. The possible values are: watermarkProtection, unknownFutureValue.
|
|
59452
60239
|
*/
|
|
59453
60240
|
contentSharingDisabled?: OnlineMeetingContentSharingDisabledReason[] | null;
|
|
59454
60241
|
/**
|
|
@@ -59456,11 +60243,25 @@ export interface OnlineMeetingRestricted extends AdditionalDataHolder, BackedMod
|
|
|
59456
60243
|
*/
|
|
59457
60244
|
odataType?: string | null;
|
|
59458
60245
|
/**
|
|
59459
|
-
* Specifies the reason video from this participant is disabled.
|
|
60246
|
+
* Specifies the reason video from this participant is disabled. The possible values are: watermarkProtection, unknownFutureValue.
|
|
59460
60247
|
*/
|
|
59461
60248
|
videoDisabled?: OnlineMeetingVideoDisabledReason[] | null;
|
|
59462
60249
|
}
|
|
59463
60250
|
export type OnlineMeetingRole = (typeof OnlineMeetingRoleObject)[keyof typeof OnlineMeetingRoleObject];
|
|
60251
|
+
export interface OnlineMeetingSensitivityLabelAssignment extends AdditionalDataHolder, BackedModel, Parsable {
|
|
60252
|
+
/**
|
|
60253
|
+
* Stores model information.
|
|
60254
|
+
*/
|
|
60255
|
+
backingStoreEnabled?: boolean | null;
|
|
60256
|
+
/**
|
|
60257
|
+
* The OdataType property
|
|
60258
|
+
*/
|
|
60259
|
+
odataType?: string | null;
|
|
60260
|
+
/**
|
|
60261
|
+
* The ID of the sensitivity label that is applied to the Teams meeting.
|
|
60262
|
+
*/
|
|
60263
|
+
sensitivityLabelId?: string | null;
|
|
60264
|
+
}
|
|
59464
60265
|
export type OnlineMeetingVideoDisabledReason = (typeof OnlineMeetingVideoDisabledReasonObject)[keyof typeof OnlineMeetingVideoDisabledReasonObject];
|
|
59465
60266
|
export interface OnOtpSendCustomExtension extends CustomAuthenticationExtension, Parsable {
|
|
59466
60267
|
}
|
|
@@ -60599,7 +61400,7 @@ export interface ParticipantInfo extends AdditionalDataHolder, BackedModel, Pars
|
|
|
60599
61400
|
*/
|
|
60600
61401
|
countryCode?: string | null;
|
|
60601
61402
|
/**
|
|
60602
|
-
* The type of endpoint the participant is using.
|
|
61403
|
+
* The type of endpoint the participant is using. The possible values are: default, skypeForBusiness, or skypeForBusinessVoipPhone. Read-only.
|
|
60603
61404
|
*/
|
|
60604
61405
|
endpointType?: EndpointType | null;
|
|
60605
61406
|
/**
|
|
@@ -60782,11 +61583,11 @@ export interface PatternedRecurrence extends AdditionalDataHolder, BackedModel,
|
|
|
60782
61583
|
}
|
|
60783
61584
|
export interface Payload extends Entity, Parsable {
|
|
60784
61585
|
/**
|
|
60785
|
-
* The branch of a payload.
|
|
61586
|
+
* The branch of a payload. The possible values are: unknown, other, americanExpress, capitalOne, dhl, docuSign, dropbox, facebook, firstAmerican, microsoft, netflix, scotiabank, sendGrid, stewartTitle, tesco, wellsFargo, syrinxCloud, adobe, teams, zoom, unknownFutureValue.
|
|
60786
61587
|
*/
|
|
60787
61588
|
brand?: PayloadBrand | null;
|
|
60788
61589
|
/**
|
|
60789
|
-
* The complexity of a payload.
|
|
61590
|
+
* The complexity of a payload. The possible values are: unknown, low, medium, high, unknownFutureValue.
|
|
60790
61591
|
*/
|
|
60791
61592
|
complexity?: PayloadComplexity | null;
|
|
60792
61593
|
/**
|
|
@@ -60810,7 +61611,7 @@ export interface Payload extends Entity, Parsable {
|
|
|
60810
61611
|
*/
|
|
60811
61612
|
displayName?: string | null;
|
|
60812
61613
|
/**
|
|
60813
|
-
* Industry of a payload.
|
|
61614
|
+
* Industry of a payload. The possible values are: unknown, other, banking, businessServices, consumerServices, education, energy, construction, consulting, financialServices, government, hospitality, insurance, legal, courierServices, IT, healthcare, manufacturing, retail, telecom, realEstate, unknownFutureValue.
|
|
60814
61615
|
*/
|
|
60815
61616
|
industry?: PayloadIndustry | null;
|
|
60816
61617
|
/**
|
|
@@ -60842,7 +61643,7 @@ export interface Payload extends Entity, Parsable {
|
|
|
60842
61643
|
*/
|
|
60843
61644
|
payloadTags?: string[] | null;
|
|
60844
61645
|
/**
|
|
60845
|
-
* The payload delivery platform for a simulation.
|
|
61646
|
+
* The payload delivery platform for a simulation. The possible values are: unknown, sms, email, teams, unknownFutureValue.
|
|
60846
61647
|
*/
|
|
60847
61648
|
platform?: PayloadDeliveryPlatform | null;
|
|
60848
61649
|
/**
|
|
@@ -60850,7 +61651,7 @@ export interface Payload extends Entity, Parsable {
|
|
|
60850
61651
|
*/
|
|
60851
61652
|
predictedCompromiseRate?: number | null;
|
|
60852
61653
|
/**
|
|
60853
|
-
* Attack type of the attack simulation and training campaign. Supports $filter and $orderby.
|
|
61654
|
+
* Attack type of the attack simulation and training campaign. Supports $filter and $orderby. The possible values are: unknown, social, cloud, endpoint, unknownFutureValue.
|
|
60854
61655
|
*/
|
|
60855
61656
|
simulationAttackType?: SimulationAttackType | null;
|
|
60856
61657
|
/**
|
|
@@ -60858,15 +61659,15 @@ export interface Payload extends Entity, Parsable {
|
|
|
60858
61659
|
*/
|
|
60859
61660
|
source?: SimulationContentSource | null;
|
|
60860
61661
|
/**
|
|
60861
|
-
* Simulation content status. Supports $filter and $orderby.
|
|
61662
|
+
* Simulation content status. Supports $filter and $orderby. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.
|
|
60862
61663
|
*/
|
|
60863
61664
|
status?: SimulationContentStatus | null;
|
|
60864
61665
|
/**
|
|
60865
|
-
* The social engineering technique used in the attack simulation and training campaign. Supports $filter and $orderby.
|
|
61666
|
+
* The social engineering technique used in the attack simulation and training campaign. Supports $filter and $orderby. The possible values are: unknown, credentialHarvesting, attachmentMalware, driveByUrl, linkInAttachment, linkToMalwareFile, unknownFutureValue, oAuthConsentGrant. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: oAuthConsentGrant. For more information on the types of social engineering attack techniques, see simulations.
|
|
60866
61667
|
*/
|
|
60867
61668
|
technique?: SimulationAttackTechnique | null;
|
|
60868
61669
|
/**
|
|
60869
|
-
* The theme of a payload.
|
|
61670
|
+
* The theme of a payload. The possible values are: unknown, other, accountActivation, accountVerification, billing, cleanUpMail, controversial, documentReceived, expense, fax, financeReport, incomingMessages, invoice, itemReceived, loginAlert, mailReceived, password, payment, payroll, personalizedOffer, quarantine, remoteWork, reviewMessage, securityUpdate, serviceSuspended, signatureRequired, upgradeMailboxStorage, verifyMailbox, voicemail, advertisement, employeeEngagement, unknownFutureValue.
|
|
60870
61671
|
*/
|
|
60871
61672
|
theme?: PayloadTheme | null;
|
|
60872
61673
|
}
|
|
@@ -61137,7 +61938,7 @@ export interface PermissionScope extends AdditionalDataHolder, BackedModel, Pars
|
|
|
61137
61938
|
export type PermissionType = (typeof PermissionTypeObject)[keyof typeof PermissionTypeObject];
|
|
61138
61939
|
export interface PersistentBrowserSessionControl extends ConditionalAccessSessionControl, Parsable {
|
|
61139
61940
|
/**
|
|
61140
|
-
*
|
|
61941
|
+
* The possible values are: always, never.
|
|
61141
61942
|
*/
|
|
61142
61943
|
mode?: PersistentBrowserSessionMode | null;
|
|
61143
61944
|
}
|
|
@@ -61298,11 +62099,11 @@ export interface PhoneAuthenticationMethod extends AuthenticationMethod, Parsabl
|
|
|
61298
62099
|
*/
|
|
61299
62100
|
phoneNumber?: string | null;
|
|
61300
62101
|
/**
|
|
61301
|
-
* The type of this phone.
|
|
62102
|
+
* The type of this phone. The possible values are: mobile, alternateMobile, or office.
|
|
61302
62103
|
*/
|
|
61303
62104
|
phoneType?: AuthenticationPhoneType | null;
|
|
61304
62105
|
/**
|
|
61305
|
-
* Whether a phone is ready to be used for SMS sign-in or not.
|
|
62106
|
+
* Whether a phone is ready to be used for SMS sign-in or not. The possible values are: notSupported, notAllowedByPolicy, notEnabled, phoneNumberNotUnique, ready, or notConfigured, unknownFutureValue.
|
|
61306
62107
|
*/
|
|
61307
62108
|
smsSignInState?: AuthenticationMethodSignInState | null;
|
|
61308
62109
|
}
|
|
@@ -61479,15 +62280,15 @@ export interface Pkcs12CertificateInformation extends AdditionalDataHolder, Back
|
|
|
61479
62280
|
}
|
|
61480
62281
|
export interface Place extends Entity, Parsable {
|
|
61481
62282
|
/**
|
|
61482
|
-
* The
|
|
62283
|
+
* The physical address of the place, including the street, city, state, country or region, and postal code.
|
|
61483
62284
|
*/
|
|
61484
62285
|
address?: PhysicalAddress | null;
|
|
61485
62286
|
/**
|
|
61486
|
-
*
|
|
62287
|
+
* A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place.
|
|
61487
62288
|
*/
|
|
61488
62289
|
checkIns?: CheckInClaim[] | null;
|
|
61489
62290
|
/**
|
|
61490
|
-
* The name associated with the place.
|
|
62291
|
+
* The name that is associated with the place.
|
|
61491
62292
|
*/
|
|
61492
62293
|
displayName?: string | null;
|
|
61493
62294
|
/**
|
|
@@ -61495,15 +62296,15 @@ export interface Place extends Entity, Parsable {
|
|
|
61495
62296
|
*/
|
|
61496
62297
|
geoCoordinates?: OutlookGeoCoordinates | null;
|
|
61497
62298
|
/**
|
|
61498
|
-
*
|
|
62299
|
+
* Indicates whether the place is wheelchair accessible.
|
|
61499
62300
|
*/
|
|
61500
62301
|
isWheelChairAccessible?: boolean | null;
|
|
61501
62302
|
/**
|
|
61502
|
-
*
|
|
62303
|
+
* User-defined description of the place.
|
|
61503
62304
|
*/
|
|
61504
62305
|
label?: string | null;
|
|
61505
62306
|
/**
|
|
61506
|
-
* The
|
|
62307
|
+
* The ID of a parent place.
|
|
61507
62308
|
*/
|
|
61508
62309
|
parentId?: string | null;
|
|
61509
62310
|
/**
|
|
@@ -61511,10 +62312,11 @@ export interface Place extends Entity, Parsable {
|
|
|
61511
62312
|
*/
|
|
61512
62313
|
phone?: string | null;
|
|
61513
62314
|
/**
|
|
61514
|
-
*
|
|
62315
|
+
* Custom tags that are associated with the place for categorization or filtering.
|
|
61515
62316
|
*/
|
|
61516
62317
|
tags?: string[] | null;
|
|
61517
62318
|
}
|
|
62319
|
+
export type PlaceFeatureEnablement = (typeof PlaceFeatureEnablementObject)[keyof typeof PlaceFeatureEnablementObject];
|
|
61518
62320
|
export interface PlaceMode extends AdditionalDataHolder, BackedModel, Parsable {
|
|
61519
62321
|
/**
|
|
61520
62322
|
* Stores model information.
|
|
@@ -61800,7 +62602,7 @@ export interface PlannerPlanContainer extends AdditionalDataHolder, BackedModel,
|
|
|
61800
62602
|
*/
|
|
61801
62603
|
odataType?: string | null;
|
|
61802
62604
|
/**
|
|
61803
|
-
* The type of the resource that contains the plan. For supported types, see the previous table.
|
|
62605
|
+
* The type of the resource that contains the plan. For supported types, see the previous table. The possible values are: group, unknownFutureValue, roster. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: roster. Optional.
|
|
61804
62606
|
*/
|
|
61805
62607
|
type?: PlannerContainerType | null;
|
|
61806
62608
|
/**
|
|
@@ -61985,11 +62787,11 @@ export interface PlatformCredentialAuthenticationMethod extends AuthenticationMe
|
|
|
61985
62787
|
*/
|
|
61986
62788
|
displayName?: string | null;
|
|
61987
62789
|
/**
|
|
61988
|
-
* Key strength of this Platform Credential key.
|
|
62790
|
+
* Key strength of this Platform Credential key. The possible values are: normal, weak, unknown.
|
|
61989
62791
|
*/
|
|
61990
62792
|
keyStrength?: AuthenticationMethodKeyStrength | null;
|
|
61991
62793
|
/**
|
|
61992
|
-
* Platform on which this Platform Credential key is present.
|
|
62794
|
+
* Platform on which this Platform Credential key is present. The possible values are: unknown, windows, macOS,iOS, android, linux.
|
|
61993
62795
|
*/
|
|
61994
62796
|
platform?: AuthenticationMethodPlatform | null;
|
|
61995
62797
|
}
|
|
@@ -62179,7 +62981,7 @@ export interface PolicyUserScope extends Parsable, PolicyScopeBase {
|
|
|
62179
62981
|
}
|
|
62180
62982
|
export interface PositiveReinforcementNotification extends BaseEndUserNotification, Parsable {
|
|
62181
62983
|
/**
|
|
62182
|
-
* Delivery preference.
|
|
62984
|
+
* Delivery preference. The possible values are: unknown, deliverImmedietly, deliverAfterCampaignEnd, unknownFutureValue.
|
|
62183
62985
|
*/
|
|
62184
62986
|
deliveryPreference?: NotificationDeliveryPreference | null;
|
|
62185
62987
|
}
|
|
@@ -62284,6 +63086,10 @@ export interface Presence extends Entity, Parsable {
|
|
|
62284
63086
|
* The presence status message of a user.
|
|
62285
63087
|
*/
|
|
62286
63088
|
statusMessage?: PresenceStatusMessage | null;
|
|
63089
|
+
/**
|
|
63090
|
+
* Represents the user’s aggregated work location state.
|
|
63091
|
+
*/
|
|
63092
|
+
workLocation?: UserWorkLocation | null;
|
|
62287
63093
|
}
|
|
62288
63094
|
export interface PresenceCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
|
|
62289
63095
|
/**
|
|
@@ -62589,11 +63395,11 @@ export interface PrinterCapabilities extends AdditionalDataHolder, BackedModel,
|
|
|
62589
63395
|
*/
|
|
62590
63396
|
leftMargins?: number[] | null;
|
|
62591
63397
|
/**
|
|
62592
|
-
* The media (
|
|
63398
|
+
* The media (for example, paper) colors supported by the printer.
|
|
62593
63399
|
*/
|
|
62594
63400
|
mediaColors?: string[] | null;
|
|
62595
63401
|
/**
|
|
62596
|
-
* The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes.
|
|
63402
|
+
* The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. For the list of supported values, see mediaSizes values.
|
|
62597
63403
|
*/
|
|
62598
63404
|
mediaSizes?: string[] | null;
|
|
62599
63405
|
/**
|
|
@@ -63705,7 +64511,7 @@ export interface Process extends AdditionalDataHolder, BackedModel, Parsable {
|
|
|
63705
64511
|
*/
|
|
63706
64512
|
fileHash?: FileHash | null;
|
|
63707
64513
|
/**
|
|
63708
|
-
* The integrity level of the process.
|
|
64514
|
+
* The integrity level of the process. The possible values are: unknown, untrusted, low, medium, high, system.
|
|
63709
64515
|
*/
|
|
63710
64516
|
integrityLevel?: ProcessIntegrityLevel | null;
|
|
63711
64517
|
/**
|
|
@@ -64258,7 +65064,7 @@ export interface ProvisioningObjectSummary extends Entity, Parsable {
|
|
|
64258
65064
|
*/
|
|
64259
65065
|
modifiedProperties?: ModifiedProperty[] | null;
|
|
64260
65066
|
/**
|
|
64261
|
-
* Indicates the activity name or the operation name.
|
|
65067
|
+
* Indicates the activity name or the operation name. The possible values are: create, update, delete, stageddelete, disable, other and unknownFutureValue. For a list of activities logged, refer to Microsoft Entra activity list. Supports $filter (eq, contains).
|
|
64262
65068
|
*/
|
|
64263
65069
|
provisioningAction?: ProvisioningAction | null;
|
|
64264
65070
|
/**
|
|
@@ -64318,7 +65124,7 @@ export interface ProvisioningStatusInfo extends AdditionalDataHolder, BackedMode
|
|
|
64318
65124
|
*/
|
|
64319
65125
|
odataType?: string | null;
|
|
64320
65126
|
/**
|
|
64321
|
-
*
|
|
65127
|
+
* The possible values are: success, warning, failure, skipped, unknownFutureValue.
|
|
64322
65128
|
*/
|
|
64323
65129
|
status?: ProvisioningResult | null;
|
|
64324
65130
|
}
|
|
@@ -64344,11 +65150,11 @@ export interface ProvisioningStep extends AdditionalDataHolder, BackedModel, Par
|
|
|
64344
65150
|
*/
|
|
64345
65151
|
odataType?: string | null;
|
|
64346
65152
|
/**
|
|
64347
|
-
* Type of step.
|
|
65153
|
+
* Type of step. The possible values are: import, scoping, matching, processing, referenceResolution, export, unknownFutureValue.
|
|
64348
65154
|
*/
|
|
64349
65155
|
provisioningStepType?: ProvisioningStepType | null;
|
|
64350
65156
|
/**
|
|
64351
|
-
* Status of the step.
|
|
65157
|
+
* Status of the step. The possible values are: success, warning, failure, skipped, unknownFutureValue.
|
|
64352
65158
|
*/
|
|
64353
65159
|
status?: ProvisioningResult | null;
|
|
64354
65160
|
}
|
|
@@ -65106,7 +65912,7 @@ export interface RegistryKeyState extends AdditionalDataHolder, BackedModel, Par
|
|
|
65106
65912
|
*/
|
|
65107
65913
|
backingStoreEnabled?: boolean | null;
|
|
65108
65914
|
/**
|
|
65109
|
-
* A Windows registry hive : HKEYCURRENTCONFIG HKEYCURRENTUSER HKEYLOCALMACHINE/SAM HKEYLOCALMACHINE/Security HKEYLOCALMACHINE/Software HKEYLOCALMACHINE/System HKEY_USERS/.Default.
|
|
65915
|
+
* A Windows registry hive : HKEYCURRENTCONFIG HKEYCURRENTUSER HKEYLOCALMACHINE/SAM HKEYLOCALMACHINE/Security HKEYLOCALMACHINE/Software HKEYLOCALMACHINE/System HKEY_USERS/.Default. The possible values are: unknown, currentConfig, currentUser, localMachineSam, localMachineSecurity, localMachineSoftware, localMachineSystem, usersDefault.
|
|
65110
65916
|
*/
|
|
65111
65917
|
hive?: RegistryHive | null;
|
|
65112
65918
|
/**
|
|
@@ -65130,7 +65936,7 @@ export interface RegistryKeyState extends AdditionalDataHolder, BackedModel, Par
|
|
|
65130
65936
|
*/
|
|
65131
65937
|
oldValueName?: string | null;
|
|
65132
65938
|
/**
|
|
65133
|
-
* Operation that changed the registry key name and/or value.
|
|
65939
|
+
* Operation that changed the registry key name and/or value. The possible values are: unknown, create, modify, delete.
|
|
65134
65940
|
*/
|
|
65135
65941
|
operation?: RegistryOperation | null;
|
|
65136
65942
|
/**
|
|
@@ -65146,7 +65952,7 @@ export interface RegistryKeyState extends AdditionalDataHolder, BackedModel, Par
|
|
|
65146
65952
|
*/
|
|
65147
65953
|
valueName?: string | null;
|
|
65148
65954
|
/**
|
|
65149
|
-
* Registry key value type REGBINARY REGDWORD REGDWORDLITTLEENDIAN REGDWORDBIGENDIANREGEXPANDSZ REGLINK REGMULTISZ REGNONE REGQWORD REGQWORDLITTLEENDIAN REG_SZ
|
|
65955
|
+
* Registry key value type REGBINARY REGDWORD REGDWORDLITTLEENDIAN REGDWORDBIGENDIANREGEXPANDSZ REGLINK REGMULTISZ REGNONE REGQWORD REGQWORDLITTLEENDIAN REG_SZ The possible values are: unknown, binary, dword, dwordLittleEndian, dwordBigEndian, expandSz, link, multiSz, none, qword, qwordlittleEndian, sz.
|
|
65150
65956
|
*/
|
|
65151
65957
|
valueType?: RegistryValueType | null;
|
|
65152
65958
|
}
|
|
@@ -65306,7 +66112,7 @@ export interface RemoteDesktopSecurityConfiguration extends Entity, Parsable {
|
|
|
65306
66112
|
*/
|
|
65307
66113
|
isRemoteDesktopProtocolEnabled?: boolean | null;
|
|
65308
66114
|
/**
|
|
65309
|
-
* The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol.
|
|
66115
|
+
* The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. <br/<Supports $expand.
|
|
65310
66116
|
*/
|
|
65311
66117
|
targetDeviceGroups?: TargetDeviceGroup[] | null;
|
|
65312
66118
|
}
|
|
@@ -65659,7 +66465,7 @@ export interface ResourceLink extends AdditionalDataHolder, BackedModel, Parsabl
|
|
|
65659
66465
|
*/
|
|
65660
66466
|
linkType?: ResourceLinkType | null;
|
|
65661
66467
|
/**
|
|
65662
|
-
* The
|
|
66468
|
+
* The link text that is visible in the Places app. The maximum length is 200 characters.
|
|
65663
66469
|
*/
|
|
65664
66470
|
name?: string | null;
|
|
65665
66471
|
/**
|
|
@@ -65667,7 +66473,7 @@ export interface ResourceLink extends AdditionalDataHolder, BackedModel, Parsabl
|
|
|
65667
66473
|
*/
|
|
65668
66474
|
odataType?: string | null;
|
|
65669
66475
|
/**
|
|
65670
|
-
* The
|
|
66476
|
+
* The URL of the resource link. The maximum length is 200 characters.
|
|
65671
66477
|
*/
|
|
65672
66478
|
value?: string | null;
|
|
65673
66479
|
}
|
|
@@ -65761,7 +66567,7 @@ export interface ResourceSpecificPermissionGrant extends DirectoryObject, Parsab
|
|
|
65761
66567
|
*/
|
|
65762
66568
|
permission?: string | null;
|
|
65763
66569
|
/**
|
|
65764
|
-
* The type of permission.
|
|
66570
|
+
* The type of permission. The possible values are: Application, Delegated. Read-only.
|
|
65765
66571
|
*/
|
|
65766
66572
|
permissionType?: string | null;
|
|
65767
66573
|
/**
|
|
@@ -65829,7 +66635,7 @@ export interface ResponseStatus extends AdditionalDataHolder, BackedModel, Parsa
|
|
|
65829
66635
|
*/
|
|
65830
66636
|
odataType?: string | null;
|
|
65831
66637
|
/**
|
|
65832
|
-
* The response type.
|
|
66638
|
+
* The response type. The possible values are: none, organizer, tentativelyAccepted, accepted, declined, notResponded.To differentiate between none and notResponded: none – from organizer's perspective. This value is used when the status of an attendee/participant is reported to the organizer of a meeting. notResponded – from attendee's perspective. Indicates the attendee has not responded to the meeting request. Clients can treat notResponded == none. As an example, if attendee Alex hasn't responded to a meeting request, getting Alex' response status for that event in Alex' calendar returns notResponded. Getting Alex' response from the calendar of any other attendee or the organizer's returns none. Getting the organizer's response for the event in anybody's calendar also returns none.
|
|
65833
66639
|
*/
|
|
65834
66640
|
response?: ResponseType | null;
|
|
65835
66641
|
/**
|
|
@@ -65966,7 +66772,7 @@ export interface RestorePointSearchResponse extends AdditionalDataHolder, Backed
|
|
|
65966
66772
|
}
|
|
65967
66773
|
export interface RestorePointSearchResult extends AdditionalDataHolder, BackedModel, Parsable {
|
|
65968
66774
|
/**
|
|
65969
|
-
* Total number of
|
|
66775
|
+
* Total number of mailbox items that can be restored for a granular restore session.
|
|
65970
66776
|
*/
|
|
65971
66777
|
artifactHitCount?: number | null;
|
|
65972
66778
|
/**
|
|
@@ -66107,7 +66913,7 @@ export interface RetentionLabelSettings extends AdditionalDataHolder, BackedMode
|
|
|
66107
66913
|
*/
|
|
66108
66914
|
backingStoreEnabled?: boolean | null;
|
|
66109
66915
|
/**
|
|
66110
|
-
* Describes the item behavior during retention period.
|
|
66916
|
+
* Describes the item behavior during retention period. The possible values are: doNotRetain, retain, retainAsRecord, retainAsRegulatoryRecord, unknownFutureValue. Read-only.
|
|
66111
66917
|
*/
|
|
66112
66918
|
behaviorDuringRetentionPeriod?: BehaviorDuringRetentionPeriod | null;
|
|
66113
66919
|
/**
|
|
@@ -66208,7 +67014,7 @@ export interface RichLongRunningOperationCollectionResponse extends BaseCollecti
|
|
|
66208
67014
|
export type RiskDetail = (typeof RiskDetailObject)[keyof typeof RiskDetailObject];
|
|
66209
67015
|
export interface RiskDetection extends Entity, Parsable {
|
|
66210
67016
|
/**
|
|
66211
|
-
* Indicates the activity type the detected risk is linked to.
|
|
67017
|
+
* Indicates the activity type the detected risk is linked to.
|
|
66212
67018
|
*/
|
|
66213
67019
|
activity?: ActivityType | null;
|
|
66214
67020
|
/**
|
|
@@ -66228,7 +67034,7 @@ export interface RiskDetection extends Entity, Parsable {
|
|
|
66228
67034
|
*/
|
|
66229
67035
|
detectedDateTime?: Date | null;
|
|
66230
67036
|
/**
|
|
66231
|
-
* Timing of the detected risk (real-time/offline).
|
|
67037
|
+
* Timing of the detected risk (real-time/offline). The possible values are: notDefined, realtime, nearRealtime, offline, unknownFutureValue.
|
|
66232
67038
|
*/
|
|
66233
67039
|
detectionTimingType?: RiskDetectionTimingType | null;
|
|
66234
67040
|
/**
|
|
@@ -66256,11 +67062,11 @@ export interface RiskDetection extends Entity, Parsable {
|
|
|
66256
67062
|
*/
|
|
66257
67063
|
riskEventType?: string | null;
|
|
66258
67064
|
/**
|
|
66259
|
-
* Level of the detected risk.
|
|
67065
|
+
* Level of the detected risk. The possible values are: low, medium, high, hidden, none, unknownFutureValue.
|
|
66260
67066
|
*/
|
|
66261
67067
|
riskLevel?: RiskLevel | null;
|
|
66262
67068
|
/**
|
|
66263
|
-
* The state of a detected risky user or sign-in.
|
|
67069
|
+
* The state of a detected risky user or sign-in. The possible values are: none, confirmedSafe, remediated, dismissed, atRisk, confirmedCompromised, unknownFutureValue.
|
|
66264
67070
|
*/
|
|
66265
67071
|
riskState?: RiskState | null;
|
|
66266
67072
|
/**
|
|
@@ -66268,7 +67074,7 @@ export interface RiskDetection extends Entity, Parsable {
|
|
|
66268
67074
|
*/
|
|
66269
67075
|
source?: string | null;
|
|
66270
67076
|
/**
|
|
66271
|
-
* Indicates the type of token issuer for the detected sign-in risk.
|
|
67077
|
+
* Indicates the type of token issuer for the detected sign-in risk. The possible values are: AzureAD, ADFederationServices, UnknownFutureValue.
|
|
66272
67078
|
*/
|
|
66273
67079
|
tokenIssuerType?: TokenIssuerType | null;
|
|
66274
67080
|
/**
|
|
@@ -66422,7 +67228,7 @@ export interface RiskyUser extends Entity, Parsable {
|
|
|
66422
67228
|
*/
|
|
66423
67229
|
history?: RiskyUserHistoryItem[] | null;
|
|
66424
67230
|
/**
|
|
66425
|
-
* Indicates whether the user is deleted.
|
|
67231
|
+
* Indicates whether the user is deleted. The possible values are: true, false.
|
|
66426
67232
|
*/
|
|
66427
67233
|
isDeleted?: boolean | null;
|
|
66428
67234
|
/**
|
|
@@ -66438,11 +67244,11 @@ export interface RiskyUser extends Entity, Parsable {
|
|
|
66438
67244
|
*/
|
|
66439
67245
|
riskLastUpdatedDateTime?: Date | null;
|
|
66440
67246
|
/**
|
|
66441
|
-
* Level of the detected risky user.
|
|
67247
|
+
* Level of the detected risky user. The possible values are: low, medium, high, hidden, none, unknownFutureValue.
|
|
66442
67248
|
*/
|
|
66443
67249
|
riskLevel?: RiskLevel | null;
|
|
66444
67250
|
/**
|
|
66445
|
-
* State of the user's risk.
|
|
67251
|
+
* State of the user's risk. The possible values are: none, confirmedSafe, remediated, dismissed, atRisk, confirmedCompromised, unknownFutureValue.
|
|
66446
67252
|
*/
|
|
66447
67253
|
riskState?: RiskState | null;
|
|
66448
67254
|
/**
|
|
@@ -66579,7 +67385,7 @@ export interface Room extends Parsable, Place {
|
|
|
66579
67385
|
*/
|
|
66580
67386
|
audioDeviceName?: string | null;
|
|
66581
67387
|
/**
|
|
66582
|
-
* Type of room. Possible values are standard,
|
|
67388
|
+
* Type of room. Possible values are: unknown, standard, reserved.
|
|
66583
67389
|
*/
|
|
66584
67390
|
bookingType?: BookingType | null;
|
|
66585
67391
|
/**
|
|
@@ -66610,6 +67416,14 @@ export interface Room extends Parsable, Place {
|
|
|
66610
67416
|
* Specifies a nickname for the room, for example, 'conf room'.
|
|
66611
67417
|
*/
|
|
66612
67418
|
nickname?: string | null;
|
|
67419
|
+
/**
|
|
67420
|
+
* An alternative immutable unique identifier of the room. Read-only.
|
|
67421
|
+
*/
|
|
67422
|
+
placeId?: string | null;
|
|
67423
|
+
/**
|
|
67424
|
+
* The teamsEnabledState property
|
|
67425
|
+
*/
|
|
67426
|
+
teamsEnabledState?: PlaceFeatureEnablement | null;
|
|
66613
67427
|
/**
|
|
66614
67428
|
* Specifies the name of the video device in the room.
|
|
66615
67429
|
*/
|
|
@@ -66912,7 +67726,7 @@ export interface Schedule extends Entity, Parsable {
|
|
|
66912
67726
|
}
|
|
66913
67727
|
export interface ScheduleChangeRequest extends ChangeTrackedEntity, Parsable {
|
|
66914
67728
|
/**
|
|
66915
|
-
* Indicates who the request is assigned to.
|
|
67729
|
+
* Indicates who the request is assigned to. The possible values are: sender, recipient, manager, system, unknownFutureValue.
|
|
66916
67730
|
*/
|
|
66917
67731
|
assignedTo?: ScheduleChangeRequestActor | null;
|
|
66918
67732
|
/**
|
|
@@ -66940,7 +67754,7 @@ export interface ScheduleChangeRequest extends ChangeTrackedEntity, Parsable {
|
|
|
66940
67754
|
*/
|
|
66941
67755
|
senderUserId?: string | null;
|
|
66942
67756
|
/**
|
|
66943
|
-
* The state of the scheduleChangeRequest.
|
|
67757
|
+
* The state of the scheduleChangeRequest. The possible values are: pending, approved, declined, unknownFutureValue.
|
|
66944
67758
|
*/
|
|
66945
67759
|
state?: ScheduleChangeState | null;
|
|
66946
67760
|
}
|
|
@@ -67353,7 +68167,7 @@ export interface SearchRequest extends AdditionalDataHolder, BackedModel, Parsab
|
|
|
67353
68167
|
*/
|
|
67354
68168
|
enableTopResults?: boolean | null;
|
|
67355
68169
|
/**
|
|
67356
|
-
* One or more types of resources expected in the response.
|
|
68170
|
+
* One or more types of resources expected in the response. The possible values are: event, message, driveItem, externalItem, site, list, listItem, drive, chatMessage, person, acronym, bookmark. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: chatMessage, person, acronym, bookmark. See known limitations for those combinations of two or more entity types that are supported in the same search request. Required.
|
|
67357
68171
|
*/
|
|
67358
68172
|
entityTypes?: EntityType[] | null;
|
|
67359
68173
|
/**
|
|
@@ -67498,7 +68312,7 @@ export interface SectionLinks extends AdditionalDataHolder, BackedModel, Parsabl
|
|
|
67498
68312
|
}
|
|
67499
68313
|
export interface SectionMap extends BaseMapFeature, Parsable {
|
|
67500
68314
|
/**
|
|
67501
|
-
*
|
|
68315
|
+
* Identifier of the section to which this sectionMap belongs.
|
|
67502
68316
|
*/
|
|
67503
68317
|
placeId?: string | null;
|
|
67504
68318
|
}
|
|
@@ -67747,7 +68561,7 @@ export interface SecurityResource extends AdditionalDataHolder, BackedModel, Par
|
|
|
67747
68561
|
*/
|
|
67748
68562
|
resource?: string | null;
|
|
67749
68563
|
/**
|
|
67750
|
-
* Represents type of security resources related to an alert.
|
|
68564
|
+
* Represents type of security resources related to an alert. The possible values are: attacked, related.
|
|
67751
68565
|
*/
|
|
67752
68566
|
resourceType?: SecurityResourceType | null;
|
|
67753
68567
|
}
|
|
@@ -67842,7 +68656,7 @@ export interface SelfSignedCertificate extends AdditionalDataHolder, BackedModel
|
|
|
67842
68656
|
export type SendDtmfCompletionReason = (typeof SendDtmfCompletionReasonObject)[keyof typeof SendDtmfCompletionReasonObject];
|
|
67843
68657
|
export interface SendDtmfTonesOperation extends CommsOperation, Parsable {
|
|
67844
68658
|
/**
|
|
67845
|
-
* The results of the action.
|
|
68659
|
+
* The results of the action. The possible values are: unknown, completedSuccessfully, mediaOperationCanceled, unknownfutureValue.
|
|
67846
68660
|
*/
|
|
67847
68661
|
completionReason?: SendDtmfCompletionReason | null;
|
|
67848
68662
|
}
|
|
@@ -67864,6 +68678,10 @@ export interface SensitivityLabel extends Entity, Parsable {
|
|
|
67864
68678
|
* The displayName property
|
|
67865
68679
|
*/
|
|
67866
68680
|
displayName?: string | null;
|
|
68681
|
+
/**
|
|
68682
|
+
* The hasProtection property
|
|
68683
|
+
*/
|
|
68684
|
+
hasProtection?: boolean | null;
|
|
67867
68685
|
/**
|
|
67868
68686
|
* The isDefault property
|
|
67869
68687
|
*/
|
|
@@ -68518,6 +69336,13 @@ export declare function serializeAccessReviewStageSettings(writer: Serialization
|
|
|
68518
69336
|
* @param writer Serialization writer to use to serialize this model
|
|
68519
69337
|
*/
|
|
68520
69338
|
export declare function serializeAccountTargetContent(writer: SerializationWriter, accountTargetContent?: Partial<AccountTargetContent> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
69339
|
+
/**
|
|
69340
|
+
* Serializes information the current object
|
|
69341
|
+
* @param ActionItem The instance to serialize from.
|
|
69342
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
69343
|
+
* @param writer Serialization writer to use to serialize this model
|
|
69344
|
+
*/
|
|
69345
|
+
export declare function serializeActionItem(writer: SerializationWriter, actionItem?: Partial<ActionItem> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
68521
69346
|
/**
|
|
68522
69347
|
* Serializes information the current object
|
|
68523
69348
|
* @param ActionResultPart The instance to serialize from.
|
|
@@ -68588,6 +69413,20 @@ export declare function serializeAddLargeGalleryViewOperation(writer: Serializat
|
|
|
68588
69413
|
* @param writer Serialization writer to use to serialize this model
|
|
68589
69414
|
*/
|
|
68590
69415
|
export declare function serializeAddressBookAccountTargetContent(writer: SerializationWriter, addressBookAccountTargetContent?: Partial<AddressBookAccountTargetContent> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
69416
|
+
/**
|
|
69417
|
+
* Serializes information the current object
|
|
69418
|
+
* @param AdhocCall The instance to serialize from.
|
|
69419
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
69420
|
+
* @param writer Serialization writer to use to serialize this model
|
|
69421
|
+
*/
|
|
69422
|
+
export declare function serializeAdhocCall(writer: SerializationWriter, adhocCall?: Partial<AdhocCall> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
69423
|
+
/**
|
|
69424
|
+
* Serializes information the current object
|
|
69425
|
+
* @param AdhocCallCollectionResponse The instance to serialize from.
|
|
69426
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
69427
|
+
* @param writer Serialization writer to use to serialize this model
|
|
69428
|
+
*/
|
|
69429
|
+
export declare function serializeAdhocCallCollectionResponse(writer: SerializationWriter, adhocCallCollectionResponse?: Partial<AdhocCallCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
68591
69430
|
/**
|
|
68592
69431
|
* Serializes information the current object
|
|
68593
69432
|
* @param Admin The instance to serialize from.
|
|
@@ -68770,6 +69609,13 @@ export declare function serializeAiInteractionMentionedIdentitySet(writer: Seria
|
|
|
68770
69609
|
* @param writer Serialization writer to use to serialize this model
|
|
68771
69610
|
*/
|
|
68772
69611
|
export declare function serializeAiInteractionPlugin(writer: SerializationWriter, aiInteractionPlugin?: Partial<AiInteractionPlugin> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
69612
|
+
/**
|
|
69613
|
+
* Serializes information the current object
|
|
69614
|
+
* @param AiOnlineMeeting The instance to serialize from.
|
|
69615
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
69616
|
+
* @param writer Serialization writer to use to serialize this model
|
|
69617
|
+
*/
|
|
69618
|
+
export declare function serializeAiOnlineMeeting(writer: SerializationWriter, aiOnlineMeeting?: Partial<AiOnlineMeeting> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
68773
69619
|
/**
|
|
68774
69620
|
* Serializes information the current object
|
|
68775
69621
|
* @param AirPrintSettings The instance to serialize from.
|
|
@@ -70590,6 +71436,20 @@ export declare function serializeCalendarSharingMessageAction(writer: Serializat
|
|
|
70590
71436
|
* @param writer Serialization writer to use to serialize this model
|
|
70591
71437
|
*/
|
|
70592
71438
|
export declare function serializeCall(writer: SerializationWriter, call?: Partial<Call> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
71439
|
+
/**
|
|
71440
|
+
* Serializes information the current object
|
|
71441
|
+
* @param CallAiInsight The instance to serialize from.
|
|
71442
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
71443
|
+
* @param writer Serialization writer to use to serialize this model
|
|
71444
|
+
*/
|
|
71445
|
+
export declare function serializeCallAiInsight(writer: SerializationWriter, callAiInsight?: Partial<CallAiInsight> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
71446
|
+
/**
|
|
71447
|
+
* Serializes information the current object
|
|
71448
|
+
* @param CallAiInsightViewPoint The instance to serialize from.
|
|
71449
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
71450
|
+
* @param writer Serialization writer to use to serialize this model
|
|
71451
|
+
*/
|
|
71452
|
+
export declare function serializeCallAiInsightViewPoint(writer: SerializationWriter, callAiInsightViewPoint?: Partial<CallAiInsightViewPoint> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
70593
71453
|
/**
|
|
70594
71454
|
* Serializes information the current object
|
|
70595
71455
|
* @param CallCollectionResponse The instance to serialize from.
|
|
@@ -71248,6 +72108,13 @@ export declare function serializeCloudPcGalleryImage(writer: SerializationWriter
|
|
|
71248
72108
|
* @param writer Serialization writer to use to serialize this model
|
|
71249
72109
|
*/
|
|
71250
72110
|
export declare function serializeCloudPcGalleryImageCollectionResponse(writer: SerializationWriter, cloudPcGalleryImageCollectionResponse?: Partial<CloudPcGalleryImageCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
72111
|
+
/**
|
|
72112
|
+
* Serializes information the current object
|
|
72113
|
+
* @param CloudPcLaunchDetail The instance to serialize from.
|
|
72114
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
72115
|
+
* @param writer Serialization writer to use to serialize this model
|
|
72116
|
+
*/
|
|
72117
|
+
export declare function serializeCloudPcLaunchDetail(writer: SerializationWriter, cloudPcLaunchDetail?: Partial<CloudPcLaunchDetail> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
71251
72118
|
/**
|
|
71252
72119
|
* Serializes information the current object
|
|
71253
72120
|
* @param CloudPcManagementAssignmentTarget The instance to serialize from.
|
|
@@ -71325,6 +72192,13 @@ export declare function serializeCloudPcProvisioningPolicyAutopatch(writer: Seri
|
|
|
71325
72192
|
* @param writer Serialization writer to use to serialize this model
|
|
71326
72193
|
*/
|
|
71327
72194
|
export declare function serializeCloudPcProvisioningPolicyCollectionResponse(writer: SerializationWriter, cloudPcProvisioningPolicyCollectionResponse?: Partial<CloudPcProvisioningPolicyCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
72195
|
+
/**
|
|
72196
|
+
* Serializes information the current object
|
|
72197
|
+
* @param CloudPcReport The instance to serialize from.
|
|
72198
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
72199
|
+
* @param writer Serialization writer to use to serialize this model
|
|
72200
|
+
*/
|
|
72201
|
+
export declare function serializeCloudPcReport(writer: SerializationWriter, cloudPcReport?: Partial<CloudPcReport> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
71328
72202
|
/**
|
|
71329
72203
|
* Serializes information the current object
|
|
71330
72204
|
* @param CloudPcRestorePointSetting The instance to serialize from.
|
|
@@ -74713,6 +75587,62 @@ export declare function serializeFileStorageContainerCustomPropertyDictionary(wr
|
|
|
74713
75587
|
* @param writer Serialization writer to use to serialize this model
|
|
74714
75588
|
*/
|
|
74715
75589
|
export declare function serializeFileStorageContainerSettings(writer: SerializationWriter, fileStorageContainerSettings?: Partial<FileStorageContainerSettings> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
75590
|
+
/**
|
|
75591
|
+
* Serializes information the current object
|
|
75592
|
+
* @param FileStorageContainerType The instance to serialize from.
|
|
75593
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
75594
|
+
* @param writer Serialization writer to use to serialize this model
|
|
75595
|
+
*/
|
|
75596
|
+
export declare function serializeFileStorageContainerType(writer: SerializationWriter, fileStorageContainerType?: Partial<FileStorageContainerType> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
75597
|
+
/**
|
|
75598
|
+
* Serializes information the current object
|
|
75599
|
+
* @param FileStorageContainerTypeAppPermissionGrant The instance to serialize from.
|
|
75600
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
75601
|
+
* @param writer Serialization writer to use to serialize this model
|
|
75602
|
+
*/
|
|
75603
|
+
export declare function serializeFileStorageContainerTypeAppPermissionGrant(writer: SerializationWriter, fileStorageContainerTypeAppPermissionGrant?: Partial<FileStorageContainerTypeAppPermissionGrant> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
75604
|
+
/**
|
|
75605
|
+
* Serializes information the current object
|
|
75606
|
+
* @param FileStorageContainerTypeAppPermissionGrantCollectionResponse The instance to serialize from.
|
|
75607
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
75608
|
+
* @param writer Serialization writer to use to serialize this model
|
|
75609
|
+
*/
|
|
75610
|
+
export declare function serializeFileStorageContainerTypeAppPermissionGrantCollectionResponse(writer: SerializationWriter, fileStorageContainerTypeAppPermissionGrantCollectionResponse?: Partial<FileStorageContainerTypeAppPermissionGrantCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
75611
|
+
/**
|
|
75612
|
+
* Serializes information the current object
|
|
75613
|
+
* @param FileStorageContainerTypeCollectionResponse The instance to serialize from.
|
|
75614
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
75615
|
+
* @param writer Serialization writer to use to serialize this model
|
|
75616
|
+
*/
|
|
75617
|
+
export declare function serializeFileStorageContainerTypeCollectionResponse(writer: SerializationWriter, fileStorageContainerTypeCollectionResponse?: Partial<FileStorageContainerTypeCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
75618
|
+
/**
|
|
75619
|
+
* Serializes information the current object
|
|
75620
|
+
* @param FileStorageContainerTypeRegistration The instance to serialize from.
|
|
75621
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
75622
|
+
* @param writer Serialization writer to use to serialize this model
|
|
75623
|
+
*/
|
|
75624
|
+
export declare function serializeFileStorageContainerTypeRegistration(writer: SerializationWriter, fileStorageContainerTypeRegistration?: Partial<FileStorageContainerTypeRegistration> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
75625
|
+
/**
|
|
75626
|
+
* Serializes information the current object
|
|
75627
|
+
* @param FileStorageContainerTypeRegistrationCollectionResponse The instance to serialize from.
|
|
75628
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
75629
|
+
* @param writer Serialization writer to use to serialize this model
|
|
75630
|
+
*/
|
|
75631
|
+
export declare function serializeFileStorageContainerTypeRegistrationCollectionResponse(writer: SerializationWriter, fileStorageContainerTypeRegistrationCollectionResponse?: Partial<FileStorageContainerTypeRegistrationCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
75632
|
+
/**
|
|
75633
|
+
* Serializes information the current object
|
|
75634
|
+
* @param FileStorageContainerTypeRegistrationSettings The instance to serialize from.
|
|
75635
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
75636
|
+
* @param writer Serialization writer to use to serialize this model
|
|
75637
|
+
*/
|
|
75638
|
+
export declare function serializeFileStorageContainerTypeRegistrationSettings(writer: SerializationWriter, fileStorageContainerTypeRegistrationSettings?: Partial<FileStorageContainerTypeRegistrationSettings> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
75639
|
+
/**
|
|
75640
|
+
* Serializes information the current object
|
|
75641
|
+
* @param FileStorageContainerTypeSettings The instance to serialize from.
|
|
75642
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
75643
|
+
* @param writer Serialization writer to use to serialize this model
|
|
75644
|
+
*/
|
|
75645
|
+
export declare function serializeFileStorageContainerTypeSettings(writer: SerializationWriter, fileStorageContainerTypeSettings?: Partial<FileStorageContainerTypeSettings> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
74716
75646
|
/**
|
|
74717
75647
|
* Serializes information the current object
|
|
74718
75648
|
* @param FileStorageContainerViewpoint The instance to serialize from.
|
|
@@ -76918,6 +77848,20 @@ export declare function serializeMeetingAttendanceReportCollectionResponse(write
|
|
|
76918
77848
|
* @param writer Serialization writer to use to serialize this model
|
|
76919
77849
|
*/
|
|
76920
77850
|
export declare function serializeMeetingInfo(writer: SerializationWriter, meetingInfo?: Partial<MeetingInfo> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
77851
|
+
/**
|
|
77852
|
+
* Serializes information the current object
|
|
77853
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
77854
|
+
* @param MeetingNote The instance to serialize from.
|
|
77855
|
+
* @param writer Serialization writer to use to serialize this model
|
|
77856
|
+
*/
|
|
77857
|
+
export declare function serializeMeetingNote(writer: SerializationWriter, meetingNote?: Partial<MeetingNote> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
77858
|
+
/**
|
|
77859
|
+
* Serializes information the current object
|
|
77860
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
77861
|
+
* @param MeetingNoteSubpoint The instance to serialize from.
|
|
77862
|
+
* @param writer Serialization writer to use to serialize this model
|
|
77863
|
+
*/
|
|
77864
|
+
export declare function serializeMeetingNoteSubpoint(writer: SerializationWriter, meetingNoteSubpoint?: Partial<MeetingNoteSubpoint> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
76921
77865
|
/**
|
|
76922
77866
|
* Serializes information the current object
|
|
76923
77867
|
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
@@ -76988,6 +77932,13 @@ export declare function serializeMembersJoinedEventMessageDetail(writer: Seriali
|
|
|
76988
77932
|
* @param writer Serialization writer to use to serialize this model
|
|
76989
77933
|
*/
|
|
76990
77934
|
export declare function serializeMembersLeftEventMessageDetail(writer: SerializationWriter, membersLeftEventMessageDetail?: Partial<MembersLeftEventMessageDetail> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
77935
|
+
/**
|
|
77936
|
+
* Serializes information the current object
|
|
77937
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
77938
|
+
* @param MentionEvent The instance to serialize from.
|
|
77939
|
+
* @param writer Serialization writer to use to serialize this model
|
|
77940
|
+
*/
|
|
77941
|
+
export declare function serializeMentionEvent(writer: SerializationWriter, mentionEvent?: Partial<MentionEvent> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
76991
77942
|
/**
|
|
76992
77943
|
* Serializes information the current object
|
|
76993
77944
|
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
@@ -77940,6 +78891,13 @@ export declare function serializeOnlineMeetingInfo(writer: SerializationWriter,
|
|
|
77940
78891
|
* @param writer Serialization writer to use to serialize this model
|
|
77941
78892
|
*/
|
|
77942
78893
|
export declare function serializeOnlineMeetingRestricted(writer: SerializationWriter, onlineMeetingRestricted?: Partial<OnlineMeetingRestricted> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
78894
|
+
/**
|
|
78895
|
+
* Serializes information the current object
|
|
78896
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
78897
|
+
* @param OnlineMeetingSensitivityLabelAssignment The instance to serialize from.
|
|
78898
|
+
* @param writer Serialization writer to use to serialize this model
|
|
78899
|
+
*/
|
|
78900
|
+
export declare function serializeOnlineMeetingSensitivityLabelAssignment(writer: SerializationWriter, onlineMeetingSensitivityLabelAssignment?: Partial<OnlineMeetingSensitivityLabelAssignment> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
77943
78901
|
/**
|
|
77944
78902
|
* Serializes information the current object
|
|
77945
78903
|
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
@@ -82091,6 +83049,13 @@ export declare function serializeSystemFacet(writer: SerializationWriter, system
|
|
|
82091
83049
|
* @param writer Serialization writer to use to serialize this model
|
|
82092
83050
|
*/
|
|
82093
83051
|
export declare function serializeTabUpdatedEventMessageDetail(writer: SerializationWriter, tabUpdatedEventMessageDetail?: Partial<TabUpdatedEventMessageDetail> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
83052
|
+
/**
|
|
83053
|
+
* Serializes information the current object
|
|
83054
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
83055
|
+
* @param TargetAgentIdentitySponsorsOrOwners The instance to serialize from.
|
|
83056
|
+
* @param writer Serialization writer to use to serialize this model
|
|
83057
|
+
*/
|
|
83058
|
+
export declare function serializeTargetAgentIdentitySponsorsOrOwners(writer: SerializationWriter, targetAgentIdentitySponsorsOrOwners?: Partial<TargetAgentIdentitySponsorsOrOwners> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
82094
83059
|
/**
|
|
82095
83060
|
* Serializes information the current object
|
|
82096
83061
|
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
@@ -82840,6 +83805,13 @@ export declare function serializeTimeOff(writer: SerializationWriter, timeOff?:
|
|
|
82840
83805
|
* @param writer Serialization writer to use to serialize this model
|
|
82841
83806
|
*/
|
|
82842
83807
|
export declare function serializeTimeOffCollectionResponse(writer: SerializationWriter, timeOffCollectionResponse?: Partial<TimeOffCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
83808
|
+
/**
|
|
83809
|
+
* Serializes information the current object
|
|
83810
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
83811
|
+
* @param TimeOffDetails The instance to serialize from.
|
|
83812
|
+
* @param writer Serialization writer to use to serialize this model
|
|
83813
|
+
*/
|
|
83814
|
+
export declare function serializeTimeOffDetails(writer: SerializationWriter, timeOffDetails?: Partial<TimeOffDetails> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
82843
83815
|
/**
|
|
82844
83816
|
* Serializes information the current object
|
|
82845
83817
|
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
@@ -83064,6 +84036,13 @@ export declare function serializeTrending(writer: SerializationWriter, trending?
|
|
|
83064
84036
|
* @param writer Serialization writer to use to serialize this model
|
|
83065
84037
|
*/
|
|
83066
84038
|
export declare function serializeTrendingCollectionResponse(writer: SerializationWriter, trendingCollectionResponse?: Partial<TrendingCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
84039
|
+
/**
|
|
84040
|
+
* Serializes information the current object
|
|
84041
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
84042
|
+
* @param UnavailablePlaceMode The instance to serialize from.
|
|
84043
|
+
* @param writer Serialization writer to use to serialize this model
|
|
84044
|
+
*/
|
|
84045
|
+
export declare function serializeUnavailablePlaceMode(writer: SerializationWriter, unavailablePlaceMode?: Partial<UnavailablePlaceMode> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
83067
84046
|
/**
|
|
83068
84047
|
* Serializes information the current object
|
|
83069
84048
|
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
@@ -84093,6 +85072,13 @@ export declare function serializeUserTrainingEventInfo(writer: SerializationWrit
|
|
|
84093
85072
|
* @param writer Serialization writer to use to serialize this model
|
|
84094
85073
|
*/
|
|
84095
85074
|
export declare function serializeUserTrainingStatusInfo(writer: SerializationWriter, userTrainingStatusInfo?: Partial<UserTrainingStatusInfo> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
85075
|
+
/**
|
|
85076
|
+
* Serializes information the current object
|
|
85077
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
85078
|
+
* @param UserWorkLocation The instance to serialize from.
|
|
85079
|
+
* @param writer Serialization writer to use to serialize this model
|
|
85080
|
+
*/
|
|
85081
|
+
export declare function serializeUserWorkLocation(writer: SerializationWriter, userWorkLocation?: Partial<UserWorkLocation> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
84096
85082
|
/**
|
|
84097
85083
|
* Serializes information the current object
|
|
84098
85084
|
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
@@ -85542,6 +86528,13 @@ export declare function serializeWorkforceIntegrationCollectionResponse(writer:
|
|
|
85542
86528
|
* @param writer Serialization writer to use to serialize this model
|
|
85543
86529
|
*/
|
|
85544
86530
|
export declare function serializeWorkforceIntegrationEncryption(writer: SerializationWriter, workforceIntegrationEncryption?: Partial<WorkforceIntegrationEncryption> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
86531
|
+
/**
|
|
86532
|
+
* Serializes information the current object
|
|
86533
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
86534
|
+
* @param WorkHoursAndLocationsSetting The instance to serialize from.
|
|
86535
|
+
* @param writer Serialization writer to use to serialize this model
|
|
86536
|
+
*/
|
|
86537
|
+
export declare function serializeWorkHoursAndLocationsSetting(writer: SerializationWriter, workHoursAndLocationsSetting?: Partial<WorkHoursAndLocationsSetting> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
85545
86538
|
/**
|
|
85546
86539
|
* Serializes information the current object
|
|
85547
86540
|
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
@@ -85556,6 +86549,34 @@ export declare function serializeWorkingHours(writer: SerializationWriter, worki
|
|
|
85556
86549
|
* @param writer Serialization writer to use to serialize this model
|
|
85557
86550
|
*/
|
|
85558
86551
|
export declare function serializeWorkingTimeSchedule(writer: SerializationWriter, workingTimeSchedule?: Partial<WorkingTimeSchedule> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
86552
|
+
/**
|
|
86553
|
+
* Serializes information the current object
|
|
86554
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
86555
|
+
* @param WorkPlanOccurrence The instance to serialize from.
|
|
86556
|
+
* @param writer Serialization writer to use to serialize this model
|
|
86557
|
+
*/
|
|
86558
|
+
export declare function serializeWorkPlanOccurrence(writer: SerializationWriter, workPlanOccurrence?: Partial<WorkPlanOccurrence> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
86559
|
+
/**
|
|
86560
|
+
* Serializes information the current object
|
|
86561
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
86562
|
+
* @param WorkPlanOccurrenceCollectionResponse The instance to serialize from.
|
|
86563
|
+
* @param writer Serialization writer to use to serialize this model
|
|
86564
|
+
*/
|
|
86565
|
+
export declare function serializeWorkPlanOccurrenceCollectionResponse(writer: SerializationWriter, workPlanOccurrenceCollectionResponse?: Partial<WorkPlanOccurrenceCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
86566
|
+
/**
|
|
86567
|
+
* Serializes information the current object
|
|
86568
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
86569
|
+
* @param WorkPlanRecurrence The instance to serialize from.
|
|
86570
|
+
* @param writer Serialization writer to use to serialize this model
|
|
86571
|
+
*/
|
|
86572
|
+
export declare function serializeWorkPlanRecurrence(writer: SerializationWriter, workPlanRecurrence?: Partial<WorkPlanRecurrence> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
86573
|
+
/**
|
|
86574
|
+
* Serializes information the current object
|
|
86575
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
86576
|
+
* @param WorkPlanRecurrenceCollectionResponse The instance to serialize from.
|
|
86577
|
+
* @param writer Serialization writer to use to serialize this model
|
|
86578
|
+
*/
|
|
86579
|
+
export declare function serializeWorkPlanRecurrenceCollectionResponse(writer: SerializationWriter, workPlanRecurrenceCollectionResponse?: Partial<WorkPlanRecurrenceCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
85559
86580
|
/**
|
|
85560
86581
|
* Serializes information the current object
|
|
85561
86582
|
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
@@ -85818,7 +86839,7 @@ export interface ServiceHealthIssuePost extends AdditionalDataHolder, BackedMode
|
|
|
85818
86839
|
*/
|
|
85819
86840
|
odataType?: string | null;
|
|
85820
86841
|
/**
|
|
85821
|
-
* The post type of the service issue historical post.
|
|
86842
|
+
* The post type of the service issue historical post. The possible values are: regular, quick, strategic, unknownFutureValue.
|
|
85822
86843
|
*/
|
|
85823
86844
|
postType?: PostType | null;
|
|
85824
86845
|
}
|
|
@@ -85930,7 +86951,7 @@ export interface ServicePrincipal extends DirectoryObject, Parsable {
|
|
|
85930
86951
|
*/
|
|
85931
86952
|
description?: string | null;
|
|
85932
86953
|
/**
|
|
85933
|
-
* Specifies whether Microsoft has disabled the registered application.
|
|
86954
|
+
* Specifies whether Microsoft has disabled the registered application. The possible values are: null (default value), NotDisabled, and DisabledDueToViolationOfServicesAgreement (reasons include suspicious, abusive, or malicious activity, or a violation of the Microsoft Services Agreement). Supports $filter (eq, ne, not).
|
|
85934
86955
|
*/
|
|
85935
86956
|
disabledByMicrosoftStatus?: string | null;
|
|
85936
86957
|
/**
|
|
@@ -86110,7 +87131,7 @@ export interface ServicePrincipalLockConfiguration extends AdditionalDataHolder,
|
|
|
86110
87131
|
}
|
|
86111
87132
|
export interface ServicePrincipalRiskDetection extends Entity, Parsable {
|
|
86112
87133
|
/**
|
|
86113
|
-
* Indicates the activity type the detected risk is linked to.
|
|
87134
|
+
* Indicates the activity type the detected risk is linked to.
|
|
86114
87135
|
*/
|
|
86115
87136
|
activity?: ActivityType | null;
|
|
86116
87137
|
/**
|
|
@@ -87010,7 +88031,7 @@ export interface SharepointSettings extends Entity, Parsable {
|
|
|
87010
88031
|
*/
|
|
87011
88032
|
idleSessionSignOut?: IdleSessionSignOut | null;
|
|
87012
88033
|
/**
|
|
87013
|
-
* Specifies the image tagging option for the tenant.
|
|
88034
|
+
* Specifies the image tagging option for the tenant. The possible values are: disabled, basic, enhanced.
|
|
87014
88035
|
*/
|
|
87015
88036
|
imageTaggingOption?: ImageTaggingChoice | null;
|
|
87016
88037
|
/**
|
|
@@ -87086,11 +88107,11 @@ export interface SharepointSettings extends Entity, Parsable {
|
|
|
87086
88107
|
*/
|
|
87087
88108
|
sharingBlockedDomainList?: string[] | null;
|
|
87088
88109
|
/**
|
|
87089
|
-
* Sharing capability for the tenant.
|
|
88110
|
+
* Sharing capability for the tenant. The possible values are: disabled, externalUserSharingOnly, externalUserAndGuestSharing, existingExternalUserSharingOnly.
|
|
87090
88111
|
*/
|
|
87091
88112
|
sharingCapability?: SharingCapabilities | null;
|
|
87092
88113
|
/**
|
|
87093
|
-
* Specifies the external sharing mode for domains.
|
|
88114
|
+
* Specifies the external sharing mode for domains. The possible values are: none, allowList, blockList.
|
|
87094
88115
|
*/
|
|
87095
88116
|
sharingDomainRestrictionMode?: SharingDomainRestrictionMode | null;
|
|
87096
88117
|
/**
|
|
@@ -87320,7 +88341,7 @@ export interface SignIn extends Entity, Parsable {
|
|
|
87320
88341
|
*/
|
|
87321
88342
|
clientAppUsed?: string | null;
|
|
87322
88343
|
/**
|
|
87323
|
-
* Reports status of an activated conditional access policy.
|
|
88344
|
+
* Reports status of an activated conditional access policy. The possible values are: success, failure, notApplied, and unknownFutureValue. Supports $filter (eq).
|
|
87324
88345
|
*/
|
|
87325
88346
|
conditionalAccessStatus?: ConditionalAccessStatus | null;
|
|
87326
88347
|
/**
|
|
@@ -87508,7 +88529,7 @@ export interface SignInFrequencySessionControl extends ConditionalAccessSessionC
|
|
|
87508
88529
|
*/
|
|
87509
88530
|
frequencyInterval?: SignInFrequencyInterval | null;
|
|
87510
88531
|
/**
|
|
87511
|
-
*
|
|
88532
|
+
* The possible values are: days, hours.
|
|
87512
88533
|
*/
|
|
87513
88534
|
type?: SigninFrequencyType | null;
|
|
87514
88535
|
/**
|
|
@@ -87596,11 +88617,11 @@ export interface SignInStatus extends AdditionalDataHolder, BackedModel, Parsabl
|
|
|
87596
88617
|
export type SignInUserType = (typeof SignInUserTypeObject)[keyof typeof SignInUserTypeObject];
|
|
87597
88618
|
export interface Simulation extends Entity, Parsable {
|
|
87598
88619
|
/**
|
|
87599
|
-
* The social engineering technique used in the attack simulation and training campaign. Supports $filter and $orderby.
|
|
88620
|
+
* The social engineering technique used in the attack simulation and training campaign. Supports $filter and $orderby. The possible values are: unknown, credentialHarvesting, attachmentMalware, driveByUrl, linkInAttachment, linkToMalwareFile, unknownFutureValue, oAuthConsentGrant. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: oAuthConsentGrant. For more information on the types of social engineering attack techniques, see simulations.
|
|
87600
88621
|
*/
|
|
87601
88622
|
attackTechnique?: SimulationAttackTechnique | null;
|
|
87602
88623
|
/**
|
|
87603
|
-
* Attack type of the attack simulation and training campaign. Supports $filter and $orderby.
|
|
88624
|
+
* Attack type of the attack simulation and training campaign. Supports $filter and $orderby. The possible values are: unknown, social, cloud, endpoint, unknownFutureValue.
|
|
87604
88625
|
*/
|
|
87605
88626
|
attackType?: SimulationAttackType | null;
|
|
87606
88627
|
/**
|
|
@@ -87676,7 +88697,7 @@ export interface Simulation extends Entity, Parsable {
|
|
|
87676
88697
|
*/
|
|
87677
88698
|
payload?: Payload | null;
|
|
87678
88699
|
/**
|
|
87679
|
-
* Method of delivery of the phishing payload used in the attack simulation and training campaign.
|
|
88700
|
+
* Method of delivery of the phishing payload used in the attack simulation and training campaign. The possible values are: unknown, sms, email, teams, unknownFutureValue.
|
|
87680
88701
|
*/
|
|
87681
88702
|
payloadDeliveryPlatform?: PayloadDeliveryPlatform | null;
|
|
87682
88703
|
/**
|
|
@@ -87684,7 +88705,7 @@ export interface Simulation extends Entity, Parsable {
|
|
|
87684
88705
|
*/
|
|
87685
88706
|
report?: SimulationReport | null;
|
|
87686
88707
|
/**
|
|
87687
|
-
* Status of the attack simulation and training campaign. Supports $filter and $orderby.
|
|
88708
|
+
* Status of the attack simulation and training campaign. Supports $filter and $orderby. The possible values are: unknown, draft, running, scheduled, succeeded, failed, cancelled, excluded, unknownFutureValue.
|
|
87688
88709
|
*/
|
|
87689
88710
|
status?: SimulationStatus | null;
|
|
87690
88711
|
/**
|
|
@@ -87814,7 +88835,7 @@ export interface SimulationEventsContent extends AdditionalDataHolder, BackedMod
|
|
|
87814
88835
|
}
|
|
87815
88836
|
export interface SimulationNotification extends BaseEndUserNotification, Parsable {
|
|
87816
88837
|
/**
|
|
87817
|
-
* Target user type.
|
|
88838
|
+
* Target user type. The possible values are: unknown, clicked, compromised, allUsers, unknownFutureValue.
|
|
87818
88839
|
*/
|
|
87819
88840
|
targettedUserType?: TargettedUserType | null;
|
|
87820
88841
|
}
|
|
@@ -87992,7 +89013,7 @@ export interface SiteArchivalDetails extends AdditionalDataHolder, BackedModel,
|
|
|
87992
89013
|
export type SiteArchiveStatus = (typeof SiteArchiveStatusObject)[keyof typeof SiteArchiveStatusObject];
|
|
87993
89014
|
export interface SiteCollection extends AdditionalDataHolder, BackedModel, Parsable {
|
|
87994
89015
|
/**
|
|
87995
|
-
* Represents whether the site collection is recently archived, fully archived, or reactivating.
|
|
89016
|
+
* Represents whether the site collection is recently archived, fully archived, or reactivating. The possible values are: recentlyArchived, fullyArchived, reactivating, unknownFutureValue.
|
|
87996
89017
|
*/
|
|
87997
89018
|
archivalDetails?: SiteArchivalDetails | null;
|
|
87998
89019
|
/**
|
|
@@ -88698,7 +89719,7 @@ export interface SubjectRightsRequest extends Entity, Parsable {
|
|
|
88698
89719
|
*/
|
|
88699
89720
|
dataSubject?: DataSubject | null;
|
|
88700
89721
|
/**
|
|
88701
|
-
* The type of the data subject.
|
|
89722
|
+
* The type of the data subject. The possible values are: customer, currentEmployee, formerEmployee, prospectiveEmployee, student, teacher, faculty, other, unknownFutureValue.
|
|
88702
89723
|
*/
|
|
88703
89724
|
dataSubjectType?: DataSubjectType | null;
|
|
88704
89725
|
/**
|
|
@@ -88766,7 +89787,7 @@ export interface SubjectRightsRequest extends Entity, Parsable {
|
|
|
88766
89787
|
*/
|
|
88767
89788
|
stages?: SubjectRightsRequestStageDetail[] | null;
|
|
88768
89789
|
/**
|
|
88769
|
-
* The status of the request.
|
|
89790
|
+
* The status of the request. The possible values are: active, closed, unknownFutureValue.
|
|
88770
89791
|
*/
|
|
88771
89792
|
status?: SubjectRightsRequestStatus | null;
|
|
88772
89793
|
/**
|
|
@@ -88774,7 +89795,7 @@ export interface SubjectRightsRequest extends Entity, Parsable {
|
|
|
88774
89795
|
*/
|
|
88775
89796
|
team?: Team | null;
|
|
88776
89797
|
/**
|
|
88777
|
-
* The type of the request.
|
|
89798
|
+
* The type of the request. The possible values are: export, delete, access, tagForAction, unknownFutureValue.
|
|
88778
89799
|
*/
|
|
88779
89800
|
type?: SubjectRightsRequestType | null;
|
|
88780
89801
|
}
|
|
@@ -88856,11 +89877,11 @@ export interface SubjectRightsRequestHistory extends AdditionalDataHolder, Backe
|
|
|
88856
89877
|
*/
|
|
88857
89878
|
odataType?: string | null;
|
|
88858
89879
|
/**
|
|
88859
|
-
* The stage when the entity was changed.
|
|
89880
|
+
* The stage when the entity was changed.
|
|
88860
89881
|
*/
|
|
88861
89882
|
stage?: SubjectRightsRequestStage | null;
|
|
88862
89883
|
/**
|
|
88863
|
-
* The status of the stage when the entity was changed.
|
|
89884
|
+
* The status of the stage when the entity was changed. The possible values are: notStarted, current, completed, failed, unknownFutureValue.
|
|
88864
89885
|
*/
|
|
88865
89886
|
stageStatus?: SubjectRightsRequestStageStatus | null;
|
|
88866
89887
|
/**
|
|
@@ -88903,11 +89924,11 @@ export interface SubjectRightsRequestStageDetail extends AdditionalDataHolder, B
|
|
|
88903
89924
|
*/
|
|
88904
89925
|
odataType?: string | null;
|
|
88905
89926
|
/**
|
|
88906
|
-
* The stage of the subject rights request.
|
|
89927
|
+
* The stage of the subject rights request.
|
|
88907
89928
|
*/
|
|
88908
89929
|
stage?: SubjectRightsRequestStage | null;
|
|
88909
89930
|
/**
|
|
88910
|
-
* Status of the current stage.
|
|
89931
|
+
* Status of the current stage. The possible values are: notStarted, current, completed, failed, unknownFutureValue.
|
|
88911
89932
|
*/
|
|
88912
89933
|
status?: SubjectRightsRequestStageStatus | null;
|
|
88913
89934
|
}
|
|
@@ -88934,11 +89955,11 @@ export interface SubscribedSku extends Entity, Parsable {
|
|
|
88934
89955
|
*/
|
|
88935
89956
|
accountName?: string | null;
|
|
88936
89957
|
/**
|
|
88937
|
-
* The target class for this SKU. Only SKUs with target class User are assignable.
|
|
89958
|
+
* The target class for this SKU. Only SKUs with target class User are assignable. The possible values are: User, Company.
|
|
88938
89959
|
*/
|
|
88939
89960
|
appliesTo?: string | null;
|
|
88940
89961
|
/**
|
|
88941
|
-
* Enabled indicates that the prepaidUnits property has at least one unit that is enabled. LockedOut indicates that the customer canceled their subscription.
|
|
89962
|
+
* Enabled indicates that the prepaidUnits property has at least one unit that is enabled. LockedOut indicates that the customer canceled their subscription. The possible values are: Enabled, Warning, Suspended, Deleted, LockedOut.
|
|
88942
89963
|
*/
|
|
88943
89964
|
capabilityStatus?: string | null;
|
|
88944
89965
|
/**
|
|
@@ -89202,7 +90223,7 @@ export interface SynchronizationMetadataEntry extends AdditionalDataHolder, Back
|
|
|
89202
90223
|
*/
|
|
89203
90224
|
backingStoreEnabled?: boolean | null;
|
|
89204
90225
|
/**
|
|
89205
|
-
*
|
|
90226
|
+
* The possible values are: GalleryApplicationIdentifier, GalleryApplicationKey, IsOAuthEnabled, IsSynchronizationAgentAssignmentRequired, IsSynchronizationAgentRequired, IsSynchronizationInPreview, OAuthSettings, SynchronizationLearnMoreIbizaFwLink, ConfigurationFields.
|
|
89206
90227
|
*/
|
|
89207
90228
|
key?: SynchronizationMetadata | null;
|
|
89208
90229
|
/**
|
|
@@ -89562,6 +90583,8 @@ export interface TabUpdatedEventMessageDetail extends EventMessageDetail, Parsab
|
|
|
89562
90583
|
*/
|
|
89563
90584
|
tabId?: string | null;
|
|
89564
90585
|
}
|
|
90586
|
+
export interface TargetAgentIdentitySponsorsOrOwners extends Parsable, SubjectSet {
|
|
90587
|
+
}
|
|
89565
90588
|
export interface TargetApplicationOwners extends Parsable, SubjectSet {
|
|
89566
90589
|
}
|
|
89567
90590
|
export interface TargetDeviceGroup extends Entity, Parsable {
|
|
@@ -89652,7 +90675,7 @@ export interface TargetResource extends AdditionalDataHolder, BackedModel, Parsa
|
|
|
89652
90675
|
*/
|
|
89653
90676
|
displayName?: string | null;
|
|
89654
90677
|
/**
|
|
89655
|
-
* When type is set to Group, this indicates the group type.
|
|
90678
|
+
* When type is set to Group, this indicates the group type. The possible values are: unifiedGroups, azureAD, and unknownFutureValue
|
|
89656
90679
|
*/
|
|
89657
90680
|
groupType?: GroupType | null;
|
|
89658
90681
|
/**
|
|
@@ -89870,7 +90893,7 @@ export interface TeamFunSettings extends AdditionalDataHolder, BackedModel, Pars
|
|
|
89870
90893
|
*/
|
|
89871
90894
|
backingStoreEnabled?: boolean | null;
|
|
89872
90895
|
/**
|
|
89873
|
-
* Giphy content rating.
|
|
90896
|
+
* Giphy content rating. The possible values are: moderate, strict.
|
|
89874
90897
|
*/
|
|
89875
90898
|
giphyContentRating?: GiphyRatingType | null;
|
|
89876
90899
|
/**
|
|
@@ -90082,7 +91105,7 @@ export interface TeamsAppDefinition extends Entity, Parsable {
|
|
|
90082
91105
|
*/
|
|
90083
91106
|
lastModifiedDateTime?: Date | null;
|
|
90084
91107
|
/**
|
|
90085
|
-
* The published status of a specific version of a Teams app.
|
|
91108
|
+
* The published status of a specific version of a Teams app. The possible values are:submitted—The specific version of the Teams app was submitted and is under review.published—The request to publish the specific version of the Teams app was approved by the admin and the app is published.rejected—The admin rejected the request to publish the specific version of the Teams app.
|
|
90086
91109
|
*/
|
|
90087
91110
|
publishingState?: TeamsAppPublishingState | null;
|
|
90088
91111
|
/**
|
|
@@ -90387,7 +91410,7 @@ export interface TeamworkActivityTopic extends AdditionalDataHolder, BackedModel
|
|
|
90387
91410
|
*/
|
|
90388
91411
|
odataType?: string | null;
|
|
90389
91412
|
/**
|
|
90390
|
-
* Type of source.
|
|
91413
|
+
* Type of source. The possible values are: entityUrl, text. For supported Microsoft Graph URLs, use entityUrl. For custom text, use text.
|
|
90391
91414
|
*/
|
|
90392
91415
|
source?: TeamworkActivityTopicSource | null;
|
|
90393
91416
|
/**
|
|
@@ -90402,7 +91425,7 @@ export interface TeamworkActivityTopic extends AdditionalDataHolder, BackedModel
|
|
|
90402
91425
|
export type TeamworkActivityTopicSource = (typeof TeamworkActivityTopicSourceObject)[keyof typeof TeamworkActivityTopicSourceObject];
|
|
90403
91426
|
export interface TeamworkApplicationIdentity extends Identity, Parsable {
|
|
90404
91427
|
/**
|
|
90405
|
-
* Type of application that is referenced.
|
|
91428
|
+
* Type of application that is referenced. The possible values are: aadApplication, bot, tenantBot, office365Connector, outgoingWebhook, and unknownFutureValue.
|
|
90406
91429
|
*/
|
|
90407
91430
|
applicationIdentityType?: TeamworkApplicationIdentityType | null;
|
|
90408
91431
|
}
|
|
@@ -90412,7 +91435,7 @@ export interface TeamworkBot extends Entity, Parsable {
|
|
|
90412
91435
|
export type TeamworkCallEventType = (typeof TeamworkCallEventTypeObject)[keyof typeof TeamworkCallEventTypeObject];
|
|
90413
91436
|
export interface TeamworkConversationIdentity extends Identity, Parsable {
|
|
90414
91437
|
/**
|
|
90415
|
-
* Type of conversation.
|
|
91438
|
+
* Type of conversation. The possible values are: team, channel, chat, and unknownFutureValue.
|
|
90416
91439
|
*/
|
|
90417
91440
|
conversationIdentityType?: TeamworkConversationIdentityType | null;
|
|
90418
91441
|
}
|
|
@@ -90516,7 +91539,7 @@ export interface TeamworkTagMemberCollectionResponse extends BaseCollectionPagin
|
|
|
90516
91539
|
export type TeamworkTagType = (typeof TeamworkTagTypeObject)[keyof typeof TeamworkTagTypeObject];
|
|
90517
91540
|
export interface TeamworkUserIdentity extends Identity, Parsable {
|
|
90518
91541
|
/**
|
|
90519
|
-
* Type of user.
|
|
91542
|
+
* Type of user. The possible values are: aadUser, onPremiseAadUser, anonymousGuest, federatedUser, personalMicrosoftAccountUser, skypeUser, phoneUser, unknownFutureValue and emailUser.
|
|
90520
91543
|
*/
|
|
90521
91544
|
userIdentityType?: TeamworkUserIdentityType | null;
|
|
90522
91545
|
}
|
|
@@ -91023,7 +92046,7 @@ export interface ThreatAssessmentRequest extends Entity, Parsable {
|
|
|
91023
92046
|
*/
|
|
91024
92047
|
category?: ThreatCategory | null;
|
|
91025
92048
|
/**
|
|
91026
|
-
* The content type of threat assessment.
|
|
92049
|
+
* The content type of threat assessment. The possible values are: mail, url, file.
|
|
91027
92050
|
*/
|
|
91028
92051
|
contentType?: ThreatAssessmentContentType | null;
|
|
91029
92052
|
/**
|
|
@@ -91039,7 +92062,7 @@ export interface ThreatAssessmentRequest extends Entity, Parsable {
|
|
|
91039
92062
|
*/
|
|
91040
92063
|
expectedAssessment?: ThreatExpectedAssessment | null;
|
|
91041
92064
|
/**
|
|
91042
|
-
* The source of the threat assessment request.
|
|
92065
|
+
* The source of the threat assessment request. The possible values are: administrator.
|
|
91043
92066
|
*/
|
|
91044
92067
|
requestSource?: ThreatAssessmentRequestSource | null;
|
|
91045
92068
|
/**
|
|
@@ -91047,7 +92070,7 @@ export interface ThreatAssessmentRequest extends Entity, Parsable {
|
|
|
91047
92070
|
*/
|
|
91048
92071
|
results?: ThreatAssessmentResult[] | null;
|
|
91049
92072
|
/**
|
|
91050
|
-
* The assessment process status.
|
|
92073
|
+
* The assessment process status. The possible values are: pending, completed.
|
|
91051
92074
|
*/
|
|
91052
92075
|
status?: ThreatAssessmentStatus | null;
|
|
91053
92076
|
}
|
|
@@ -91068,7 +92091,7 @@ export interface ThreatAssessmentResult extends Entity, Parsable {
|
|
|
91068
92091
|
*/
|
|
91069
92092
|
message?: string | null;
|
|
91070
92093
|
/**
|
|
91071
|
-
* The threat assessment result type.
|
|
92094
|
+
* The threat assessment result type. The possible values are: checkPolicy, rescan.
|
|
91072
92095
|
*/
|
|
91073
92096
|
resultType?: ThreatAssessmentResultType | null;
|
|
91074
92097
|
}
|
|
@@ -91178,7 +92201,7 @@ export interface TimeCard extends ChangeTrackedEntity, Parsable {
|
|
|
91178
92201
|
*/
|
|
91179
92202
|
clockOutEvent?: TimeCardEvent | null;
|
|
91180
92203
|
/**
|
|
91181
|
-
* Indicates whether this timeCard entry is confirmed.
|
|
92204
|
+
* Indicates whether this timeCard entry is confirmed. The possible values are: none, user, manager, unknownFutureValue.
|
|
91182
92205
|
*/
|
|
91183
92206
|
confirmedBy?: ConfirmedBy[] | null;
|
|
91184
92207
|
/**
|
|
@@ -91331,6 +92354,24 @@ export interface TimeOffCollectionResponse extends BaseCollectionPaginationCount
|
|
|
91331
92354
|
*/
|
|
91332
92355
|
value?: TimeOff[] | null;
|
|
91333
92356
|
}
|
|
92357
|
+
export interface TimeOffDetails extends AdditionalDataHolder, BackedModel, Parsable {
|
|
92358
|
+
/**
|
|
92359
|
+
* Stores model information.
|
|
92360
|
+
*/
|
|
92361
|
+
backingStoreEnabled?: boolean | null;
|
|
92362
|
+
/**
|
|
92363
|
+
* Indicates whether the time-off entry spans the entire day.
|
|
92364
|
+
*/
|
|
92365
|
+
isAllDay?: boolean | null;
|
|
92366
|
+
/**
|
|
92367
|
+
* The OdataType property
|
|
92368
|
+
*/
|
|
92369
|
+
odataType?: string | null;
|
|
92370
|
+
/**
|
|
92371
|
+
* The subject or reason for the time-off entry.
|
|
92372
|
+
*/
|
|
92373
|
+
subject?: string | null;
|
|
92374
|
+
}
|
|
91334
92375
|
export interface TimeOffItem extends Parsable, ScheduleEntity {
|
|
91335
92376
|
/**
|
|
91336
92377
|
* ID of the timeOffReason for this timeOffItem. Required.
|
|
@@ -91690,7 +92731,7 @@ export interface ToneInfo extends AdditionalDataHolder, BackedModel, Parsable {
|
|
|
91690
92731
|
}
|
|
91691
92732
|
export interface Training extends Entity, Parsable {
|
|
91692
92733
|
/**
|
|
91693
|
-
* Training availability status.
|
|
92734
|
+
* Training availability status. The possible values are: unknown, notAvailable, available, archive, delete, unknownFutureValue.
|
|
91694
92735
|
*/
|
|
91695
92736
|
availabilityStatus?: TrainingAvailabilityStatus | null;
|
|
91696
92737
|
/**
|
|
@@ -91730,7 +92771,7 @@ export interface Training extends Entity, Parsable {
|
|
|
91730
92771
|
*/
|
|
91731
92772
|
lastModifiedDateTime?: Date | null;
|
|
91732
92773
|
/**
|
|
91733
|
-
* Training content source.
|
|
92774
|
+
* Training content source. The possible values are: unknown, global, tenant, unknownFutureValue.
|
|
91734
92775
|
*/
|
|
91735
92776
|
source?: SimulationContentSource | null;
|
|
91736
92777
|
/**
|
|
@@ -91742,7 +92783,7 @@ export interface Training extends Entity, Parsable {
|
|
|
91742
92783
|
*/
|
|
91743
92784
|
tags?: string[] | null;
|
|
91744
92785
|
/**
|
|
91745
|
-
* The type of training.
|
|
92786
|
+
* The type of training. The possible values are: unknown, phishing, unknownFutureValue.
|
|
91746
92787
|
*/
|
|
91747
92788
|
type?: TrainingType | null;
|
|
91748
92789
|
}
|
|
@@ -91829,7 +92870,7 @@ export interface TrainingNotificationSetting extends EndUserNotificationSetting,
|
|
|
91829
92870
|
}
|
|
91830
92871
|
export interface TrainingReminderNotification extends BaseEndUserNotification, Parsable {
|
|
91831
92872
|
/**
|
|
91832
|
-
* Configurable frequency for the reminder email introduced during simulation creation.
|
|
92873
|
+
* Configurable frequency for the reminder email introduced during simulation creation. The possible values are: unknown, weekly, biWeekly, unknownFutureValue.
|
|
91833
92874
|
*/
|
|
91834
92875
|
deliveryFrequency?: NotificationDeliveryFrequency | null;
|
|
91835
92876
|
}
|
|
@@ -91843,7 +92884,7 @@ export interface TrainingSetting extends AdditionalDataHolder, BackedModel, Pars
|
|
|
91843
92884
|
*/
|
|
91844
92885
|
odataType?: string | null;
|
|
91845
92886
|
/**
|
|
91846
|
-
* Type of setting.
|
|
92887
|
+
* Type of setting. The possible values are: microsoftCustom, microsoftManaged, noTraining, custom, unknownFutureValue.
|
|
91847
92888
|
*/
|
|
91848
92889
|
settingType?: TrainingSettingType | null;
|
|
91849
92890
|
}
|
|
@@ -91878,6 +92919,12 @@ export interface TrendingCollectionResponse extends BaseCollectionPaginationCoun
|
|
|
91878
92919
|
*/
|
|
91879
92920
|
value?: Trending[] | null;
|
|
91880
92921
|
}
|
|
92922
|
+
export interface UnavailablePlaceMode extends Parsable, PlaceMode {
|
|
92923
|
+
/**
|
|
92924
|
+
* The reason a place is marked unavailable.
|
|
92925
|
+
*/
|
|
92926
|
+
reason?: string | null;
|
|
92927
|
+
}
|
|
91881
92928
|
export interface UnifiedApprovalStage extends AdditionalDataHolder, BackedModel, Parsable {
|
|
91882
92929
|
/**
|
|
91883
92930
|
* The number of days that a request can be pending a response before it is automatically denied.
|
|
@@ -92614,7 +93661,7 @@ export interface UnifiedStorageQuota extends Entity, Parsable {
|
|
|
92614
93661
|
}
|
|
92615
93662
|
export interface UnitMap extends BaseMapFeature, Parsable {
|
|
92616
93663
|
/**
|
|
92617
|
-
*
|
|
93664
|
+
* Identifier of the place (such as a room) to which this unitMap belongs.
|
|
92618
93665
|
*/
|
|
92619
93666
|
placeId?: string | null;
|
|
92620
93667
|
}
|
|
@@ -92823,6 +93870,10 @@ export interface User extends DirectoryObject, Parsable {
|
|
|
92823
93870
|
* The user's activities across devices. Read-only. Nullable.
|
|
92824
93871
|
*/
|
|
92825
93872
|
activities?: UserActivity[] | null;
|
|
93873
|
+
/**
|
|
93874
|
+
* Ad hoc calls associated with the user. Read-only. Nullable.
|
|
93875
|
+
*/
|
|
93876
|
+
adhocCalls?: AdhocCall[] | null;
|
|
92826
93877
|
/**
|
|
92827
93878
|
* Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. Returned only on $select. Supports $filter (eq, ne, not, and in).
|
|
92828
93879
|
*/
|
|
@@ -93159,6 +94210,10 @@ export interface User extends DirectoryObject, Parsable {
|
|
|
93159
94210
|
* Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. Returned only on $select. Supports $filter (eq including on null values).
|
|
93160
94211
|
*/
|
|
93161
94212
|
onPremisesSecurityIdentifier?: string | null;
|
|
94213
|
+
/**
|
|
94214
|
+
* The onPremisesSyncBehavior property
|
|
94215
|
+
*/
|
|
94216
|
+
onPremisesSyncBehavior?: OnPremisesSyncBehavior | null;
|
|
93162
94217
|
/**
|
|
93163
94218
|
* true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values).
|
|
93164
94219
|
*/
|
|
@@ -93478,7 +94533,7 @@ export interface UserExperienceAnalyticsAppHealthApplicationPerformance extends
|
|
|
93478
94533
|
*/
|
|
93479
94534
|
appCrashCount?: number | null;
|
|
93480
94535
|
/**
|
|
93481
|
-
* The friendly name of the application.
|
|
94536
|
+
* The friendly name of the application. The possible values are: Outlook, Excel. Supports: $select, $OrderBy. Read-only.
|
|
93482
94537
|
*/
|
|
93483
94538
|
appDisplayName?: string | null;
|
|
93484
94539
|
/**
|
|
@@ -93490,7 +94545,7 @@ export interface UserExperienceAnalyticsAppHealthApplicationPerformance extends
|
|
|
93490
94545
|
*/
|
|
93491
94546
|
appHealthScore?: number | null;
|
|
93492
94547
|
/**
|
|
93493
|
-
* The name of the application.
|
|
94548
|
+
* The name of the application. The possible values are: outlook.exe, excel.exe. Supports: $select, $OrderBy. Read-only.
|
|
93494
94549
|
*/
|
|
93495
94550
|
appName?: string | null;
|
|
93496
94551
|
/**
|
|
@@ -93611,11 +94666,11 @@ export interface UserExperienceAnalyticsAppHealthAppPerformanceByOSVersion exten
|
|
|
93611
94666
|
*/
|
|
93612
94667
|
appCrashCount?: number | null;
|
|
93613
94668
|
/**
|
|
93614
|
-
* The friendly name of the application.
|
|
94669
|
+
* The friendly name of the application. The possible values are: Outlook, Excel. Supports: $select, $OrderBy. Read-only.
|
|
93615
94670
|
*/
|
|
93616
94671
|
appDisplayName?: string | null;
|
|
93617
94672
|
/**
|
|
93618
|
-
* The name of the application.
|
|
94673
|
+
* The name of the application. The possible values are: outlook.exe, excel.exe. Supports: $select, $OrderBy. Read-only.
|
|
93619
94674
|
*/
|
|
93620
94675
|
appName?: string | null;
|
|
93621
94676
|
/**
|
|
@@ -93740,7 +94795,7 @@ export interface UserExperienceAnalyticsAppHealthDevicePerformanceCollectionResp
|
|
|
93740
94795
|
*/
|
|
93741
94796
|
export interface UserExperienceAnalyticsAppHealthDevicePerformanceDetails extends Entity, Parsable {
|
|
93742
94797
|
/**
|
|
93743
|
-
* The friendly name of the application for which the event occurred.
|
|
94798
|
+
* The friendly name of the application for which the event occurred. The possible values are: outlook.exe, excel.exe. Supports: $select, $OrderBy. Read-only.
|
|
93744
94799
|
*/
|
|
93745
94800
|
appDisplayName?: string | null;
|
|
93746
94801
|
/**
|
|
@@ -93748,7 +94803,7 @@ export interface UserExperienceAnalyticsAppHealthDevicePerformanceDetails extend
|
|
|
93748
94803
|
*/
|
|
93749
94804
|
appPublisher?: string | null;
|
|
93750
94805
|
/**
|
|
93751
|
-
* The version of the application.
|
|
94806
|
+
* The version of the application. The possible values are: 1.0.0.1, 75.65.23.9. Supports: $select, $OrderBy. Read-only.
|
|
93752
94807
|
*/
|
|
93753
94808
|
appVersion?: string | null;
|
|
93754
94809
|
/**
|
|
@@ -94907,7 +95962,7 @@ export interface UserRegistrationDetails extends Entity, Parsable {
|
|
|
94907
95962
|
*/
|
|
94908
95963
|
methodsRegistered?: string[] | null;
|
|
94909
95964
|
/**
|
|
94910
|
-
* Collection of authentication methods that the system determined to be the most secure authentication methods among the registered methods for second factor authentication.
|
|
95965
|
+
* Collection of authentication methods that the system determined to be the most secure authentication methods among the registered methods for second factor authentication. The possible values are: push, oath, voiceMobile, voiceAlternateMobile, voiceOffice, sms, none, unknownFutureValue. Supports $filter (any with eq).
|
|
94911
95966
|
*/
|
|
94912
95967
|
systemPreferredAuthenticationMethods?: string[] | null;
|
|
94913
95968
|
/**
|
|
@@ -94915,7 +95970,7 @@ export interface UserRegistrationDetails extends Entity, Parsable {
|
|
|
94915
95970
|
*/
|
|
94916
95971
|
userDisplayName?: string | null;
|
|
94917
95972
|
/**
|
|
94918
|
-
* The method the user selected as the default second-factor for performing multifactor authentication.
|
|
95973
|
+
* The method the user selected as the default second-factor for performing multifactor authentication. The possible values are: push, oath, voiceMobile, voiceAlternateMobile, voiceOffice, sms, none, unknownFutureValue. This property is used as preferred MFA method when isSystemPreferredAuthenticationMethodEnabled is false. Supports $filter (any with eq).
|
|
94919
95974
|
*/
|
|
94920
95975
|
userPreferredMethodForSecondaryAuthentication?: UserDefaultAuthenticationMethod | null;
|
|
94921
95976
|
/**
|
|
@@ -94969,11 +96024,11 @@ export interface UserRegistrationFeatureSummary extends AdditionalDataHolder, Ba
|
|
|
94969
96024
|
*/
|
|
94970
96025
|
userRegistrationFeatureCounts?: UserRegistrationFeatureCount[] | null;
|
|
94971
96026
|
/**
|
|
94972
|
-
* The role type of the user.
|
|
96027
|
+
* The role type of the user. The possible values are: all, privilegedAdmin, admin, user, unknownFutureValue.
|
|
94973
96028
|
*/
|
|
94974
96029
|
userRoles?: IncludedUserRoles | null;
|
|
94975
96030
|
/**
|
|
94976
|
-
* User type.
|
|
96031
|
+
* User type. The possible values are: all, member, guest, unknownFutureValue.
|
|
94977
96032
|
*/
|
|
94978
96033
|
userTypes?: IncludedUserTypes | null;
|
|
94979
96034
|
}
|
|
@@ -95013,11 +96068,11 @@ export interface UserRegistrationMethodSummary extends AdditionalDataHolder, Bac
|
|
|
95013
96068
|
*/
|
|
95014
96069
|
userRegistrationMethodCounts?: UserRegistrationMethodCount[] | null;
|
|
95015
96070
|
/**
|
|
95016
|
-
* The role type of the user.
|
|
96071
|
+
* The role type of the user. The possible values are: all, privilegedAdmin, admin, user, unknownFutureValue.
|
|
95017
96072
|
*/
|
|
95018
96073
|
userRoles?: IncludedUserRoles | null;
|
|
95019
96074
|
/**
|
|
95020
|
-
* User type.
|
|
96075
|
+
* User type. The possible values are: all, member, guest, unknownFutureValue.
|
|
95021
96076
|
*/
|
|
95022
96077
|
userTypes?: IncludedUserTypes | null;
|
|
95023
96078
|
}
|
|
@@ -95053,7 +96108,7 @@ export interface UserSecurityState extends AdditionalDataHolder, BackedModel, Pa
|
|
|
95053
96108
|
*/
|
|
95054
96109
|
domainName?: string | null;
|
|
95055
96110
|
/**
|
|
95056
|
-
* For email-related alerts - user account's email 'role'.
|
|
96111
|
+
* For email-related alerts - user account's email 'role'. The possible values are: unknown, sender, recipient.
|
|
95057
96112
|
*/
|
|
95058
96113
|
emailRole?: EmailRole | null;
|
|
95059
96114
|
/**
|
|
@@ -95077,7 +96132,7 @@ export interface UserSecurityState extends AdditionalDataHolder, BackedModel, Pa
|
|
|
95077
96132
|
*/
|
|
95078
96133
|
logonLocation?: string | null;
|
|
95079
96134
|
/**
|
|
95080
|
-
* Method of user sign in.
|
|
96135
|
+
* Method of user sign in. The possible values are: unknown, interactive, remoteInteractive, network, batch, service.
|
|
95081
96136
|
*/
|
|
95082
96137
|
logonType?: LogonType | null;
|
|
95083
96138
|
/**
|
|
@@ -95093,7 +96148,7 @@ export interface UserSecurityState extends AdditionalDataHolder, BackedModel, Pa
|
|
|
95093
96148
|
*/
|
|
95094
96149
|
riskScore?: string | null;
|
|
95095
96150
|
/**
|
|
95096
|
-
* User account type (group membership), per Windows definition.
|
|
96151
|
+
* User account type (group membership), per Windows definition. The possible values are: unknown, standard, power, administrator.
|
|
95097
96152
|
*/
|
|
95098
96153
|
userAccountType?: UserAccountSecurityType | null;
|
|
95099
96154
|
/**
|
|
@@ -95123,9 +96178,13 @@ export interface UserSettings extends Entity, Parsable {
|
|
|
95123
96178
|
*/
|
|
95124
96179
|
storage?: UserStorage | null;
|
|
95125
96180
|
/**
|
|
95126
|
-
* The
|
|
96181
|
+
* The Windows settings of the user stored in the cloud.
|
|
95127
96182
|
*/
|
|
95128
96183
|
windows?: WindowsSetting[] | null;
|
|
96184
|
+
/**
|
|
96185
|
+
* The user's settings for work hours and location preferences for scheduling and availability management.
|
|
96186
|
+
*/
|
|
96187
|
+
workHoursAndLocations?: WorkHoursAndLocationsSetting | null;
|
|
95129
96188
|
}
|
|
95130
96189
|
export interface UserSignIn extends Parsable, SignInIdentity {
|
|
95131
96190
|
/**
|
|
@@ -95298,7 +96357,7 @@ export interface UserTrainingEventInfo extends AdditionalDataHolder, BackedModel
|
|
|
95298
96357
|
*/
|
|
95299
96358
|
displayName?: string | null;
|
|
95300
96359
|
/**
|
|
95301
|
-
* Latest status of the training assigned to the user.
|
|
96360
|
+
* Latest status of the training assigned to the user. The possible values are: unknown, assigned, inProgress, completed, overdue, unknownFutureValue.
|
|
95302
96361
|
*/
|
|
95303
96362
|
latestTrainingStatus?: TrainingStatus | null;
|
|
95304
96363
|
/**
|
|
@@ -95340,11 +96399,33 @@ export interface UserTrainingStatusInfo extends AdditionalDataHolder, BackedMode
|
|
|
95340
96399
|
*/
|
|
95341
96400
|
odataType?: string | null;
|
|
95342
96401
|
/**
|
|
95343
|
-
* The status of the training assigned to the user.
|
|
96402
|
+
* The status of the training assigned to the user. The possible values are: unknown, assigned, inProgress, completed, overdue, unknownFutureValue.
|
|
95344
96403
|
*/
|
|
95345
96404
|
trainingStatus?: TrainingStatus | null;
|
|
95346
96405
|
}
|
|
95347
96406
|
export type UserType = (typeof UserTypeObject)[keyof typeof UserTypeObject];
|
|
96407
|
+
export interface UserWorkLocation extends AdditionalDataHolder, BackedModel, Parsable {
|
|
96408
|
+
/**
|
|
96409
|
+
* Stores model information.
|
|
96410
|
+
*/
|
|
96411
|
+
backingStoreEnabled?: boolean | null;
|
|
96412
|
+
/**
|
|
96413
|
+
* The OdataType property
|
|
96414
|
+
*/
|
|
96415
|
+
odataType?: string | null;
|
|
96416
|
+
/**
|
|
96417
|
+
* Identifier of the place, if applicable.
|
|
96418
|
+
*/
|
|
96419
|
+
placeId?: string | null;
|
|
96420
|
+
/**
|
|
96421
|
+
* The source property
|
|
96422
|
+
*/
|
|
96423
|
+
source?: WorkLocationSource | null;
|
|
96424
|
+
/**
|
|
96425
|
+
* The workLocationType property
|
|
96426
|
+
*/
|
|
96427
|
+
workLocationType?: WorkLocationType | null;
|
|
96428
|
+
}
|
|
95348
96429
|
export interface VerifiedDomain extends AdditionalDataHolder, BackedModel, Parsable {
|
|
95349
96430
|
/**
|
|
95350
96431
|
* Stores model information.
|
|
@@ -95483,6 +96564,10 @@ export interface VirtualEndpoint extends Entity, Parsable {
|
|
|
95483
96564
|
* A collection of Cloud PC provisioning policies.
|
|
95484
96565
|
*/
|
|
95485
96566
|
provisioningPolicies?: CloudPcProvisioningPolicy[] | null;
|
|
96567
|
+
/**
|
|
96568
|
+
* Cloud PC-related reports. Read-only.
|
|
96569
|
+
*/
|
|
96570
|
+
report?: CloudPcReport | null;
|
|
95486
96571
|
/**
|
|
95487
96572
|
* A collection of Cloud PC user settings.
|
|
95488
96573
|
*/
|
|
@@ -95822,7 +96907,7 @@ export interface VirtualEventsRoot extends Entity, Parsable {
|
|
|
95822
96907
|
export type VirtualEventStatus = (typeof VirtualEventStatusObject)[keyof typeof VirtualEventStatusObject];
|
|
95823
96908
|
export interface VirtualEventTownhall extends Parsable, VirtualEvent {
|
|
95824
96909
|
/**
|
|
95825
|
-
* The audience to whom the town hall is visible.
|
|
96910
|
+
* The audience to whom the town hall is visible. The possible values are: everyone, organization, and unknownFutureValue.
|
|
95826
96911
|
*/
|
|
95827
96912
|
audience?: MeetingAudience | null;
|
|
95828
96913
|
/**
|
|
@@ -95846,7 +96931,7 @@ export interface VirtualEventTownhallCollectionResponse extends BaseCollectionPa
|
|
|
95846
96931
|
}
|
|
95847
96932
|
export interface VirtualEventWebinar extends Parsable, VirtualEvent {
|
|
95848
96933
|
/**
|
|
95849
|
-
* To whom the webinar is visible.
|
|
96934
|
+
* To whom the webinar is visible. The possible values are: everyone, organization, and unknownFutureValue.
|
|
95850
96935
|
*/
|
|
95851
96936
|
audience?: MeetingAudience | null;
|
|
95852
96937
|
/**
|
|
@@ -96304,7 +97389,7 @@ export interface WhatIfAnalysisResult extends ConditionalAccessPolicy, Parsable
|
|
|
96304
97389
|
*/
|
|
96305
97390
|
export interface Win32LobApp extends MobileLobApp, Parsable {
|
|
96306
97391
|
/**
|
|
96307
|
-
* Indicates the Windows architecture(s) this app should be installed on. The app will be treated as not applicable for devices with architectures not matching the selected value. When a non-null value is provided for the allowedArchitectures property, the value of the applicableArchitectures property is set to none.
|
|
97392
|
+
* Indicates the Windows architecture(s) this app should be installed on. The app will be treated as not applicable for devices with architectures not matching the selected value. When a non-null value is provided for the allowedArchitectures property, the value of the applicableArchitectures property is set to none. The possible values are: null, x86, x64, arm64. The possible values are: none, x86, x64, arm, neutral.
|
|
96308
97393
|
*/
|
|
96309
97394
|
allowedArchitectures?: WindowsArchitecture[] | null;
|
|
96310
97395
|
/**
|
|
@@ -96348,7 +97433,7 @@ export interface Win32LobApp extends MobileLobApp, Parsable {
|
|
|
96348
97433
|
*/
|
|
96349
97434
|
returnCodes?: Win32LobAppReturnCode[] | null;
|
|
96350
97435
|
/**
|
|
96351
|
-
* Indicates the detection and requirement rules for this app.
|
|
97436
|
+
* Indicates the detection and requirement rules for this app. The possible values are: Win32LobAppFileSystemRule, Win32LobAppPowerShellScriptRule, Win32LobAppProductCodeRule, Win32LobAppRegistryRule.
|
|
96352
97437
|
*/
|
|
96353
97438
|
rules?: Win32LobAppRule[] | null;
|
|
96354
97439
|
/**
|
|
@@ -96532,7 +97617,7 @@ export interface Win32LobAppPowerShellScriptRule extends Parsable, Win32LobAppRu
|
|
|
96532
97617
|
*/
|
|
96533
97618
|
runAs32Bit?: boolean | null;
|
|
96534
97619
|
/**
|
|
96535
|
-
* The execution context of the script. Do not specify this value if the rule is used for detection. Script detection rules will run in the same context as the associated app install context.
|
|
97620
|
+
* The execution context of the script. Do not specify this value if the rule is used for detection. Script detection rules will run in the same context as the associated app install context. The possible values are: system, user.
|
|
96536
97621
|
*/
|
|
96537
97622
|
runAsAccount?: RunAsAccountType | null;
|
|
96538
97623
|
/**
|
|
@@ -97927,6 +99012,7 @@ export interface Windows10TeamGeneralConfiguration extends DeviceConfiguration,
|
|
|
97927
99012
|
*/
|
|
97928
99013
|
welcomeScreenMeetingInformation?: WelcomeScreenMeetingInformation | null;
|
|
97929
99014
|
}
|
|
99015
|
+
export type Windows365SwitchCompatibilityFailureReasonType = (typeof Windows365SwitchCompatibilityFailureReasonTypeObject)[keyof typeof Windows365SwitchCompatibilityFailureReasonTypeObject];
|
|
97930
99016
|
/**
|
|
97931
99017
|
* This class contains compliance settings for Windows 8.1.
|
|
97932
99018
|
*/
|
|
@@ -98364,7 +99450,7 @@ export interface WindowsDeviceMalwareState extends Entity, Parsable {
|
|
|
98364
99450
|
*/
|
|
98365
99451
|
additionalInformationUrl?: string | null;
|
|
98366
99452
|
/**
|
|
98367
|
-
* Category of the malware.
|
|
99453
|
+
* Category of the malware. The possible values are: invalid, adware, spyware, passwordStealer, trojanDownloader, worm, backdoor, remoteAccessTrojan, trojan, emailFlooder, keylogger, dialer, monitoringSoftware, browserModifier, cookie, browserPlugin, aolExploit, nuker, securityDisabler, jokeProgram, hostileActiveXControl, softwareBundler, stealthNotifier, settingsModifier, toolBar, remoteControlSoftware, trojanFtp, potentialUnwantedSoftware, icqExploit, trojanTelnet, exploit, filesharingProgram, malwareCreationTool, remoteControlSoftware, tool, trojanDenialOfService, trojanDropper, trojanMassMailer, trojanMonitoringSoftware, trojanProxyServer, virus, known, unknown, spp, behavior, vulnerability, policy, enterpriseUnwantedSoftware, ransom, hipsRule.
|
|
98368
99454
|
*/
|
|
98369
99455
|
category?: WindowsMalwareCategory | null;
|
|
98370
99456
|
/**
|
|
@@ -98376,7 +99462,7 @@ export interface WindowsDeviceMalwareState extends Entity, Parsable {
|
|
|
98376
99462
|
*/
|
|
98377
99463
|
displayName?: string | null;
|
|
98378
99464
|
/**
|
|
98379
|
-
* Execution status of the malware like blocked/executing etc.
|
|
99465
|
+
* Execution status of the malware like blocked/executing etc. The possible values are: unknown, blocked, allowed, running, notRunning.
|
|
98380
99466
|
*/
|
|
98381
99467
|
executionState?: WindowsMalwareExecutionState | null;
|
|
98382
99468
|
/**
|
|
@@ -98388,15 +99474,15 @@ export interface WindowsDeviceMalwareState extends Entity, Parsable {
|
|
|
98388
99474
|
*/
|
|
98389
99475
|
lastStateChangeDateTime?: Date | null;
|
|
98390
99476
|
/**
|
|
98391
|
-
* Severity of the malware.
|
|
99477
|
+
* Severity of the malware. The possible values are: unknown, low, moderate, high, severe.
|
|
98392
99478
|
*/
|
|
98393
99479
|
severity?: WindowsMalwareSeverity | null;
|
|
98394
99480
|
/**
|
|
98395
|
-
* Current status of the malware like cleaned/quarantined/allowed etc.
|
|
99481
|
+
* Current status of the malware like cleaned/quarantined/allowed etc. The possible values are: unknown, detected, cleaned, quarantined, removed, allowed, blocked, cleanFailed, quarantineFailed, removeFailed, allowFailed, abandoned, blockFailed.
|
|
98396
99482
|
*/
|
|
98397
99483
|
state?: WindowsMalwareState | null;
|
|
98398
99484
|
/**
|
|
98399
|
-
* Current status of the malware like cleaned/quarantined/allowed etc.
|
|
99485
|
+
* Current status of the malware like cleaned/quarantined/allowed etc. The possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared.
|
|
98400
99486
|
*/
|
|
98401
99487
|
threatState?: WindowsMalwareThreatState | null;
|
|
98402
99488
|
}
|
|
@@ -98483,7 +99569,7 @@ export interface WindowsHelloForBusinessAuthenticationMethod extends Authenticat
|
|
|
98483
99569
|
*/
|
|
98484
99570
|
displayName?: string | null;
|
|
98485
99571
|
/**
|
|
98486
|
-
* Key strength of this Windows Hello for Business key.
|
|
99572
|
+
* Key strength of this Windows Hello for Business key. The possible values are: normal, weak, unknown.
|
|
98487
99573
|
*/
|
|
98488
99574
|
keyStrength?: AuthenticationMethodKeyStrength | null;
|
|
98489
99575
|
}
|
|
@@ -98945,7 +100031,7 @@ export interface WindowsMalwareInformation extends Entity, Parsable {
|
|
|
98945
100031
|
*/
|
|
98946
100032
|
additionalInformationUrl?: string | null;
|
|
98947
100033
|
/**
|
|
98948
|
-
* Category of the malware.
|
|
100034
|
+
* Category of the malware. The possible values are: invalid, adware, spyware, passwordStealer, trojanDownloader, worm, backdoor, remoteAccessTrojan, trojan, emailFlooder, keylogger, dialer, monitoringSoftware, browserModifier, cookie, browserPlugin, aolExploit, nuker, securityDisabler, jokeProgram, hostileActiveXControl, softwareBundler, stealthNotifier, settingsModifier, toolBar, remoteControlSoftware, trojanFtp, potentialUnwantedSoftware, icqExploit, trojanTelnet, exploit, filesharingProgram, malwareCreationTool, remoteControlSoftware, tool, trojanDenialOfService, trojanDropper, trojanMassMailer, trojanMonitoringSoftware, trojanProxyServer, virus, known, unknown, spp, behavior, vulnerability, policy, enterpriseUnwantedSoftware, ransom, hipsRule. default value is invalid. The possible values are: invalid, adware, spyware, passwordStealer, trojanDownloader, worm, backdoor, remoteAccessTrojan, trojan, emailFlooder, keylogger, dialer, monitoringSoftware, browserModifier, cookie, browserPlugin, aolExploit, nuker, securityDisabler, jokeProgram, hostileActiveXControl, softwareBundler, stealthNotifier, settingsModifier, toolBar, remoteControlSoftware, trojanFtp, potentialUnwantedSoftware, icqExploit, trojanTelnet, exploit, filesharingProgram, malwareCreationTool, remoteControlSoftware, tool, trojanDenialOfService, trojanDropper, trojanMassMailer, trojanMonitoringSoftware, trojanProxyServer, virus, known, unknown, spp, behavior, vulnerability, policy, enterpriseUnwantedSoftware, ransom, hipsRule.
|
|
98949
100035
|
*/
|
|
98950
100036
|
category?: WindowsMalwareCategory | null;
|
|
98951
100037
|
/**
|
|
@@ -98961,7 +100047,7 @@ export interface WindowsMalwareInformation extends Entity, Parsable {
|
|
|
98961
100047
|
*/
|
|
98962
100048
|
lastDetectionDateTime?: Date | null;
|
|
98963
100049
|
/**
|
|
98964
|
-
* Severity of the malware.
|
|
100050
|
+
* Severity of the malware. The possible values are: unknown, low, moderate, high, severe. default is unknown. The possible values are: unknown, low, moderate, high, severe.
|
|
98965
100051
|
*/
|
|
98966
100052
|
severity?: WindowsMalwareSeverity | null;
|
|
98967
100053
|
}
|
|
@@ -99371,7 +100457,7 @@ export interface WindowsProtectionState extends Entity, Parsable {
|
|
|
99371
100457
|
*/
|
|
99372
100458
|
detectedMalwareState?: WindowsDeviceMalwareState[] | null;
|
|
99373
100459
|
/**
|
|
99374
|
-
* Indicates device's health state.
|
|
100460
|
+
* Indicates device's health state. The possible values are: clean, fullScanPending, rebootPending, manualStepsPending, offlineScanPending, critical. The possible values are: clean, fullScanPending, rebootPending, manualStepsPending, offlineScanPending, critical.
|
|
99375
100461
|
*/
|
|
99376
100462
|
deviceState?: WindowsDeviceHealthState[] | null;
|
|
99377
100463
|
/**
|
|
@@ -99419,7 +100505,7 @@ export interface WindowsProtectionState extends Entity, Parsable {
|
|
|
99419
100505
|
*/
|
|
99420
100506
|
networkInspectionSystemEnabled?: boolean | null;
|
|
99421
100507
|
/**
|
|
99422
|
-
* Product Status of Windows Defender Antivirus.
|
|
100508
|
+
* Product Status of Windows Defender Antivirus. The possible values are: noStatus, serviceNotRunning, serviceStartedWithoutMalwareProtection, pendingFullScanDueToThreatAction, pendingRebootDueToThreatAction, pendingManualStepsDueToThreatAction, avSignaturesOutOfDate, asSignaturesOutOfDate, noQuickScanHappenedForSpecifiedPeriod, noFullScanHappenedForSpecifiedPeriod, systemInitiatedScanInProgress, systemInitiatedCleanInProgress, samplesPendingSubmission, productRunningInEvaluationMode, productRunningInNonGenuineMode, productExpired, offlineScanRequired, serviceShutdownAsPartOfSystemShutdown, threatRemediationFailedCritically, threatRemediationFailedNonCritically, noStatusFlagsSet, platformOutOfDate, platformUpdateInProgress, platformAboutToBeOutdated, signatureOrPlatformEndOfLifeIsPastOrIsImpending, windowsSModeSignaturesInUseOnNonWin10SInstall. The possible values are: noStatus, serviceNotRunning, serviceStartedWithoutMalwareProtection, pendingFullScanDueToThreatAction, pendingRebootDueToThreatAction, pendingManualStepsDueToThreatAction, avSignaturesOutOfDate, asSignaturesOutOfDate, noQuickScanHappenedForSpecifiedPeriod, noFullScanHappenedForSpecifiedPeriod, systemInitiatedScanInProgress, systemInitiatedCleanInProgress, samplesPendingSubmission, productRunningInEvaluationMode, productRunningInNonGenuineMode, productExpired, offlineScanRequired, serviceShutdownAsPartOfSystemShutdown, threatRemediationFailedCritically, threatRemediationFailedNonCritically, noStatusFlagsSet, platformOutOfDate, platformUpdateInProgress, platformAboutToBeOutdated, signatureOrPlatformEndOfLifeIsPastOrIsImpending, windowsSModeSignaturesInUseOnNonWin10SInstall.
|
|
99423
100509
|
*/
|
|
99424
100510
|
productStatus?: WindowsDefenderProductStatus[] | null;
|
|
99425
100511
|
/**
|
|
@@ -99655,7 +100741,7 @@ export interface WindowsUpdateForBusinessConfiguration extends DeviceConfigurati
|
|
|
99655
100741
|
*/
|
|
99656
100742
|
featureUpdatesWillBeRolledBack?: boolean | null;
|
|
99657
100743
|
/**
|
|
99658
|
-
* The Installation Schedule.
|
|
100744
|
+
* The Installation Schedule. The possible values are: ActiveHoursStart, ActiveHoursEnd, ScheduledInstallDay, ScheduledInstallTime. Returned by default. Query parameters are not supported.
|
|
99659
100745
|
*/
|
|
99660
100746
|
installationSchedule?: WindowsUpdateInstallScheduleType | null;
|
|
99661
100747
|
/**
|
|
@@ -99711,7 +100797,7 @@ export interface WindowsUpdateForBusinessConfiguration extends DeviceConfigurati
|
|
|
99711
100797
|
*/
|
|
99712
100798
|
updateNotificationLevel?: WindowsUpdateNotificationDisplayOption | null;
|
|
99713
100799
|
/**
|
|
99714
|
-
* Schedule the update installation on the weeks of the month.
|
|
100800
|
+
* Schedule the update installation on the weeks of the month. The possible values are: UserDefined, FirstWeek, SecondWeek, ThirdWeek, FourthWeek, EveryWeek. Returned by default. Query parameters are not supported. The possible values are: userDefined, firstWeek, secondWeek, thirdWeek, fourthWeek, everyWeek, unknownFutureValue.
|
|
99715
100801
|
*/
|
|
99716
100802
|
updateWeeks?: WindowsUpdateForBusinessUpdateWeeks[] | null;
|
|
99717
100803
|
/**
|
|
@@ -99795,7 +100881,7 @@ export interface Workbook extends Entity, Parsable {
|
|
|
99795
100881
|
}
|
|
99796
100882
|
export interface WorkbookApplication extends Entity, Parsable {
|
|
99797
100883
|
/**
|
|
99798
|
-
* Returns the calculation mode used in the workbook.
|
|
100884
|
+
* Returns the calculation mode used in the workbook. The possible values are: Automatic, AutomaticExceptTables, Manual.
|
|
99799
100885
|
*/
|
|
99800
100886
|
calculationMode?: string | null;
|
|
99801
100887
|
}
|
|
@@ -100287,7 +101373,7 @@ export interface WorkbookNamedItem extends Entity, Parsable {
|
|
|
100287
101373
|
*/
|
|
100288
101374
|
scope?: string | null;
|
|
100289
101375
|
/**
|
|
100290
|
-
* The type of reference is associated with the name.
|
|
101376
|
+
* The type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only.
|
|
100291
101377
|
*/
|
|
100292
101378
|
type?: string | null;
|
|
100293
101379
|
/**
|
|
@@ -100518,7 +101604,7 @@ export interface WorkbookRangeFormat extends Entity, Parsable {
|
|
|
100518
101604
|
*/
|
|
100519
101605
|
font?: WorkbookRangeFont | null;
|
|
100520
101606
|
/**
|
|
100521
|
-
* The horizontal alignment for the specified object.
|
|
101607
|
+
* The horizontal alignment for the specified object. The possible values are: General, Left, Center, Right, Fill, Justify, CenterAcrossSelection, Distributed.
|
|
100522
101608
|
*/
|
|
100523
101609
|
horizontalAlignment?: string | null;
|
|
100524
101610
|
/**
|
|
@@ -100530,7 +101616,7 @@ export interface WorkbookRangeFormat extends Entity, Parsable {
|
|
|
100530
101616
|
*/
|
|
100531
101617
|
rowHeight?: number | null;
|
|
100532
101618
|
/**
|
|
100533
|
-
* The vertical alignment for the specified object.
|
|
101619
|
+
* The vertical alignment for the specified object. The possible values are: Top, Center, Bottom, Justify, Distributed.
|
|
100534
101620
|
*/
|
|
100535
101621
|
verticalAlignment?: string | null;
|
|
100536
101622
|
/**
|
|
@@ -100692,7 +101778,7 @@ export interface WorkbookTable extends Entity, Parsable {
|
|
|
100692
101778
|
*/
|
|
100693
101779
|
sort?: WorkbookTableSort | null;
|
|
100694
101780
|
/**
|
|
100695
|
-
* A constant value that represents the Table style.
|
|
101781
|
+
* A constant value that represents the Table style. The possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.
|
|
100696
101782
|
*/
|
|
100697
101783
|
style?: string | null;
|
|
100698
101784
|
/**
|
|
@@ -100874,7 +101960,7 @@ export interface WorkforceIntegration extends ChangeTrackedEntity, Parsable {
|
|
|
100874
101960
|
*/
|
|
100875
101961
|
displayName?: string | null;
|
|
100876
101962
|
/**
|
|
100877
|
-
* Support to view eligibility-filtered results.
|
|
101963
|
+
* Support to view eligibility-filtered results. The possible values are: none, swapRequest, offerShiftRequest, unknownFutureValue, timeOffReason. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: timeOffReason.
|
|
100878
101964
|
*/
|
|
100879
101965
|
eligibilityFilteringEnabledEntities?: EligibilityFilteringEnabledEntities[] | null;
|
|
100880
101966
|
/**
|
|
@@ -100886,7 +101972,7 @@ export interface WorkforceIntegration extends ChangeTrackedEntity, Parsable {
|
|
|
100886
101972
|
*/
|
|
100887
101973
|
isActive?: boolean | null;
|
|
100888
101974
|
/**
|
|
100889
|
-
* The Shifts entities supported for synchronous change notifications. Shifts call back to the provided URL when client changes occur to the entities specified in this property. By default, no entities are supported for change notifications.
|
|
101975
|
+
* The Shifts entities supported for synchronous change notifications. Shifts call back to the provided URL when client changes occur to the entities specified in this property. By default, no entities are supported for change notifications. The possible values are: none, shift, swapRequest, userShiftPreferences, openShift, openShiftRequest, offerShiftRequest, unknownFutureValue, timeCard, timeOffReason, timeOff, timeOffRequest. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: timeCard , timeOffReason , timeOff , timeOffRequest.
|
|
100890
101976
|
*/
|
|
100891
101977
|
supportedEntities?: WorkforceIntegrationSupportedEntities[] | null;
|
|
100892
101978
|
/**
|
|
@@ -100910,7 +101996,7 @@ export interface WorkforceIntegrationEncryption extends AdditionalDataHolder, Ba
|
|
|
100910
101996
|
*/
|
|
100911
101997
|
odataType?: string | null;
|
|
100912
101998
|
/**
|
|
100913
|
-
*
|
|
101999
|
+
* The possible values are: sharedSecret, unknownFutureValue.
|
|
100914
102000
|
*/
|
|
100915
102001
|
protocol?: WorkforceIntegrationEncryptionProtocol | null;
|
|
100916
102002
|
/**
|
|
@@ -100920,6 +102006,20 @@ export interface WorkforceIntegrationEncryption extends AdditionalDataHolder, Ba
|
|
|
100920
102006
|
}
|
|
100921
102007
|
export type WorkforceIntegrationEncryptionProtocol = (typeof WorkforceIntegrationEncryptionProtocolObject)[keyof typeof WorkforceIntegrationEncryptionProtocolObject];
|
|
100922
102008
|
export type WorkforceIntegrationSupportedEntities = (typeof WorkforceIntegrationSupportedEntitiesObject)[keyof typeof WorkforceIntegrationSupportedEntitiesObject];
|
|
102009
|
+
export interface WorkHoursAndLocationsSetting extends Entity, Parsable {
|
|
102010
|
+
/**
|
|
102011
|
+
* The maxSharedWorkLocationDetails property
|
|
102012
|
+
*/
|
|
102013
|
+
maxSharedWorkLocationDetails?: MaxWorkLocationDetails | null;
|
|
102014
|
+
/**
|
|
102015
|
+
* Collection of work plan occurrences.
|
|
102016
|
+
*/
|
|
102017
|
+
occurrences?: WorkPlanOccurrence[] | null;
|
|
102018
|
+
/**
|
|
102019
|
+
* Collection of recurring work plans defined by the user.
|
|
102020
|
+
*/
|
|
102021
|
+
recurrences?: WorkPlanRecurrence[] | null;
|
|
102022
|
+
}
|
|
100923
102023
|
export interface WorkingHours extends AdditionalDataHolder, BackedModel, Parsable {
|
|
100924
102024
|
/**
|
|
100925
102025
|
* Stores model information.
|
|
@@ -100948,27 +102048,94 @@ export interface WorkingHours extends AdditionalDataHolder, BackedModel, Parsabl
|
|
|
100948
102048
|
}
|
|
100949
102049
|
export interface WorkingTimeSchedule extends Entity, Parsable {
|
|
100950
102050
|
}
|
|
102051
|
+
export type WorkLocationSource = (typeof WorkLocationSourceObject)[keyof typeof WorkLocationSourceObject];
|
|
102052
|
+
export type WorkLocationType = (typeof WorkLocationTypeObject)[keyof typeof WorkLocationTypeObject];
|
|
102053
|
+
export type WorkLocationUpdateScope = (typeof WorkLocationUpdateScopeObject)[keyof typeof WorkLocationUpdateScopeObject];
|
|
102054
|
+
export interface WorkPlanOccurrence extends Entity, Parsable {
|
|
102055
|
+
/**
|
|
102056
|
+
* The end property
|
|
102057
|
+
*/
|
|
102058
|
+
end?: DateTimeTimeZone | null;
|
|
102059
|
+
/**
|
|
102060
|
+
* Identifier of a place from the Microsoft Graph Places Directory API. Only applicable when workLocationType is set to office.
|
|
102061
|
+
*/
|
|
102062
|
+
placeId?: string | null;
|
|
102063
|
+
/**
|
|
102064
|
+
* The identifier of the parent recurrence pattern that generated this occurrence. The value is null for time-off occurrences because they don't have a parent recurrence.
|
|
102065
|
+
*/
|
|
102066
|
+
recurrenceId?: string | null;
|
|
102067
|
+
/**
|
|
102068
|
+
* The start property
|
|
102069
|
+
*/
|
|
102070
|
+
start?: DateTimeTimeZone | null;
|
|
102071
|
+
/**
|
|
102072
|
+
* The details about the time off. Only applicable when workLocationType is set to timeOff.
|
|
102073
|
+
*/
|
|
102074
|
+
timeOffDetails?: TimeOffDetails | null;
|
|
102075
|
+
/**
|
|
102076
|
+
* The workLocationType property
|
|
102077
|
+
*/
|
|
102078
|
+
workLocationType?: WorkLocationType | null;
|
|
102079
|
+
}
|
|
102080
|
+
export interface WorkPlanOccurrenceCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
|
|
102081
|
+
/**
|
|
102082
|
+
* The value property
|
|
102083
|
+
*/
|
|
102084
|
+
value?: WorkPlanOccurrence[] | null;
|
|
102085
|
+
}
|
|
102086
|
+
export interface WorkPlanRecurrence extends Entity, Parsable {
|
|
102087
|
+
/**
|
|
102088
|
+
* The end property
|
|
102089
|
+
*/
|
|
102090
|
+
end?: DateTimeTimeZone | null;
|
|
102091
|
+
/**
|
|
102092
|
+
* Identifier of a place from the Microsoft Graph Places Directory API. Only applicable when workLocationType is set to office.
|
|
102093
|
+
*/
|
|
102094
|
+
placeId?: string | null;
|
|
102095
|
+
/**
|
|
102096
|
+
* The recurrence property
|
|
102097
|
+
*/
|
|
102098
|
+
recurrence?: PatternedRecurrence | null;
|
|
102099
|
+
/**
|
|
102100
|
+
* The start property
|
|
102101
|
+
*/
|
|
102102
|
+
start?: DateTimeTimeZone | null;
|
|
102103
|
+
/**
|
|
102104
|
+
* The workLocationType property
|
|
102105
|
+
*/
|
|
102106
|
+
workLocationType?: WorkLocationType | null;
|
|
102107
|
+
}
|
|
102108
|
+
export interface WorkPlanRecurrenceCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
|
|
102109
|
+
/**
|
|
102110
|
+
* The value property
|
|
102111
|
+
*/
|
|
102112
|
+
value?: WorkPlanRecurrence[] | null;
|
|
102113
|
+
}
|
|
100951
102114
|
export interface Workspace extends Parsable, Place {
|
|
100952
102115
|
/**
|
|
100953
|
-
* The
|
|
102116
|
+
* The maximum number of individual desks within a workspace.
|
|
100954
102117
|
*/
|
|
100955
102118
|
capacity?: number | null;
|
|
100956
102119
|
/**
|
|
100957
|
-
* The
|
|
102120
|
+
* The name of the display device (for example, monitor or projector) that is available in the workspace.
|
|
100958
102121
|
*/
|
|
100959
102122
|
displayDeviceName?: string | null;
|
|
100960
102123
|
/**
|
|
100961
|
-
* The
|
|
102124
|
+
* The email address that is associated with the workspace. This email address is used for booking.
|
|
100962
102125
|
*/
|
|
100963
102126
|
emailAddress?: string | null;
|
|
100964
102127
|
/**
|
|
100965
|
-
* The mode
|
|
102128
|
+
* The mode for a workspace. The supported modes are:reservablePlaceMode - Workspaces that can be booked in advance using desk pool reservation tools.dropInPlaceMode - First come, first served desks. When you plug into a peripheral on one of these desks in the workspace, the desk is booked for you, assuming that the peripheral has been associated with the desk in the Microsoft Teams Rooms pro management portal.unavailablePlaceMode - Workspaces that are taken down for maintenance or marked as not reservable.
|
|
100966
102129
|
*/
|
|
100967
102130
|
mode?: PlaceMode | null;
|
|
100968
102131
|
/**
|
|
100969
|
-
*
|
|
102132
|
+
* A short, friendly name for the workspace, often used for easier identification or display in the UI.
|
|
100970
102133
|
*/
|
|
100971
102134
|
nickname?: string | null;
|
|
102135
|
+
/**
|
|
102136
|
+
* An alternative immutable unique identifier of the workspace. Read-only.
|
|
102137
|
+
*/
|
|
102138
|
+
placeId?: string | null;
|
|
100972
102139
|
}
|
|
100973
102140
|
export interface WorkspaceCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
|
|
100974
102141
|
/**
|
|
@@ -101286,6 +102453,7 @@ export declare const AllowedTargetScopeObject: {
|
|
|
101286
102453
|
readonly AllDirectoryServicePrincipals: "allDirectoryServicePrincipals";
|
|
101287
102454
|
readonly AllConfiguredConnectedOrganizationUsers: "allConfiguredConnectedOrganizationUsers";
|
|
101288
102455
|
readonly AllExternalUsers: "allExternalUsers";
|
|
102456
|
+
readonly AllDirectoryAgentIdentities: "allDirectoryAgentIdentities";
|
|
101289
102457
|
readonly UnknownFutureValue: "unknownFutureValue";
|
|
101290
102458
|
};
|
|
101291
102459
|
export declare const AllowInvitesFromObject: {
|
|
@@ -102227,6 +103395,11 @@ export declare const CloudPcOnPremisesConnectionTypeObject: {
|
|
|
102227
103395
|
readonly AzureADJoin: "azureADJoin";
|
|
102228
103396
|
readonly UnknownFutureValue: "unknownFutureValue";
|
|
102229
103397
|
};
|
|
103398
|
+
export declare const CloudPcOperatingSystemObject: {
|
|
103399
|
+
readonly Windows10: "windows10";
|
|
103400
|
+
readonly Windows11: "windows11";
|
|
103401
|
+
readonly UnknownFutureValue: "unknownFutureValue";
|
|
103402
|
+
};
|
|
102230
103403
|
export declare const CloudPcProvisioningPolicyImageTypeObject: {
|
|
102231
103404
|
readonly Gallery: "gallery";
|
|
102232
103405
|
readonly Custom: "custom";
|
|
@@ -102237,6 +103410,10 @@ export declare const CloudPcProvisioningTypeObject: {
|
|
|
102237
103410
|
readonly Shared: "shared";
|
|
102238
103411
|
readonly UnknownFutureValue: "unknownFutureValue";
|
|
102239
103412
|
};
|
|
103413
|
+
export declare const CloudPcRecommendationReportTypeObject: {
|
|
103414
|
+
readonly CloudPcUsageCategoryReport: "cloudPcUsageCategoryReport";
|
|
103415
|
+
readonly UnknownFutureValue: "unknownFutureValue";
|
|
103416
|
+
};
|
|
102240
103417
|
export declare const CloudPcRegionGroupObject: {
|
|
102241
103418
|
readonly DefaultEscaped: "default";
|
|
102242
103419
|
readonly Australia: "australia";
|
|
@@ -102269,6 +103446,11 @@ export declare const CloudPcRestorePointFrequencyTypeObject: {
|
|
|
102269
103446
|
readonly TwentyFourHours: "twentyFourHours";
|
|
102270
103447
|
readonly UnknownFutureValue: "unknownFutureValue";
|
|
102271
103448
|
};
|
|
103449
|
+
export declare const CloudPcUserAccountTypeObject: {
|
|
103450
|
+
readonly StandardUser: "standardUser";
|
|
103451
|
+
readonly Administrator: "administrator";
|
|
103452
|
+
readonly UnknownFutureValue: "unknownFutureValue";
|
|
103453
|
+
};
|
|
102272
103454
|
export declare const CoachmarkLocationTypeObject: {
|
|
102273
103455
|
readonly Unknown: "unknown";
|
|
102274
103456
|
readonly FromEmail: "fromEmail";
|
|
@@ -103387,11 +104569,49 @@ export declare const FileHashTypeObject: {
|
|
|
103387
104569
|
readonly Ctph: "ctph";
|
|
103388
104570
|
readonly UnknownFutureValue: "unknownFutureValue";
|
|
103389
104571
|
};
|
|
104572
|
+
export declare const FileStorageContainerBillingClassificationObject: {
|
|
104573
|
+
readonly Standard: "standard";
|
|
104574
|
+
readonly Trial: "trial";
|
|
104575
|
+
readonly DirectToCustomer: "directToCustomer";
|
|
104576
|
+
readonly UnknownFutureValue: "unknownFutureValue";
|
|
104577
|
+
};
|
|
104578
|
+
export declare const FileStorageContainerBillingStatusObject: {
|
|
104579
|
+
readonly Invalid: "invalid";
|
|
104580
|
+
readonly Valid: "valid";
|
|
104581
|
+
readonly UnknownFutureValue: "unknownFutureValue";
|
|
104582
|
+
};
|
|
103390
104583
|
export declare const FileStorageContainerStatusObject: {
|
|
103391
104584
|
readonly Inactive: "inactive";
|
|
103392
104585
|
readonly Active: "active";
|
|
103393
104586
|
readonly UnknownFutureValue: "unknownFutureValue";
|
|
103394
104587
|
};
|
|
104588
|
+
export declare const FileStorageContainerTypeAppPermissionObject: {
|
|
104589
|
+
readonly None: "none";
|
|
104590
|
+
readonly ReadContent: "readContent";
|
|
104591
|
+
readonly WriteContent: "writeContent";
|
|
104592
|
+
readonly ManageContent: "manageContent";
|
|
104593
|
+
readonly Create: "create";
|
|
104594
|
+
readonly Delete: "delete";
|
|
104595
|
+
readonly Read: "read";
|
|
104596
|
+
readonly Write: "write";
|
|
104597
|
+
readonly EnumeratePermissions: "enumeratePermissions";
|
|
104598
|
+
readonly AddPermissions: "addPermissions";
|
|
104599
|
+
readonly UpdatePermissions: "updatePermissions";
|
|
104600
|
+
readonly DeletePermissions: "deletePermissions";
|
|
104601
|
+
readonly DeleteOwnPermission: "deleteOwnPermission";
|
|
104602
|
+
readonly ManagePermissions: "managePermissions";
|
|
104603
|
+
readonly Full: "full";
|
|
104604
|
+
readonly UnknownFutureValue: "unknownFutureValue";
|
|
104605
|
+
};
|
|
104606
|
+
export declare const FileStorageContainerTypeSettingsOverrideObject: {
|
|
104607
|
+
readonly UrlTemplate: "urlTemplate";
|
|
104608
|
+
readonly IsDiscoverabilityEnabled: "isDiscoverabilityEnabled";
|
|
104609
|
+
readonly IsSearchEnabled: "isSearchEnabled";
|
|
104610
|
+
readonly IsItemVersioningEnabled: "isItemVersioningEnabled";
|
|
104611
|
+
readonly ItemMajorVersionLimit: "itemMajorVersionLimit";
|
|
104612
|
+
readonly MaxStoragePerContainerInBytes: "maxStoragePerContainerInBytes";
|
|
104613
|
+
readonly UnknownFutureValue: "unknownFutureValue";
|
|
104614
|
+
};
|
|
103395
104615
|
export declare const FilterModeObject: {
|
|
103396
104616
|
readonly Include: "include";
|
|
103397
104617
|
readonly Exclude: "exclude";
|
|
@@ -103908,6 +105128,13 @@ export declare const ManagementStateObject: {
|
|
|
103908
105128
|
/** Evolvable enumeration sentinel value. Do not use. */
|
|
103909
105129
|
readonly UnknownFutureValue: "unknownFutureValue";
|
|
103910
105130
|
};
|
|
105131
|
+
export declare const MaxWorkLocationDetailsObject: {
|
|
105132
|
+
readonly Unknown: "unknown";
|
|
105133
|
+
readonly None: "none";
|
|
105134
|
+
readonly Approximate: "approximate";
|
|
105135
|
+
readonly Specific: "specific";
|
|
105136
|
+
readonly UnknownFutureValue: "unknownFutureValue";
|
|
105137
|
+
};
|
|
103911
105138
|
/**
|
|
103912
105139
|
* App configuration key types.
|
|
103913
105140
|
*/
|
|
@@ -104481,6 +105708,12 @@ export declare const PhoneTypeObject: {
|
|
|
104481
105708
|
readonly Pager: "pager";
|
|
104482
105709
|
readonly Radio: "radio";
|
|
104483
105710
|
};
|
|
105711
|
+
export declare const PlaceFeatureEnablementObject: {
|
|
105712
|
+
readonly Unknown: "unknown";
|
|
105713
|
+
readonly Enabled: "enabled";
|
|
105714
|
+
readonly Disabled: "disabled";
|
|
105715
|
+
readonly UnknownFutureValue: "unknownFutureValue";
|
|
105716
|
+
};
|
|
104484
105717
|
export declare const PlannerContainerTypeObject: {
|
|
104485
105718
|
readonly Group: "group";
|
|
104486
105719
|
readonly UnknownFutureValue: "unknownFutureValue";
|
|
@@ -107617,6 +108850,11 @@ export declare const Windows10EditionTypeObject: {
|
|
|
107617
108850
|
/** Windows 10 Professional for Workstations N */
|
|
107618
108851
|
readonly Windows10ProfessionalWorkstationN: "windows10ProfessionalWorkstationN";
|
|
107619
108852
|
};
|
|
108853
|
+
export declare const Windows365SwitchCompatibilityFailureReasonTypeObject: {
|
|
108854
|
+
readonly OsVersionNotSupported: "osVersionNotSupported";
|
|
108855
|
+
readonly HardwareNotSupported: "hardwareNotSupported";
|
|
108856
|
+
readonly UnknownFutureValue: "unknownFutureValue";
|
|
108857
|
+
};
|
|
107620
108858
|
/**
|
|
107621
108859
|
* Contains properties for Windows architecture.
|
|
107622
108860
|
*/
|
|
@@ -108124,6 +109362,25 @@ export declare const WorkforceIntegrationSupportedEntitiesObject: {
|
|
|
108124
109362
|
readonly TimeOff: "timeOff";
|
|
108125
109363
|
readonly TimeOffRequest: "timeOffRequest";
|
|
108126
109364
|
};
|
|
109365
|
+
export declare const WorkLocationSourceObject: {
|
|
109366
|
+
readonly None: "none";
|
|
109367
|
+
readonly Manual: "manual";
|
|
109368
|
+
readonly Scheduled: "scheduled";
|
|
109369
|
+
readonly Automatic: "automatic";
|
|
109370
|
+
readonly UnknownFutureValue: "unknownFutureValue";
|
|
109371
|
+
};
|
|
109372
|
+
export declare const WorkLocationTypeObject: {
|
|
109373
|
+
readonly Unspecified: "unspecified";
|
|
109374
|
+
readonly Office: "office";
|
|
109375
|
+
readonly Remote: "remote";
|
|
109376
|
+
readonly TimeOff: "timeOff";
|
|
109377
|
+
readonly UnknownFutureValue: "unknownFutureValue";
|
|
109378
|
+
};
|
|
109379
|
+
export declare const WorkLocationUpdateScopeObject: {
|
|
109380
|
+
readonly CurrentSegment: "currentSegment";
|
|
109381
|
+
readonly CurrentDay: "currentDay";
|
|
109382
|
+
readonly UnknownFutureValue: "unknownFutureValue";
|
|
109383
|
+
};
|
|
108127
109384
|
export declare const X509CertificateAffinityLevelObject: {
|
|
108128
109385
|
readonly Low: "low";
|
|
108129
109386
|
readonly High: "high";
|