@microsoft/msgraph-sdk 1.0.0-preview.63 → 1.0.0-preview.65
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.js.map +1 -1
- package/models/externalConnectors/index.js.map +1 -1
- package/models/identityGovernance/index.js.map +1 -1
- package/models/index.d.ts +237 -4
- package/models/index.d.ts.map +1 -1
- package/models/index.js +236 -8
- package/models/index.js.map +1 -1
- package/models/partners/billing/index.js.map +1 -1
- package/models/search/index.js.map +1 -1
- package/models/security/index.d.ts +8282 -2009
- package/models/security/index.d.ts.map +1 -1
- package/models/security/index.js +14296 -3961
- package/models/security/index.js.map +1 -1
- package/package.json +2 -2
- package/tsconfig.tsbuildinfo +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
package/models/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { type CallRecord } from './callRecords/index.js';
|
|
|
2
2
|
import { type LifecycleWorkflowsContainer, type Workflow } from './identityGovernance/index.js';
|
|
3
3
|
import { type Billing } from './partners/billing/index.js';
|
|
4
4
|
import { type Acronym, type Bookmark, type Qna } from './search/index.js';
|
|
5
|
-
import { BehaviorDuringRetentionPeriod, type CasesRoot, type IdentityContainer as I2b88f0c27d7fd9c000e7e4e78cc3161590db07c518949b504f8a27680ed1200f, type Incident, type LabelsRoot, type ThreatIntelligence, type TriggersRoot, type TriggerTypesRoot } from './security/index.js';
|
|
5
|
+
import { BehaviorDuringRetentionPeriod, type AuditCoreRoot, type CasesRoot, type IdentityContainer as I2b88f0c27d7fd9c000e7e4e78cc3161590db07c518949b504f8a27680ed1200f, type Incident, type LabelsRoot, type ThreatIntelligence, type TriggersRoot, type TriggerTypesRoot } from './security/index.js';
|
|
6
6
|
import { type Set, type Store, type Term } from './termStore/index.js';
|
|
7
7
|
import { type AdditionalDataHolder, type BackedModel, type DateOnly, type Duration, type Guid, type Parsable, type ParseNode, type SerializationWriter, type TimeOnly, type UntypedNode } from '@microsoft/kiota-abstractions';
|
|
8
8
|
export interface AadUserConversationMember extends ConversationMember, Parsable {
|
|
@@ -10475,6 +10475,28 @@ export interface ComplianceManagementPartnerCollectionResponse extends BaseColle
|
|
|
10475
10475
|
}
|
|
10476
10476
|
export type ComplianceState = (typeof ComplianceStateObject)[keyof typeof ComplianceStateObject];
|
|
10477
10477
|
export type ComplianceStatus = (typeof ComplianceStatusObject)[keyof typeof ComplianceStatusObject];
|
|
10478
|
+
export interface ComputeRightsAndInheritanceResult extends AdditionalDataHolder, BackedModel, Parsable {
|
|
10479
|
+
/**
|
|
10480
|
+
* Stores model information.
|
|
10481
|
+
*/
|
|
10482
|
+
backingStoreEnabled?: boolean | null;
|
|
10483
|
+
/**
|
|
10484
|
+
* The contentRights property
|
|
10485
|
+
*/
|
|
10486
|
+
contentRights?: LabelContentRight[] | null;
|
|
10487
|
+
/**
|
|
10488
|
+
* The inheritedLabel property
|
|
10489
|
+
*/
|
|
10490
|
+
inheritedLabel?: SensitivityLabel | null;
|
|
10491
|
+
/**
|
|
10492
|
+
* The OdataType property
|
|
10493
|
+
*/
|
|
10494
|
+
odataType?: string | null;
|
|
10495
|
+
/**
|
|
10496
|
+
* The sensitivityLabels property
|
|
10497
|
+
*/
|
|
10498
|
+
sensitivityLabels?: SensitivityLabel[] | null;
|
|
10499
|
+
}
|
|
10478
10500
|
export interface ConditionalAccessAllExternalTenants extends ConditionalAccessExternalTenants, Parsable {
|
|
10479
10501
|
}
|
|
10480
10502
|
export interface ConditionalAccessApplications extends AdditionalDataHolder, BackedModel, Parsable {
|
|
@@ -10871,6 +10893,10 @@ export interface ConditionalAccessSessionControls extends AdditionalDataHolder,
|
|
|
10871
10893
|
* Session control to define whether to persist cookies or not. All apps should be selected for this session control to work correctly.
|
|
10872
10894
|
*/
|
|
10873
10895
|
persistentBrowser?: PersistentBrowserSessionControl | null;
|
|
10896
|
+
/**
|
|
10897
|
+
* The secureSignInSession property
|
|
10898
|
+
*/
|
|
10899
|
+
secureSignInSession?: SecureSignInSessionControl | null;
|
|
10874
10900
|
/**
|
|
10875
10901
|
* Session control to enforce signin frequency.
|
|
10876
10902
|
*/
|
|
@@ -14710,6 +14736,12 @@ export declare function createComplianceManagementPartnerCollectionResponseFromD
|
|
|
14710
14736
|
* @returns {ComplianceManagementPartner}
|
|
14711
14737
|
*/
|
|
14712
14738
|
export declare function createComplianceManagementPartnerFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
14739
|
+
/**
|
|
14740
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
14741
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
14742
|
+
* @returns {ComputeRightsAndInheritanceResult}
|
|
14743
|
+
*/
|
|
14744
|
+
export declare function createComputeRightsAndInheritanceResultFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
14713
14745
|
/**
|
|
14714
14746
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
14715
14747
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -21136,6 +21168,12 @@ export declare function createPronounsSettingsFromDiscriminatorValue(parseNode:
|
|
|
21136
21168
|
* @returns {ProtectedApplicationMetadata}
|
|
21137
21169
|
*/
|
|
21138
21170
|
export declare function createProtectedApplicationMetadataFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
21171
|
+
/**
|
|
21172
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
21173
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
21174
|
+
* @returns {ProtectedContent}
|
|
21175
|
+
*/
|
|
21176
|
+
export declare function createProtectedContentFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
21139
21177
|
/**
|
|
21140
21178
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
21141
21179
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -22072,6 +22110,12 @@ export declare function createSecureScoreControlStateUpdateFromDiscriminatorValu
|
|
|
22072
22110
|
* @returns {SecureScore}
|
|
22073
22111
|
*/
|
|
22074
22112
|
export declare function createSecureScoreFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
22113
|
+
/**
|
|
22114
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
22115
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
22116
|
+
* @returns {SecureSignInSessionControl}
|
|
22117
|
+
*/
|
|
22118
|
+
export declare function createSecureSignInSessionControlFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
22075
22119
|
/**
|
|
22076
22120
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
22077
22121
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -22120,6 +22164,18 @@ export declare function createSendDtmfTonesOperationFromDiscriminatorValue(parse
|
|
|
22120
22164
|
* @returns {SensitivityLabelAssignment}
|
|
22121
22165
|
*/
|
|
22122
22166
|
export declare function createSensitivityLabelAssignmentFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
22167
|
+
/**
|
|
22168
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
22169
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
22170
|
+
* @returns {SensitivityLabelCollectionResponse}
|
|
22171
|
+
*/
|
|
22172
|
+
export declare function createSensitivityLabelCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
22173
|
+
/**
|
|
22174
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
22175
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
22176
|
+
* @returns {SensitivityLabel}
|
|
22177
|
+
*/
|
|
22178
|
+
export declare function createSensitivityLabelFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
22123
22179
|
/**
|
|
22124
22180
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
22125
22181
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -26631,6 +26687,10 @@ export interface DataPolicyOperationCollectionResponse extends BaseCollectionPag
|
|
|
26631
26687
|
}
|
|
26632
26688
|
export type DataPolicyOperationStatus = (typeof DataPolicyOperationStatusObject)[keyof typeof DataPolicyOperationStatusObject];
|
|
26633
26689
|
export interface DataSecurityAndGovernance extends Entity, Parsable {
|
|
26690
|
+
/**
|
|
26691
|
+
* The sensitivityLabels property
|
|
26692
|
+
*/
|
|
26693
|
+
sensitivityLabels?: SensitivityLabel[] | null;
|
|
26634
26694
|
}
|
|
26635
26695
|
export interface DataSubject extends AdditionalDataHolder, BackedModel, Parsable {
|
|
26636
26696
|
/**
|
|
@@ -30145,6 +30205,12 @@ export declare function deserializeIntoComplianceManagementPartnerAssignment(com
|
|
|
30145
30205
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
30146
30206
|
*/
|
|
30147
30207
|
export declare function deserializeIntoComplianceManagementPartnerCollectionResponse(complianceManagementPartnerCollectionResponse?: Partial<ComplianceManagementPartnerCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
30208
|
+
/**
|
|
30209
|
+
* The deserialization information for the current model
|
|
30210
|
+
* @param ComputeRightsAndInheritanceResult The instance to deserialize into.
|
|
30211
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
30212
|
+
*/
|
|
30213
|
+
export declare function deserializeIntoComputeRightsAndInheritanceResult(computeRightsAndInheritanceResult?: Partial<ComputeRightsAndInheritanceResult> | undefined): Record<string, (node: ParseNode) => void>;
|
|
30148
30214
|
/**
|
|
30149
30215
|
* The deserialization information for the current model
|
|
30150
30216
|
* @param ConditionalAccessAllExternalTenants The instance to deserialize into.
|
|
@@ -36571,6 +36637,12 @@ export declare function deserializeIntoPronounsSettings(pronounsSettings?: Parti
|
|
|
36571
36637
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
36572
36638
|
*/
|
|
36573
36639
|
export declare function deserializeIntoProtectedApplicationMetadata(protectedApplicationMetadata?: Partial<ProtectedApplicationMetadata> | undefined): Record<string, (node: ParseNode) => void>;
|
|
36640
|
+
/**
|
|
36641
|
+
* The deserialization information for the current model
|
|
36642
|
+
* @param ProtectedContent The instance to deserialize into.
|
|
36643
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
36644
|
+
*/
|
|
36645
|
+
export declare function deserializeIntoProtectedContent(protectedContent?: Partial<ProtectedContent> | undefined): Record<string, (node: ParseNode) => void>;
|
|
36574
36646
|
/**
|
|
36575
36647
|
* The deserialization information for the current model
|
|
36576
36648
|
* @param ProtectionPolicyBase The instance to deserialize into.
|
|
@@ -37507,6 +37579,12 @@ export declare function deserializeIntoSecureScoreControlProfileCollectionRespon
|
|
|
37507
37579
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
37508
37580
|
*/
|
|
37509
37581
|
export declare function deserializeIntoSecureScoreControlStateUpdate(secureScoreControlStateUpdate?: Partial<SecureScoreControlStateUpdate> | undefined): Record<string, (node: ParseNode) => void>;
|
|
37582
|
+
/**
|
|
37583
|
+
* The deserialization information for the current model
|
|
37584
|
+
* @param SecureSignInSessionControl The instance to deserialize into.
|
|
37585
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
37586
|
+
*/
|
|
37587
|
+
export declare function deserializeIntoSecureSignInSessionControl(secureSignInSessionControl?: Partial<SecureSignInSessionControl> | undefined): Record<string, (node: ParseNode) => void>;
|
|
37510
37588
|
/**
|
|
37511
37589
|
* The deserialization information for the current model
|
|
37512
37590
|
* @param Security The instance to deserialize into.
|
|
@@ -37549,12 +37627,24 @@ export declare function deserializeIntoSelfSignedCertificate(selfSignedCertifica
|
|
|
37549
37627
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
37550
37628
|
*/
|
|
37551
37629
|
export declare function deserializeIntoSendDtmfTonesOperation(sendDtmfTonesOperation?: Partial<SendDtmfTonesOperation> | undefined): Record<string, (node: ParseNode) => void>;
|
|
37630
|
+
/**
|
|
37631
|
+
* The deserialization information for the current model
|
|
37632
|
+
* @param SensitivityLabel The instance to deserialize into.
|
|
37633
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
37634
|
+
*/
|
|
37635
|
+
export declare function deserializeIntoSensitivityLabel(sensitivityLabel?: Partial<SensitivityLabel> | undefined): Record<string, (node: ParseNode) => void>;
|
|
37552
37636
|
/**
|
|
37553
37637
|
* The deserialization information for the current model
|
|
37554
37638
|
* @param SensitivityLabelAssignment The instance to deserialize into.
|
|
37555
37639
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
37556
37640
|
*/
|
|
37557
37641
|
export declare function deserializeIntoSensitivityLabelAssignment(sensitivityLabelAssignment?: Partial<SensitivityLabelAssignment> | undefined): Record<string, (node: ParseNode) => void>;
|
|
37642
|
+
/**
|
|
37643
|
+
* The deserialization information for the current model
|
|
37644
|
+
* @param SensitivityLabelCollectionResponse The instance to deserialize into.
|
|
37645
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
37646
|
+
*/
|
|
37647
|
+
export declare function deserializeIntoSensitivityLabelCollectionResponse(sensitivityLabelCollectionResponse?: Partial<SensitivityLabelCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
37558
37648
|
/**
|
|
37559
37649
|
* The deserialization information for the current model
|
|
37560
37650
|
* @param ServerProcessedContent The instance to deserialize into.
|
|
@@ -44791,7 +44881,7 @@ export interface DriveProtectionUnitsBulkAdditionJobCollectionResponse extends B
|
|
|
44791
44881
|
}
|
|
44792
44882
|
export interface DriveRecipient extends AdditionalDataHolder, BackedModel, Parsable {
|
|
44793
44883
|
/**
|
|
44794
|
-
* The alias of the domain object, for cases where an email address is unavailable (
|
|
44884
|
+
* The alias of the domain object, for cases where an email address is unavailable (for example, security groups).
|
|
44795
44885
|
*/
|
|
44796
44886
|
alias?: string | null;
|
|
44797
44887
|
/**
|
|
@@ -47301,7 +47391,7 @@ export interface Fido2AuthenticationMethodConfiguration extends AuthenticationMe
|
|
|
47301
47391
|
*/
|
|
47302
47392
|
isSelfServiceRegistrationAllowed?: boolean | null;
|
|
47303
47393
|
/**
|
|
47304
|
-
* Controls whether key restrictions are enforced on FIDO2 security keys, either allowing or disallowing certain key types as defined by Authenticator Attestation GUID (AAGUID), an identifier that indicates the type (
|
|
47394
|
+
* Controls whether key restrictions are enforced on FIDO2 security keys, either allowing or disallowing certain key types as defined by Authenticator Attestation GUID (AAGUID), an identifier that indicates the type (for example, make and model) of the authenticator.
|
|
47305
47395
|
*/
|
|
47306
47396
|
keyRestrictions?: Fido2KeyRestrictions | null;
|
|
47307
47397
|
}
|
|
@@ -50973,6 +51063,7 @@ export interface KeyValuePair extends AdditionalDataHolder, BackedModel, Parsabl
|
|
|
50973
51063
|
*/
|
|
50974
51064
|
value?: string | null;
|
|
50975
51065
|
}
|
|
51066
|
+
export type LabelActionSource = (typeof LabelActionSourceObject)[keyof typeof LabelActionSourceObject];
|
|
50976
51067
|
export interface LabelContentRight extends Entity, Parsable {
|
|
50977
51068
|
/**
|
|
50978
51069
|
* The content identifier.
|
|
@@ -50982,6 +51073,14 @@ export interface LabelContentRight extends Entity, Parsable {
|
|
|
50982
51073
|
* The content format.
|
|
50983
51074
|
*/
|
|
50984
51075
|
format?: string | null;
|
|
51076
|
+
/**
|
|
51077
|
+
* The label property
|
|
51078
|
+
*/
|
|
51079
|
+
label?: SensitivityLabel | null;
|
|
51080
|
+
/**
|
|
51081
|
+
* The rights property
|
|
51082
|
+
*/
|
|
51083
|
+
rights?: UsageRights[] | null;
|
|
50985
51084
|
}
|
|
50986
51085
|
export interface LandingPage extends Entity, Parsable {
|
|
50987
51086
|
/**
|
|
@@ -60957,6 +61056,28 @@ export interface ProtectedApplicationMetadata extends IntegratedApplicationMetad
|
|
|
60957
61056
|
*/
|
|
60958
61057
|
applicationLocation?: PolicyLocation | null;
|
|
60959
61058
|
}
|
|
61059
|
+
export interface ProtectedContent extends AdditionalDataHolder, BackedModel, Parsable {
|
|
61060
|
+
/**
|
|
61061
|
+
* Stores model information.
|
|
61062
|
+
*/
|
|
61063
|
+
backingStoreEnabled?: boolean | null;
|
|
61064
|
+
/**
|
|
61065
|
+
* The content id
|
|
61066
|
+
*/
|
|
61067
|
+
cid?: string | null;
|
|
61068
|
+
/**
|
|
61069
|
+
* The content format.
|
|
61070
|
+
*/
|
|
61071
|
+
format?: string | null;
|
|
61072
|
+
/**
|
|
61073
|
+
* The unique identifier for the sensitivity label applied to the content.
|
|
61074
|
+
*/
|
|
61075
|
+
labelId?: string | null;
|
|
61076
|
+
/**
|
|
61077
|
+
* The OdataType property
|
|
61078
|
+
*/
|
|
61079
|
+
odataType?: string | null;
|
|
61080
|
+
}
|
|
60960
61081
|
export interface ProtectionPolicyBase extends Entity, Parsable {
|
|
60961
61082
|
/**
|
|
60962
61083
|
* The identity of person who created the policy.
|
|
@@ -64314,6 +64435,8 @@ export interface SecureScoreControlStateUpdate extends AdditionalDataHolder, Bac
|
|
|
64314
64435
|
*/
|
|
64315
64436
|
updatedDateTime?: Date | null;
|
|
64316
64437
|
}
|
|
64438
|
+
export interface SecureSignInSessionControl extends ConditionalAccessSessionControl, Parsable {
|
|
64439
|
+
}
|
|
64317
64440
|
export interface Security extends Entity, Parsable {
|
|
64318
64441
|
/**
|
|
64319
64442
|
* The alerts property
|
|
@@ -64327,6 +64450,10 @@ export interface Security extends Entity, Parsable {
|
|
|
64327
64450
|
* The attackSimulation property
|
|
64328
64451
|
*/
|
|
64329
64452
|
attackSimulation?: AttackSimulationRoot | null;
|
|
64453
|
+
/**
|
|
64454
|
+
* The auditLog property
|
|
64455
|
+
*/
|
|
64456
|
+
auditLog?: AuditCoreRoot | null;
|
|
64330
64457
|
/**
|
|
64331
64458
|
* The cases property
|
|
64332
64459
|
*/
|
|
@@ -64489,6 +64616,60 @@ export interface SendDtmfTonesOperation extends CommsOperation, Parsable {
|
|
|
64489
64616
|
completionReason?: SendDtmfCompletionReason | null;
|
|
64490
64617
|
}
|
|
64491
64618
|
export type Sensitivity = (typeof SensitivityObject)[keyof typeof SensitivityObject];
|
|
64619
|
+
export interface SensitivityLabel extends Entity, Parsable {
|
|
64620
|
+
/**
|
|
64621
|
+
* The actionSource property
|
|
64622
|
+
*/
|
|
64623
|
+
actionSource?: LabelActionSource | null;
|
|
64624
|
+
/**
|
|
64625
|
+
* The autoTooltip property
|
|
64626
|
+
*/
|
|
64627
|
+
autoTooltip?: string | null;
|
|
64628
|
+
/**
|
|
64629
|
+
* The description property
|
|
64630
|
+
*/
|
|
64631
|
+
description?: string | null;
|
|
64632
|
+
/**
|
|
64633
|
+
* The displayName property
|
|
64634
|
+
*/
|
|
64635
|
+
displayName?: string | null;
|
|
64636
|
+
/**
|
|
64637
|
+
* The isDefault property
|
|
64638
|
+
*/
|
|
64639
|
+
isDefault?: boolean | null;
|
|
64640
|
+
/**
|
|
64641
|
+
* The isEndpointProtectionEnabled property
|
|
64642
|
+
*/
|
|
64643
|
+
isEndpointProtectionEnabled?: boolean | null;
|
|
64644
|
+
/**
|
|
64645
|
+
* The isScopedToUser property
|
|
64646
|
+
*/
|
|
64647
|
+
isScopedToUser?: boolean | null;
|
|
64648
|
+
/**
|
|
64649
|
+
* The locale property
|
|
64650
|
+
*/
|
|
64651
|
+
locale?: string | null;
|
|
64652
|
+
/**
|
|
64653
|
+
* The name property
|
|
64654
|
+
*/
|
|
64655
|
+
name?: string | null;
|
|
64656
|
+
/**
|
|
64657
|
+
* The priority property
|
|
64658
|
+
*/
|
|
64659
|
+
priority?: number | null;
|
|
64660
|
+
/**
|
|
64661
|
+
* The rights property
|
|
64662
|
+
*/
|
|
64663
|
+
rights?: UsageRightsIncluded | null;
|
|
64664
|
+
/**
|
|
64665
|
+
* The sublabels property
|
|
64666
|
+
*/
|
|
64667
|
+
sublabels?: SensitivityLabel[] | null;
|
|
64668
|
+
/**
|
|
64669
|
+
* The toolTip property
|
|
64670
|
+
*/
|
|
64671
|
+
toolTip?: string | null;
|
|
64672
|
+
}
|
|
64492
64673
|
export interface SensitivityLabelAssignment extends AdditionalDataHolder, BackedModel, Parsable {
|
|
64493
64674
|
/**
|
|
64494
64675
|
* The assignmentMethod property
|
|
@@ -64512,6 +64693,12 @@ export interface SensitivityLabelAssignment extends AdditionalDataHolder, Backed
|
|
|
64512
64693
|
tenantId?: string | null;
|
|
64513
64694
|
}
|
|
64514
64695
|
export type SensitivityLabelAssignmentMethod = (typeof SensitivityLabelAssignmentMethodObject)[keyof typeof SensitivityLabelAssignmentMethodObject];
|
|
64696
|
+
export interface SensitivityLabelCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
|
|
64697
|
+
/**
|
|
64698
|
+
* The value property
|
|
64699
|
+
*/
|
|
64700
|
+
value?: SensitivityLabel[] | null;
|
|
64701
|
+
}
|
|
64515
64702
|
/**
|
|
64516
64703
|
* Serializes information the current object
|
|
64517
64704
|
* @param AadUserConversationMember The instance to serialize from.
|
|
@@ -67970,6 +68157,13 @@ export declare function serializeComplianceManagementPartnerAssignment(writer: S
|
|
|
67970
68157
|
* @param writer Serialization writer to use to serialize this model
|
|
67971
68158
|
*/
|
|
67972
68159
|
export declare function serializeComplianceManagementPartnerCollectionResponse(writer: SerializationWriter, complianceManagementPartnerCollectionResponse?: Partial<ComplianceManagementPartnerCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
68160
|
+
/**
|
|
68161
|
+
* Serializes information the current object
|
|
68162
|
+
* @param ComputeRightsAndInheritanceResult The instance to serialize from.
|
|
68163
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
68164
|
+
* @param writer Serialization writer to use to serialize this model
|
|
68165
|
+
*/
|
|
68166
|
+
export declare function serializeComputeRightsAndInheritanceResult(writer: SerializationWriter, computeRightsAndInheritanceResult?: Partial<ComputeRightsAndInheritanceResult> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
67973
68167
|
/**
|
|
67974
68168
|
* Serializes information the current object
|
|
67975
68169
|
* @param ConditionalAccessAllExternalTenants The instance to serialize from.
|
|
@@ -75467,6 +75661,13 @@ export declare function serializePronounsSettings(writer: SerializationWriter, p
|
|
|
75467
75661
|
* @param writer Serialization writer to use to serialize this model
|
|
75468
75662
|
*/
|
|
75469
75663
|
export declare function serializeProtectedApplicationMetadata(writer: SerializationWriter, protectedApplicationMetadata?: Partial<ProtectedApplicationMetadata> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
75664
|
+
/**
|
|
75665
|
+
* Serializes information the current object
|
|
75666
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
75667
|
+
* @param ProtectedContent The instance to serialize from.
|
|
75668
|
+
* @param writer Serialization writer to use to serialize this model
|
|
75669
|
+
*/
|
|
75670
|
+
export declare function serializeProtectedContent(writer: SerializationWriter, protectedContent?: Partial<ProtectedContent> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
75470
75671
|
/**
|
|
75471
75672
|
* Serializes information the current object
|
|
75472
75673
|
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
@@ -76559,6 +76760,13 @@ export declare function serializeSecureScoreControlProfileCollectionResponse(wri
|
|
|
76559
76760
|
* @param writer Serialization writer to use to serialize this model
|
|
76560
76761
|
*/
|
|
76561
76762
|
export declare function serializeSecureScoreControlStateUpdate(writer: SerializationWriter, secureScoreControlStateUpdate?: Partial<SecureScoreControlStateUpdate> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
76763
|
+
/**
|
|
76764
|
+
* Serializes information the current object
|
|
76765
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
76766
|
+
* @param SecureSignInSessionControl The instance to serialize from.
|
|
76767
|
+
* @param writer Serialization writer to use to serialize this model
|
|
76768
|
+
*/
|
|
76769
|
+
export declare function serializeSecureSignInSessionControl(writer: SerializationWriter, secureSignInSessionControl?: Partial<SecureSignInSessionControl> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
76562
76770
|
/**
|
|
76563
76771
|
* Serializes information the current object
|
|
76564
76772
|
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
@@ -76608,6 +76816,13 @@ export declare function serializeSelfSignedCertificate(writer: SerializationWrit
|
|
|
76608
76816
|
* @param writer Serialization writer to use to serialize this model
|
|
76609
76817
|
*/
|
|
76610
76818
|
export declare function serializeSendDtmfTonesOperation(writer: SerializationWriter, sendDtmfTonesOperation?: Partial<SendDtmfTonesOperation> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
76819
|
+
/**
|
|
76820
|
+
* Serializes information the current object
|
|
76821
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
76822
|
+
* @param SensitivityLabel The instance to serialize from.
|
|
76823
|
+
* @param writer Serialization writer to use to serialize this model
|
|
76824
|
+
*/
|
|
76825
|
+
export declare function serializeSensitivityLabel(writer: SerializationWriter, sensitivityLabel?: Partial<SensitivityLabel> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
76611
76826
|
/**
|
|
76612
76827
|
* Serializes information the current object
|
|
76613
76828
|
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
@@ -76615,6 +76830,13 @@ export declare function serializeSendDtmfTonesOperation(writer: SerializationWri
|
|
|
76615
76830
|
* @param writer Serialization writer to use to serialize this model
|
|
76616
76831
|
*/
|
|
76617
76832
|
export declare function serializeSensitivityLabelAssignment(writer: SerializationWriter, sensitivityLabelAssignment?: Partial<SensitivityLabelAssignment> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
76833
|
+
/**
|
|
76834
|
+
* Serializes information the current object
|
|
76835
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
76836
|
+
* @param SensitivityLabelCollectionResponse The instance to serialize from.
|
|
76837
|
+
* @param writer Serialization writer to use to serialize this model
|
|
76838
|
+
*/
|
|
76839
|
+
export declare function serializeSensitivityLabelCollectionResponse(writer: SerializationWriter, sensitivityLabelCollectionResponse?: Partial<SensitivityLabelCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
76618
76840
|
/**
|
|
76619
76841
|
* Serializes information the current object
|
|
76620
76842
|
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
@@ -90920,7 +91142,7 @@ export interface VirtualEventRegistration extends Entity, Parsable {
|
|
|
90920
91142
|
*/
|
|
90921
91143
|
preferredTimezone?: string | null;
|
|
90922
91144
|
/**
|
|
90923
|
-
* Date and time when the registrant registers for the virtual event. 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.
|
|
91145
|
+
* Date and time when the registrant registers for the virtual event. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
|
|
90924
91146
|
*/
|
|
90925
91147
|
registrationDateTime?: Date | null;
|
|
90926
91148
|
/**
|
|
@@ -91033,6 +91255,10 @@ export interface VirtualEventSession extends OnlineMeetingBase, Parsable {
|
|
|
91033
91255
|
* The virtual event session start time.
|
|
91034
91256
|
*/
|
|
91035
91257
|
startDateTime?: DateTimeTimeZone | null;
|
|
91258
|
+
/**
|
|
91259
|
+
* The URL of the video on demand (VOD) for Microsoft Teams events that allows webinar and town hall organizers to quickly publish and share event recordings.
|
|
91260
|
+
*/
|
|
91261
|
+
videoOnDemandWebUrl?: string | null;
|
|
91036
91262
|
}
|
|
91037
91263
|
export interface VirtualEventSessionCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
|
|
91038
91264
|
/**
|
|
@@ -98614,6 +98840,13 @@ export declare const IosUpdatesInstallStatusObject: {
|
|
|
98614
98840
|
readonly Idle: "idle";
|
|
98615
98841
|
readonly Unknown: "unknown";
|
|
98616
98842
|
};
|
|
98843
|
+
export declare const LabelActionSourceObject: {
|
|
98844
|
+
readonly Manual: "manual";
|
|
98845
|
+
readonly Automatic: "automatic";
|
|
98846
|
+
readonly Recommended: "recommended";
|
|
98847
|
+
readonly None: "none";
|
|
98848
|
+
readonly UnknownFutureValue: "unknownFutureValue";
|
|
98849
|
+
};
|
|
98617
98850
|
export declare const LayoutTemplateTypeObject: {
|
|
98618
98851
|
readonly DefaultEscaped: "default";
|
|
98619
98852
|
readonly VerticalSplit: "verticalSplit";
|