@microsoft/msgraph-sdk 1.0.0-preview.73 → 1.0.0-preview.74
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/models/index.d.ts +755 -49
- package/models/index.d.ts.map +1 -1
- package/models/index.js +834 -45
- package/models/index.js.map +1 -1
- package/models/security/index.d.ts +26 -0
- package/models/security/index.d.ts.map +1 -1
- package/models/security/index.js +23 -1
- 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.js
CHANGED
|
@@ -1315,6 +1315,51 @@ export function createAirPrintSettingsFromDiscriminatorValue(parseNode) {
|
|
|
1315
1315
|
export function createAiUserFromDiscriminatorValue(parseNode) {
|
|
1316
1316
|
return deserializeIntoAiUser;
|
|
1317
1317
|
}
|
|
1318
|
+
/**
|
|
1319
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
1320
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1321
|
+
* @returns {AkamaiAttackGroupActionModel}
|
|
1322
|
+
*/
|
|
1323
|
+
// @ts-ignore
|
|
1324
|
+
export function createAkamaiAttackGroupActionModelFromDiscriminatorValue(parseNode) {
|
|
1325
|
+
return deserializeIntoAkamaiAttackGroupActionModel;
|
|
1326
|
+
}
|
|
1327
|
+
/**
|
|
1328
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
1329
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1330
|
+
* @returns {AkamaiCustomRuleModel}
|
|
1331
|
+
*/
|
|
1332
|
+
// @ts-ignore
|
|
1333
|
+
export function createAkamaiCustomRuleModelFromDiscriminatorValue(parseNode) {
|
|
1334
|
+
return deserializeIntoAkamaiCustomRuleModel;
|
|
1335
|
+
}
|
|
1336
|
+
/**
|
|
1337
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
1338
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1339
|
+
* @returns {AkamaiRapidRulesModel}
|
|
1340
|
+
*/
|
|
1341
|
+
// @ts-ignore
|
|
1342
|
+
export function createAkamaiRapidRulesModelFromDiscriminatorValue(parseNode) {
|
|
1343
|
+
return deserializeIntoAkamaiRapidRulesModel;
|
|
1344
|
+
}
|
|
1345
|
+
/**
|
|
1346
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
1347
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1348
|
+
* @returns {AkamaiVerifiedDetailsModel}
|
|
1349
|
+
*/
|
|
1350
|
+
// @ts-ignore
|
|
1351
|
+
export function createAkamaiVerifiedDetailsModelFromDiscriminatorValue(parseNode) {
|
|
1352
|
+
return deserializeIntoAkamaiVerifiedDetailsModel;
|
|
1353
|
+
}
|
|
1354
|
+
/**
|
|
1355
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
1356
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1357
|
+
* @returns {AkamaiWebApplicationFirewallProvider}
|
|
1358
|
+
*/
|
|
1359
|
+
// @ts-ignore
|
|
1360
|
+
export function createAkamaiWebApplicationFirewallProviderFromDiscriminatorValue(parseNode) {
|
|
1361
|
+
return deserializeIntoAkamaiWebApplicationFirewallProvider;
|
|
1362
|
+
}
|
|
1318
1363
|
/**
|
|
1319
1364
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1320
1365
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -4640,6 +4685,42 @@ export function createCloudClipboardRootFromDiscriminatorValue(parseNode) {
|
|
|
4640
4685
|
export function createCloudCommunicationsFromDiscriminatorValue(parseNode) {
|
|
4641
4686
|
return deserializeIntoCloudCommunications;
|
|
4642
4687
|
}
|
|
4688
|
+
/**
|
|
4689
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
4690
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
4691
|
+
* @returns {CloudFlareRuleModel}
|
|
4692
|
+
*/
|
|
4693
|
+
// @ts-ignore
|
|
4694
|
+
export function createCloudFlareRuleModelFromDiscriminatorValue(parseNode) {
|
|
4695
|
+
return deserializeIntoCloudFlareRuleModel;
|
|
4696
|
+
}
|
|
4697
|
+
/**
|
|
4698
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
4699
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
4700
|
+
* @returns {CloudFlareRulesetModel}
|
|
4701
|
+
*/
|
|
4702
|
+
// @ts-ignore
|
|
4703
|
+
export function createCloudFlareRulesetModelFromDiscriminatorValue(parseNode) {
|
|
4704
|
+
return deserializeIntoCloudFlareRulesetModel;
|
|
4705
|
+
}
|
|
4706
|
+
/**
|
|
4707
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
4708
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
4709
|
+
* @returns {CloudFlareVerifiedDetailsModel}
|
|
4710
|
+
*/
|
|
4711
|
+
// @ts-ignore
|
|
4712
|
+
export function createCloudFlareVerifiedDetailsModelFromDiscriminatorValue(parseNode) {
|
|
4713
|
+
return deserializeIntoCloudFlareVerifiedDetailsModel;
|
|
4714
|
+
}
|
|
4715
|
+
/**
|
|
4716
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
4717
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
4718
|
+
* @returns {CloudFlareWebApplicationFirewallProvider}
|
|
4719
|
+
*/
|
|
4720
|
+
// @ts-ignore
|
|
4721
|
+
export function createCloudFlareWebApplicationFirewallProviderFromDiscriminatorValue(parseNode) {
|
|
4722
|
+
return deserializeIntoCloudFlareWebApplicationFirewallProvider;
|
|
4723
|
+
}
|
|
4643
4724
|
/**
|
|
4644
4725
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
4645
4726
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -8592,6 +8673,33 @@ export function createEducationGradingCategoryCollectionResponseFromDiscriminato
|
|
|
8592
8673
|
export function createEducationGradingCategoryFromDiscriminatorValue(parseNode) {
|
|
8593
8674
|
return deserializeIntoEducationGradingCategory;
|
|
8594
8675
|
}
|
|
8676
|
+
/**
|
|
8677
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
8678
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
8679
|
+
* @returns {EducationGradingSchemeCollectionResponse}
|
|
8680
|
+
*/
|
|
8681
|
+
// @ts-ignore
|
|
8682
|
+
export function createEducationGradingSchemeCollectionResponseFromDiscriminatorValue(parseNode) {
|
|
8683
|
+
return deserializeIntoEducationGradingSchemeCollectionResponse;
|
|
8684
|
+
}
|
|
8685
|
+
/**
|
|
8686
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
8687
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
8688
|
+
* @returns {EducationGradingScheme}
|
|
8689
|
+
*/
|
|
8690
|
+
// @ts-ignore
|
|
8691
|
+
export function createEducationGradingSchemeFromDiscriminatorValue(parseNode) {
|
|
8692
|
+
return deserializeIntoEducationGradingScheme;
|
|
8693
|
+
}
|
|
8694
|
+
/**
|
|
8695
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
8696
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
8697
|
+
* @returns {EducationGradingSchemeGrade}
|
|
8698
|
+
*/
|
|
8699
|
+
// @ts-ignore
|
|
8700
|
+
export function createEducationGradingSchemeGradeFromDiscriminatorValue(parseNode) {
|
|
8701
|
+
return deserializeIntoEducationGradingSchemeGrade;
|
|
8702
|
+
}
|
|
8595
8703
|
/**
|
|
8596
8704
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
8597
8705
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -9501,6 +9609,8 @@ export function createEntityFromDiscriminatorValue(parseNode) {
|
|
|
9501
9609
|
return deserializeIntoAiInteractionHistory;
|
|
9502
9610
|
case "#microsoft.graph.aiUser":
|
|
9503
9611
|
return deserializeIntoAiUser;
|
|
9612
|
+
case "#microsoft.graph.akamaiWebApplicationFirewallProvider":
|
|
9613
|
+
return deserializeIntoAkamaiWebApplicationFirewallProvider;
|
|
9504
9614
|
case "#microsoft.graph.alert":
|
|
9505
9615
|
return deserializeIntoAlert;
|
|
9506
9616
|
case "#microsoft.graph.allowedValue":
|
|
@@ -9713,6 +9823,8 @@ export function createEntityFromDiscriminatorValue(parseNode) {
|
|
|
9713
9823
|
return deserializeIntoCloudClipboardItem;
|
|
9714
9824
|
case "#microsoft.graph.cloudClipboardRoot":
|
|
9715
9825
|
return deserializeIntoCloudClipboardRoot;
|
|
9826
|
+
case "#microsoft.graph.cloudFlareWebApplicationFirewallProvider":
|
|
9827
|
+
return deserializeIntoCloudFlareWebApplicationFirewallProvider;
|
|
9716
9828
|
case "#microsoft.graph.cloudPC":
|
|
9717
9829
|
return deserializeIntoCloudPC;
|
|
9718
9830
|
case "#microsoft.graph.cloudPcAuditEvent":
|
|
@@ -9971,6 +10083,8 @@ export function createEntityFromDiscriminatorValue(parseNode) {
|
|
|
9971
10083
|
return deserializeIntoEducationFeedbackResourceOutcome;
|
|
9972
10084
|
case "#microsoft.graph.educationGradingCategory":
|
|
9973
10085
|
return deserializeIntoEducationGradingCategory;
|
|
10086
|
+
case "#microsoft.graph.educationGradingScheme":
|
|
10087
|
+
return deserializeIntoEducationGradingScheme;
|
|
9974
10088
|
case "#microsoft.graph.educationModule":
|
|
9975
10089
|
return deserializeIntoEducationModule;
|
|
9976
10090
|
case "#microsoft.graph.educationModuleResource":
|
|
@@ -11271,6 +11385,10 @@ export function createEntityFromDiscriminatorValue(parseNode) {
|
|
|
11271
11385
|
return deserializeIntoVppToken;
|
|
11272
11386
|
case "#microsoft.graph.webApp":
|
|
11273
11387
|
return deserializeIntoWebApp;
|
|
11388
|
+
case "#microsoft.graph.webApplicationFirewallProvider":
|
|
11389
|
+
return deserializeIntoWebApplicationFirewallProvider;
|
|
11390
|
+
case "#microsoft.graph.webApplicationFirewallVerificationModel":
|
|
11391
|
+
return deserializeIntoWebApplicationFirewallVerificationModel;
|
|
11274
11392
|
case "#microsoft.graph.webPart":
|
|
11275
11393
|
return deserializeIntoWebPart;
|
|
11276
11394
|
case "#microsoft.graph.whatIfAnalysisResult":
|
|
@@ -13119,15 +13237,6 @@ export function createIosCompliancePolicyFromDiscriminatorValue(parseNode) {
|
|
|
13119
13237
|
export function createIosCustomConfigurationFromDiscriminatorValue(parseNode) {
|
|
13120
13238
|
return deserializeIntoIosCustomConfiguration;
|
|
13121
13239
|
}
|
|
13122
|
-
/**
|
|
13123
|
-
* Creates a new instance of the appropriate class based on discriminator value
|
|
13124
|
-
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
13125
|
-
* @returns {IosDdmLobAppAssignmentSettings}
|
|
13126
|
-
*/
|
|
13127
|
-
// @ts-ignore
|
|
13128
|
-
export function createIosDdmLobAppAssignmentSettingsFromDiscriminatorValue(parseNode) {
|
|
13129
|
-
return deserializeIntoIosDdmLobAppAssignmentSettings;
|
|
13130
|
-
}
|
|
13131
13240
|
/**
|
|
13132
13241
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
13133
13242
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -15574,8 +15683,6 @@ export function createMobileAppAssignmentSettingsFromDiscriminatorValue(parseNod
|
|
|
15574
15683
|
const mappingValue = mappingValueNode.getStringValue();
|
|
15575
15684
|
if (mappingValue) {
|
|
15576
15685
|
switch (mappingValue) {
|
|
15577
|
-
case "#microsoft.graph.iosDdmLobAppAssignmentSettings":
|
|
15578
|
-
return deserializeIntoIosDdmLobAppAssignmentSettings;
|
|
15579
15686
|
case "#microsoft.graph.iosLobAppAssignmentSettings":
|
|
15580
15687
|
return deserializeIntoIosLobAppAssignmentSettings;
|
|
15581
15688
|
case "#microsoft.graph.iosStoreAppAssignmentSettings":
|
|
@@ -20225,6 +20332,15 @@ export function createRiskDetectionCollectionResponseFromDiscriminatorValue(pars
|
|
|
20225
20332
|
export function createRiskDetectionFromDiscriminatorValue(parseNode) {
|
|
20226
20333
|
return deserializeIntoRiskDetection;
|
|
20227
20334
|
}
|
|
20335
|
+
/**
|
|
20336
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
20337
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
20338
|
+
* @returns {RiskPreventionContainer}
|
|
20339
|
+
*/
|
|
20340
|
+
// @ts-ignore
|
|
20341
|
+
export function createRiskPreventionContainerFromDiscriminatorValue(parseNode) {
|
|
20342
|
+
return deserializeIntoRiskPreventionContainer;
|
|
20343
|
+
}
|
|
20228
20344
|
/**
|
|
20229
20345
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
20230
20346
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -25893,6 +26009,97 @@ export function createWatermarkProtectionValuesFromDiscriminatorValue(parseNode)
|
|
|
25893
26009
|
export function createWebAppFromDiscriminatorValue(parseNode) {
|
|
25894
26010
|
return deserializeIntoWebApp;
|
|
25895
26011
|
}
|
|
26012
|
+
/**
|
|
26013
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
26014
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
26015
|
+
* @returns {WebApplicationFirewallDnsConfiguration}
|
|
26016
|
+
*/
|
|
26017
|
+
// @ts-ignore
|
|
26018
|
+
export function createWebApplicationFirewallDnsConfigurationFromDiscriminatorValue(parseNode) {
|
|
26019
|
+
return deserializeIntoWebApplicationFirewallDnsConfiguration;
|
|
26020
|
+
}
|
|
26021
|
+
/**
|
|
26022
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
26023
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
26024
|
+
* @returns {WebApplicationFirewallProviderCollectionResponse}
|
|
26025
|
+
*/
|
|
26026
|
+
// @ts-ignore
|
|
26027
|
+
export function createWebApplicationFirewallProviderCollectionResponseFromDiscriminatorValue(parseNode) {
|
|
26028
|
+
return deserializeIntoWebApplicationFirewallProviderCollectionResponse;
|
|
26029
|
+
}
|
|
26030
|
+
/**
|
|
26031
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
26032
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
26033
|
+
* @returns {WebApplicationFirewallProvider}
|
|
26034
|
+
*/
|
|
26035
|
+
// @ts-ignore
|
|
26036
|
+
export function createWebApplicationFirewallProviderFromDiscriminatorValue(parseNode) {
|
|
26037
|
+
if (!parseNode)
|
|
26038
|
+
throw new Error("parseNode cannot be undefined");
|
|
26039
|
+
const mappingValueNode = parseNode === null || parseNode === void 0 ? void 0 : parseNode.getChildNode("@odata.type");
|
|
26040
|
+
if (mappingValueNode) {
|
|
26041
|
+
const mappingValue = mappingValueNode.getStringValue();
|
|
26042
|
+
if (mappingValue) {
|
|
26043
|
+
switch (mappingValue) {
|
|
26044
|
+
case "#microsoft.graph.akamaiWebApplicationFirewallProvider":
|
|
26045
|
+
return deserializeIntoAkamaiWebApplicationFirewallProvider;
|
|
26046
|
+
case "#microsoft.graph.cloudFlareWebApplicationFirewallProvider":
|
|
26047
|
+
return deserializeIntoCloudFlareWebApplicationFirewallProvider;
|
|
26048
|
+
}
|
|
26049
|
+
}
|
|
26050
|
+
}
|
|
26051
|
+
return deserializeIntoWebApplicationFirewallProvider;
|
|
26052
|
+
}
|
|
26053
|
+
/**
|
|
26054
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
26055
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
26056
|
+
* @returns {WebApplicationFirewallVerificationModelCollectionResponse}
|
|
26057
|
+
*/
|
|
26058
|
+
// @ts-ignore
|
|
26059
|
+
export function createWebApplicationFirewallVerificationModelCollectionResponseFromDiscriminatorValue(parseNode) {
|
|
26060
|
+
return deserializeIntoWebApplicationFirewallVerificationModelCollectionResponse;
|
|
26061
|
+
}
|
|
26062
|
+
/**
|
|
26063
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
26064
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
26065
|
+
* @returns {WebApplicationFirewallVerificationModel}
|
|
26066
|
+
*/
|
|
26067
|
+
// @ts-ignore
|
|
26068
|
+
export function createWebApplicationFirewallVerificationModelFromDiscriminatorValue(parseNode) {
|
|
26069
|
+
return deserializeIntoWebApplicationFirewallVerificationModel;
|
|
26070
|
+
}
|
|
26071
|
+
/**
|
|
26072
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
26073
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
26074
|
+
* @returns {WebApplicationFirewallVerificationResult}
|
|
26075
|
+
*/
|
|
26076
|
+
// @ts-ignore
|
|
26077
|
+
export function createWebApplicationFirewallVerificationResultFromDiscriminatorValue(parseNode) {
|
|
26078
|
+
return deserializeIntoWebApplicationFirewallVerificationResult;
|
|
26079
|
+
}
|
|
26080
|
+
/**
|
|
26081
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
26082
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
26083
|
+
* @returns {WebApplicationFirewallVerifiedDetails}
|
|
26084
|
+
*/
|
|
26085
|
+
// @ts-ignore
|
|
26086
|
+
export function createWebApplicationFirewallVerifiedDetailsFromDiscriminatorValue(parseNode) {
|
|
26087
|
+
if (!parseNode)
|
|
26088
|
+
throw new Error("parseNode cannot be undefined");
|
|
26089
|
+
const mappingValueNode = parseNode === null || parseNode === void 0 ? void 0 : parseNode.getChildNode("@odata.type");
|
|
26090
|
+
if (mappingValueNode) {
|
|
26091
|
+
const mappingValue = mappingValueNode.getStringValue();
|
|
26092
|
+
if (mappingValue) {
|
|
26093
|
+
switch (mappingValue) {
|
|
26094
|
+
case "#microsoft.graph.akamaiVerifiedDetailsModel":
|
|
26095
|
+
return deserializeIntoAkamaiVerifiedDetailsModel;
|
|
26096
|
+
case "#microsoft.graph.cloudFlareVerifiedDetailsModel":
|
|
26097
|
+
return deserializeIntoCloudFlareVerifiedDetailsModel;
|
|
26098
|
+
}
|
|
26099
|
+
}
|
|
26100
|
+
}
|
|
26101
|
+
return deserializeIntoWebApplicationFirewallVerifiedDetails;
|
|
26102
|
+
}
|
|
25896
26103
|
/**
|
|
25897
26104
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
25898
26105
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -28838,6 +29045,67 @@ export function deserializeIntoAirPrintSettings(airPrintSettings = {}) {
|
|
|
28838
29045
|
export function deserializeIntoAiUser(aiUser = {}) {
|
|
28839
29046
|
return Object.assign(Object.assign({}, deserializeIntoEntity(aiUser)), { "interactionHistory": n => { aiUser.interactionHistory = n.getObjectValue(createAiInteractionHistoryFromDiscriminatorValue); } });
|
|
28840
29047
|
}
|
|
29048
|
+
/**
|
|
29049
|
+
* The deserialization information for the current model
|
|
29050
|
+
* @param AkamaiAttackGroupActionModel The instance to deserialize into.
|
|
29051
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
29052
|
+
*/
|
|
29053
|
+
// @ts-ignore
|
|
29054
|
+
export function deserializeIntoAkamaiAttackGroupActionModel(akamaiAttackGroupActionModel = {}) {
|
|
29055
|
+
return {
|
|
29056
|
+
"action": n => { akamaiAttackGroupActionModel.action = n.getStringValue(); },
|
|
29057
|
+
"backingStoreEnabled": n => { akamaiAttackGroupActionModel.backingStoreEnabled = true; },
|
|
29058
|
+
"group": n => { akamaiAttackGroupActionModel.group = n.getStringValue(); },
|
|
29059
|
+
"@odata.type": n => { akamaiAttackGroupActionModel.odataType = n.getStringValue(); },
|
|
29060
|
+
};
|
|
29061
|
+
}
|
|
29062
|
+
/**
|
|
29063
|
+
* The deserialization information for the current model
|
|
29064
|
+
* @param AkamaiCustomRuleModel The instance to deserialize into.
|
|
29065
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
29066
|
+
*/
|
|
29067
|
+
// @ts-ignore
|
|
29068
|
+
export function deserializeIntoAkamaiCustomRuleModel(akamaiCustomRuleModel = {}) {
|
|
29069
|
+
return {
|
|
29070
|
+
"action": n => { akamaiCustomRuleModel.action = n.getStringValue(); },
|
|
29071
|
+
"backingStoreEnabled": n => { akamaiCustomRuleModel.backingStoreEnabled = true; },
|
|
29072
|
+
"name": n => { akamaiCustomRuleModel.name = n.getStringValue(); },
|
|
29073
|
+
"@odata.type": n => { akamaiCustomRuleModel.odataType = n.getStringValue(); },
|
|
29074
|
+
"ruleId": n => { akamaiCustomRuleModel.ruleId = n.getStringValue(); },
|
|
29075
|
+
};
|
|
29076
|
+
}
|
|
29077
|
+
/**
|
|
29078
|
+
* The deserialization information for the current model
|
|
29079
|
+
* @param AkamaiRapidRulesModel The instance to deserialize into.
|
|
29080
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
29081
|
+
*/
|
|
29082
|
+
// @ts-ignore
|
|
29083
|
+
export function deserializeIntoAkamaiRapidRulesModel(akamaiRapidRulesModel = {}) {
|
|
29084
|
+
return {
|
|
29085
|
+
"backingStoreEnabled": n => { akamaiRapidRulesModel.backingStoreEnabled = true; },
|
|
29086
|
+
"defaultAction": n => { akamaiRapidRulesModel.defaultAction = n.getStringValue(); },
|
|
29087
|
+
"isEnabled": n => { akamaiRapidRulesModel.isEnabled = n.getBooleanValue(); },
|
|
29088
|
+
"@odata.type": n => { akamaiRapidRulesModel.odataType = n.getStringValue(); },
|
|
29089
|
+
};
|
|
29090
|
+
}
|
|
29091
|
+
/**
|
|
29092
|
+
* The deserialization information for the current model
|
|
29093
|
+
* @param AkamaiVerifiedDetailsModel The instance to deserialize into.
|
|
29094
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
29095
|
+
*/
|
|
29096
|
+
// @ts-ignore
|
|
29097
|
+
export function deserializeIntoAkamaiVerifiedDetailsModel(akamaiVerifiedDetailsModel = {}) {
|
|
29098
|
+
return Object.assign(Object.assign({}, deserializeIntoWebApplicationFirewallVerifiedDetails(akamaiVerifiedDetailsModel)), { "activeAttackGroups": n => { akamaiVerifiedDetailsModel.activeAttackGroups = n.getCollectionOfObjectValues(createAkamaiAttackGroupActionModelFromDiscriminatorValue); }, "activeCustomRules": n => { akamaiVerifiedDetailsModel.activeCustomRules = n.getCollectionOfObjectValues(createAkamaiCustomRuleModelFromDiscriminatorValue); }, "rapidRules": n => { akamaiVerifiedDetailsModel.rapidRules = n.getObjectValue(createAkamaiRapidRulesModelFromDiscriminatorValue); } });
|
|
29099
|
+
}
|
|
29100
|
+
/**
|
|
29101
|
+
* The deserialization information for the current model
|
|
29102
|
+
* @param AkamaiWebApplicationFirewallProvider The instance to deserialize into.
|
|
29103
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
29104
|
+
*/
|
|
29105
|
+
// @ts-ignore
|
|
29106
|
+
export function deserializeIntoAkamaiWebApplicationFirewallProvider(akamaiWebApplicationFirewallProvider = {}) {
|
|
29107
|
+
return Object.assign(Object.assign({}, deserializeIntoWebApplicationFirewallProvider(akamaiWebApplicationFirewallProvider)), { "accessToken": n => { akamaiWebApplicationFirewallProvider.accessToken = n.getStringValue(); }, "clientSecret": n => { akamaiWebApplicationFirewallProvider.clientSecret = n.getStringValue(); }, "clientToken": n => { akamaiWebApplicationFirewallProvider.clientToken = n.getStringValue(); }, "hostPrefix": n => { akamaiWebApplicationFirewallProvider.hostPrefix = n.getStringValue(); } });
|
|
29108
|
+
}
|
|
28841
29109
|
/**
|
|
28842
29110
|
* The deserialization information for the current model
|
|
28843
29111
|
* @param Album The instance to deserialize into.
|
|
@@ -32535,6 +32803,54 @@ export function deserializeIntoCloudCommunications(cloudCommunications = {}) {
|
|
|
32535
32803
|
"presences": n => { cloudCommunications.presences = n.getCollectionOfObjectValues(createPresenceFromDiscriminatorValue); },
|
|
32536
32804
|
};
|
|
32537
32805
|
}
|
|
32806
|
+
/**
|
|
32807
|
+
* The deserialization information for the current model
|
|
32808
|
+
* @param CloudFlareRuleModel The instance to deserialize into.
|
|
32809
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
32810
|
+
*/
|
|
32811
|
+
// @ts-ignore
|
|
32812
|
+
export function deserializeIntoCloudFlareRuleModel(cloudFlareRuleModel = {}) {
|
|
32813
|
+
return {
|
|
32814
|
+
"action": n => { cloudFlareRuleModel.action = n.getStringValue(); },
|
|
32815
|
+
"backingStoreEnabled": n => { cloudFlareRuleModel.backingStoreEnabled = true; },
|
|
32816
|
+
"name": n => { cloudFlareRuleModel.name = n.getStringValue(); },
|
|
32817
|
+
"@odata.type": n => { cloudFlareRuleModel.odataType = n.getStringValue(); },
|
|
32818
|
+
"ruleId": n => { cloudFlareRuleModel.ruleId = n.getStringValue(); },
|
|
32819
|
+
};
|
|
32820
|
+
}
|
|
32821
|
+
/**
|
|
32822
|
+
* The deserialization information for the current model
|
|
32823
|
+
* @param CloudFlareRulesetModel The instance to deserialize into.
|
|
32824
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
32825
|
+
*/
|
|
32826
|
+
// @ts-ignore
|
|
32827
|
+
export function deserializeIntoCloudFlareRulesetModel(cloudFlareRulesetModel = {}) {
|
|
32828
|
+
return {
|
|
32829
|
+
"backingStoreEnabled": n => { cloudFlareRulesetModel.backingStoreEnabled = true; },
|
|
32830
|
+
"name": n => { cloudFlareRulesetModel.name = n.getStringValue(); },
|
|
32831
|
+
"@odata.type": n => { cloudFlareRulesetModel.odataType = n.getStringValue(); },
|
|
32832
|
+
"phaseName": n => { cloudFlareRulesetModel.phaseName = n.getStringValue(); },
|
|
32833
|
+
"rulesetId": n => { cloudFlareRulesetModel.rulesetId = n.getStringValue(); },
|
|
32834
|
+
};
|
|
32835
|
+
}
|
|
32836
|
+
/**
|
|
32837
|
+
* The deserialization information for the current model
|
|
32838
|
+
* @param CloudFlareVerifiedDetailsModel The instance to deserialize into.
|
|
32839
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
32840
|
+
*/
|
|
32841
|
+
// @ts-ignore
|
|
32842
|
+
export function deserializeIntoCloudFlareVerifiedDetailsModel(cloudFlareVerifiedDetailsModel = {}) {
|
|
32843
|
+
return Object.assign(Object.assign({}, deserializeIntoWebApplicationFirewallVerifiedDetails(cloudFlareVerifiedDetailsModel)), { "enabledCustomRules": n => { cloudFlareVerifiedDetailsModel.enabledCustomRules = n.getCollectionOfObjectValues(createCloudFlareRuleModelFromDiscriminatorValue); }, "enabledRecommendedRulesets": n => { cloudFlareVerifiedDetailsModel.enabledRecommendedRulesets = n.getCollectionOfObjectValues(createCloudFlareRulesetModelFromDiscriminatorValue); }, "zoneId": n => { cloudFlareVerifiedDetailsModel.zoneId = n.getStringValue(); } });
|
|
32844
|
+
}
|
|
32845
|
+
/**
|
|
32846
|
+
* The deserialization information for the current model
|
|
32847
|
+
* @param CloudFlareWebApplicationFirewallProvider The instance to deserialize into.
|
|
32848
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
32849
|
+
*/
|
|
32850
|
+
// @ts-ignore
|
|
32851
|
+
export function deserializeIntoCloudFlareWebApplicationFirewallProvider(cloudFlareWebApplicationFirewallProvider = {}) {
|
|
32852
|
+
return Object.assign(Object.assign({}, deserializeIntoWebApplicationFirewallProvider(cloudFlareWebApplicationFirewallProvider)), { "apiToken": n => { cloudFlareWebApplicationFirewallProvider.apiToken = n.getStringValue(); }, "zoneId": n => { cloudFlareWebApplicationFirewallProvider.zoneId = n.getStringValue(); } });
|
|
32853
|
+
}
|
|
32538
32854
|
/**
|
|
32539
32855
|
* The deserialization information for the current model
|
|
32540
32856
|
* @param CloudPC The instance to deserialize into.
|
|
@@ -36321,7 +36637,7 @@ export function deserializeIntoEducationAiFeedbackSettings(educationAiFeedbackSe
|
|
|
36321
36637
|
*/
|
|
36322
36638
|
// @ts-ignore
|
|
36323
36639
|
export function deserializeIntoEducationAssignment(educationAssignment = {}) {
|
|
36324
|
-
return Object.assign(Object.assign({}, deserializeIntoEntity(educationAssignment)), { "addedStudentAction": n => { educationAssignment.addedStudentAction = n.getEnumValue(EducationAddedStudentActionObject); }, "addToCalendarAction": n => { educationAssignment.addToCalendarAction = n.getEnumValue(EducationAddToCalendarOptionsObject); }, "allowLateSubmissions": n => { educationAssignment.allowLateSubmissions = n.getBooleanValue(); }, "allowStudentsToAddResourcesToSubmission": n => { educationAssignment.allowStudentsToAddResourcesToSubmission = n.getBooleanValue(); }, "assignDateTime": n => { educationAssignment.assignDateTime = n.getDateValue(); }, "assignedDateTime": n => { educationAssignment.assignedDateTime = n.getDateValue(); }, "assignTo": n => { educationAssignment.assignTo = n.getObjectValue(createEducationAssignmentRecipientFromDiscriminatorValue); }, "categories": n => { educationAssignment.categories = n.getCollectionOfObjectValues(createEducationCategoryFromDiscriminatorValue); }, "classId": n => { educationAssignment.classId = n.getStringValue(); }, "closeDateTime": n => { educationAssignment.closeDateTime = n.getDateValue(); }, "createdBy": n => { educationAssignment.createdBy = n.getObjectValue(createIdentitySetFromDiscriminatorValue); }, "createdDateTime": n => { educationAssignment.createdDateTime = n.getDateValue(); }, "displayName": n => { educationAssignment.displayName = n.getStringValue(); }, "dueDateTime": n => { educationAssignment.dueDateTime = n.getDateValue(); }, "feedbackResourcesFolderUrl": n => { educationAssignment.feedbackResourcesFolderUrl = n.getStringValue(); }, "grading": n => { educationAssignment.grading = n.getObjectValue(createEducationAssignmentGradeTypeFromDiscriminatorValue); }, "gradingCategory": n => { educationAssignment.gradingCategory = n.getObjectValue(createEducationGradingCategoryFromDiscriminatorValue); }, "instructions": n => { educationAssignment.instructions = n.getObjectValue(createEducationItemBodyFromDiscriminatorValue); }, "lastModifiedBy": n => { educationAssignment.lastModifiedBy = n.getObjectValue(createIdentitySetFromDiscriminatorValue); }, "lastModifiedDateTime": n => { educationAssignment.lastModifiedDateTime = n.getDateValue(); }, "moduleUrl": n => { educationAssignment.moduleUrl = n.getStringValue(); }, "notificationChannelUrl": n => { educationAssignment.notificationChannelUrl = n.getStringValue(); }, "resources": n => { educationAssignment.resources = n.getCollectionOfObjectValues(createEducationAssignmentResourceFromDiscriminatorValue); }, "resourcesFolderUrl": n => { educationAssignment.resourcesFolderUrl = n.getStringValue(); }, "rubric": n => { educationAssignment.rubric = n.getObjectValue(createEducationRubricFromDiscriminatorValue); }, "status": n => { educationAssignment.status = n.getEnumValue(EducationAssignmentStatusObject); }, "submissions": n => { educationAssignment.submissions = n.getCollectionOfObjectValues(createEducationSubmissionFromDiscriminatorValue); }, "webUrl": n => { educationAssignment.webUrl = n.getStringValue(); } });
|
|
36640
|
+
return Object.assign(Object.assign({}, deserializeIntoEntity(educationAssignment)), { "addedStudentAction": n => { educationAssignment.addedStudentAction = n.getEnumValue(EducationAddedStudentActionObject); }, "addToCalendarAction": n => { educationAssignment.addToCalendarAction = n.getEnumValue(EducationAddToCalendarOptionsObject); }, "allowLateSubmissions": n => { educationAssignment.allowLateSubmissions = n.getBooleanValue(); }, "allowStudentsToAddResourcesToSubmission": n => { educationAssignment.allowStudentsToAddResourcesToSubmission = n.getBooleanValue(); }, "assignDateTime": n => { educationAssignment.assignDateTime = n.getDateValue(); }, "assignedDateTime": n => { educationAssignment.assignedDateTime = n.getDateValue(); }, "assignTo": n => { educationAssignment.assignTo = n.getObjectValue(createEducationAssignmentRecipientFromDiscriminatorValue); }, "categories": n => { educationAssignment.categories = n.getCollectionOfObjectValues(createEducationCategoryFromDiscriminatorValue); }, "classId": n => { educationAssignment.classId = n.getStringValue(); }, "closeDateTime": n => { educationAssignment.closeDateTime = n.getDateValue(); }, "createdBy": n => { educationAssignment.createdBy = n.getObjectValue(createIdentitySetFromDiscriminatorValue); }, "createdDateTime": n => { educationAssignment.createdDateTime = n.getDateValue(); }, "displayName": n => { educationAssignment.displayName = n.getStringValue(); }, "dueDateTime": n => { educationAssignment.dueDateTime = n.getDateValue(); }, "feedbackResourcesFolderUrl": n => { educationAssignment.feedbackResourcesFolderUrl = n.getStringValue(); }, "grading": n => { educationAssignment.grading = n.getObjectValue(createEducationAssignmentGradeTypeFromDiscriminatorValue); }, "gradingCategory": n => { educationAssignment.gradingCategory = n.getObjectValue(createEducationGradingCategoryFromDiscriminatorValue); }, "gradingScheme": n => { educationAssignment.gradingScheme = n.getObjectValue(createEducationGradingSchemeFromDiscriminatorValue); }, "instructions": n => { educationAssignment.instructions = n.getObjectValue(createEducationItemBodyFromDiscriminatorValue); }, "languageTag": n => { educationAssignment.languageTag = n.getStringValue(); }, "lastModifiedBy": n => { educationAssignment.lastModifiedBy = n.getObjectValue(createIdentitySetFromDiscriminatorValue); }, "lastModifiedDateTime": n => { educationAssignment.lastModifiedDateTime = n.getDateValue(); }, "moduleUrl": n => { educationAssignment.moduleUrl = n.getStringValue(); }, "notificationChannelUrl": n => { educationAssignment.notificationChannelUrl = n.getStringValue(); }, "resources": n => { educationAssignment.resources = n.getCollectionOfObjectValues(createEducationAssignmentResourceFromDiscriminatorValue); }, "resourcesFolderUrl": n => { educationAssignment.resourcesFolderUrl = n.getStringValue(); }, "rubric": n => { educationAssignment.rubric = n.getObjectValue(createEducationRubricFromDiscriminatorValue); }, "status": n => { educationAssignment.status = n.getEnumValue(EducationAssignmentStatusObject); }, "submissions": n => { educationAssignment.submissions = n.getCollectionOfObjectValues(createEducationSubmissionFromDiscriminatorValue); }, "webUrl": n => { educationAssignment.webUrl = n.getStringValue(); } });
|
|
36325
36641
|
}
|
|
36326
36642
|
/**
|
|
36327
36643
|
* The deserialization information for the current model
|
|
@@ -36449,7 +36765,7 @@ export function deserializeIntoEducationAssignmentResourceCollectionResponse(edu
|
|
|
36449
36765
|
*/
|
|
36450
36766
|
// @ts-ignore
|
|
36451
36767
|
export function deserializeIntoEducationAssignmentSettings(educationAssignmentSettings = {}) {
|
|
36452
|
-
return Object.assign(Object.assign({}, deserializeIntoEntity(educationAssignmentSettings)), { "gradingCategories": n => { educationAssignmentSettings.gradingCategories = n.getCollectionOfObjectValues(createEducationGradingCategoryFromDiscriminatorValue); }, "submissionAnimationDisabled": n => { educationAssignmentSettings.submissionAnimationDisabled = n.getBooleanValue(); } });
|
|
36768
|
+
return Object.assign(Object.assign({}, deserializeIntoEntity(educationAssignmentSettings)), { "defaultGradingScheme": n => { educationAssignmentSettings.defaultGradingScheme = n.getObjectValue(createEducationGradingSchemeFromDiscriminatorValue); }, "gradingCategories": n => { educationAssignmentSettings.gradingCategories = n.getCollectionOfObjectValues(createEducationGradingCategoryFromDiscriminatorValue); }, "gradingSchemes": n => { educationAssignmentSettings.gradingSchemes = n.getCollectionOfObjectValues(createEducationGradingSchemeFromDiscriminatorValue); }, "submissionAnimationDisabled": n => { educationAssignmentSettings.submissionAnimationDisabled = n.getBooleanValue(); } });
|
|
36453
36769
|
}
|
|
36454
36770
|
/**
|
|
36455
36771
|
* The deserialization information for the current model
|
|
@@ -36591,6 +36907,39 @@ export function deserializeIntoEducationGradingCategory(educationGradingCategory
|
|
|
36591
36907
|
export function deserializeIntoEducationGradingCategoryCollectionResponse(educationGradingCategoryCollectionResponse = {}) {
|
|
36592
36908
|
return Object.assign(Object.assign({}, deserializeIntoBaseCollectionPaginationCountResponse(educationGradingCategoryCollectionResponse)), { "value": n => { educationGradingCategoryCollectionResponse.value = n.getCollectionOfObjectValues(createEducationGradingCategoryFromDiscriminatorValue); } });
|
|
36593
36909
|
}
|
|
36910
|
+
/**
|
|
36911
|
+
* The deserialization information for the current model
|
|
36912
|
+
* @param EducationGradingScheme The instance to deserialize into.
|
|
36913
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
36914
|
+
*/
|
|
36915
|
+
// @ts-ignore
|
|
36916
|
+
export function deserializeIntoEducationGradingScheme(educationGradingScheme = {}) {
|
|
36917
|
+
return Object.assign(Object.assign({}, deserializeIntoEntity(educationGradingScheme)), { "displayName": n => { educationGradingScheme.displayName = n.getStringValue(); }, "grades": n => { educationGradingScheme.grades = n.getCollectionOfObjectValues(createEducationGradingSchemeGradeFromDiscriminatorValue); }, "hidePointsDuringGrading": n => { educationGradingScheme.hidePointsDuringGrading = n.getBooleanValue(); } });
|
|
36918
|
+
}
|
|
36919
|
+
/**
|
|
36920
|
+
* The deserialization information for the current model
|
|
36921
|
+
* @param EducationGradingSchemeCollectionResponse The instance to deserialize into.
|
|
36922
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
36923
|
+
*/
|
|
36924
|
+
// @ts-ignore
|
|
36925
|
+
export function deserializeIntoEducationGradingSchemeCollectionResponse(educationGradingSchemeCollectionResponse = {}) {
|
|
36926
|
+
return Object.assign(Object.assign({}, deserializeIntoBaseCollectionPaginationCountResponse(educationGradingSchemeCollectionResponse)), { "value": n => { educationGradingSchemeCollectionResponse.value = n.getCollectionOfObjectValues(createEducationGradingSchemeFromDiscriminatorValue); } });
|
|
36927
|
+
}
|
|
36928
|
+
/**
|
|
36929
|
+
* The deserialization information for the current model
|
|
36930
|
+
* @param EducationGradingSchemeGrade The instance to deserialize into.
|
|
36931
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
36932
|
+
*/
|
|
36933
|
+
// @ts-ignore
|
|
36934
|
+
export function deserializeIntoEducationGradingSchemeGrade(educationGradingSchemeGrade = {}) {
|
|
36935
|
+
return {
|
|
36936
|
+
"backingStoreEnabled": n => { educationGradingSchemeGrade.backingStoreEnabled = true; },
|
|
36937
|
+
"defaultPercentage": n => { educationGradingSchemeGrade.defaultPercentage = n.getNumberValue(); },
|
|
36938
|
+
"displayName": n => { educationGradingSchemeGrade.displayName = n.getStringValue(); },
|
|
36939
|
+
"minPercentage": n => { educationGradingSchemeGrade.minPercentage = n.getNumberValue(); },
|
|
36940
|
+
"@odata.type": n => { educationGradingSchemeGrade.odataType = n.getStringValue(); },
|
|
36941
|
+
};
|
|
36942
|
+
}
|
|
36594
36943
|
/**
|
|
36595
36944
|
* The deserialization information for the current model
|
|
36596
36945
|
* @param EducationItemBody The instance to deserialize into.
|
|
@@ -38458,7 +38807,7 @@ export function deserializeIntoIdentityBuiltInUserFlowAttribute(identityBuiltInU
|
|
|
38458
38807
|
*/
|
|
38459
38808
|
// @ts-ignore
|
|
38460
38809
|
export function deserializeIntoIdentityContainer(identityContainer = {}) {
|
|
38461
|
-
return Object.assign(Object.assign({}, deserializeIntoEntity(identityContainer)), { "apiConnectors": n => { identityContainer.apiConnectors = n.getCollectionOfObjectValues(createIdentityApiConnectorFromDiscriminatorValue); }, "authenticationEventListeners": n => { identityContainer.authenticationEventListeners = n.getCollectionOfObjectValues(createAuthenticationEventListenerFromDiscriminatorValue); }, "authenticationEventsFlows": n => { identityContainer.authenticationEventsFlows = n.getCollectionOfObjectValues(createAuthenticationEventsFlowFromDiscriminatorValue); }, "b2xUserFlows": n => { identityContainer.b2xUserFlows = n.getCollectionOfObjectValues(createB2xIdentityUserFlowFromDiscriminatorValue); }, "conditionalAccess": n => { identityContainer.conditionalAccess = n.getObjectValue(createConditionalAccessRootFromDiscriminatorValue); }, "customAuthenticationExtensions": n => { identityContainer.customAuthenticationExtensions = n.getCollectionOfObjectValues(createCustomAuthenticationExtensionFromDiscriminatorValue); }, "identityProviders": n => { identityContainer.identityProviders = n.getCollectionOfObjectValues(createIdentityProviderBaseFromDiscriminatorValue); }, "userFlowAttributes": n => { identityContainer.userFlowAttributes = n.getCollectionOfObjectValues(createIdentityUserFlowAttributeFromDiscriminatorValue); } });
|
|
38810
|
+
return Object.assign(Object.assign({}, deserializeIntoEntity(identityContainer)), { "apiConnectors": n => { identityContainer.apiConnectors = n.getCollectionOfObjectValues(createIdentityApiConnectorFromDiscriminatorValue); }, "authenticationEventListeners": n => { identityContainer.authenticationEventListeners = n.getCollectionOfObjectValues(createAuthenticationEventListenerFromDiscriminatorValue); }, "authenticationEventsFlows": n => { identityContainer.authenticationEventsFlows = n.getCollectionOfObjectValues(createAuthenticationEventsFlowFromDiscriminatorValue); }, "b2xUserFlows": n => { identityContainer.b2xUserFlows = n.getCollectionOfObjectValues(createB2xIdentityUserFlowFromDiscriminatorValue); }, "conditionalAccess": n => { identityContainer.conditionalAccess = n.getObjectValue(createConditionalAccessRootFromDiscriminatorValue); }, "customAuthenticationExtensions": n => { identityContainer.customAuthenticationExtensions = n.getCollectionOfObjectValues(createCustomAuthenticationExtensionFromDiscriminatorValue); }, "identityProviders": n => { identityContainer.identityProviders = n.getCollectionOfObjectValues(createIdentityProviderBaseFromDiscriminatorValue); }, "riskPrevention": n => { identityContainer.riskPrevention = n.getObjectValue(createRiskPreventionContainerFromDiscriminatorValue); }, "userFlowAttributes": n => { identityContainer.userFlowAttributes = n.getCollectionOfObjectValues(createIdentityUserFlowAttributeFromDiscriminatorValue); } });
|
|
38462
38811
|
}
|
|
38463
38812
|
/**
|
|
38464
38813
|
* The deserialization information for the current model
|
|
@@ -39111,15 +39460,6 @@ export function deserializeIntoIosCompliancePolicy(iosCompliancePolicy = {}) {
|
|
|
39111
39460
|
export function deserializeIntoIosCustomConfiguration(iosCustomConfiguration = {}) {
|
|
39112
39461
|
return Object.assign(Object.assign({}, deserializeIntoDeviceConfiguration(iosCustomConfiguration)), { "payload": n => { iosCustomConfiguration.payload = n.getByteArrayValue(); }, "payloadFileName": n => { iosCustomConfiguration.payloadFileName = n.getStringValue(); }, "payloadName": n => { iosCustomConfiguration.payloadName = n.getStringValue(); } });
|
|
39113
39462
|
}
|
|
39114
|
-
/**
|
|
39115
|
-
* The deserialization information for the current model
|
|
39116
|
-
* @param IosDdmLobAppAssignmentSettings The instance to deserialize into.
|
|
39117
|
-
* @returns {Record<string, (node: ParseNode) => void>}
|
|
39118
|
-
*/
|
|
39119
|
-
// @ts-ignore
|
|
39120
|
-
export function deserializeIntoIosDdmLobAppAssignmentSettings(iosDdmLobAppAssignmentSettings = {}) {
|
|
39121
|
-
return Object.assign(Object.assign({}, deserializeIntoMobileAppAssignmentSettings(iosDdmLobAppAssignmentSettings)), { "associatedDomains": n => { iosDdmLobAppAssignmentSettings.associatedDomains = n.getCollectionOfPrimitiveValues(); }, "associatedDomainsDirectDownloadAllowed": n => { iosDdmLobAppAssignmentSettings.associatedDomainsDirectDownloadAllowed = n.getBooleanValue(); }, "preventManagedAppBackup": n => { iosDdmLobAppAssignmentSettings.preventManagedAppBackup = n.getBooleanValue(); }, "tapToPayScreenLockEnabled": n => { iosDdmLobAppAssignmentSettings.tapToPayScreenLockEnabled = n.getBooleanValue(); }, "vpnConfigurationId": n => { iosDdmLobAppAssignmentSettings.vpnConfigurationId = n.getStringValue(); } });
|
|
39122
|
-
}
|
|
39123
39463
|
/**
|
|
39124
39464
|
* The deserialization information for the current model
|
|
39125
39465
|
* @param IosDeviceFeaturesConfiguration The instance to deserialize into.
|
|
@@ -46621,6 +46961,20 @@ export function deserializeIntoRiskDetection(riskDetection = {}) {
|
|
|
46621
46961
|
export function deserializeIntoRiskDetectionCollectionResponse(riskDetectionCollectionResponse = {}) {
|
|
46622
46962
|
return Object.assign(Object.assign({}, deserializeIntoBaseCollectionPaginationCountResponse(riskDetectionCollectionResponse)), { "value": n => { riskDetectionCollectionResponse.value = n.getCollectionOfObjectValues(createRiskDetectionFromDiscriminatorValue); } });
|
|
46623
46963
|
}
|
|
46964
|
+
/**
|
|
46965
|
+
* The deserialization information for the current model
|
|
46966
|
+
* @param RiskPreventionContainer The instance to deserialize into.
|
|
46967
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
46968
|
+
*/
|
|
46969
|
+
// @ts-ignore
|
|
46970
|
+
export function deserializeIntoRiskPreventionContainer(riskPreventionContainer = {}) {
|
|
46971
|
+
return {
|
|
46972
|
+
"backingStoreEnabled": n => { riskPreventionContainer.backingStoreEnabled = true; },
|
|
46973
|
+
"@odata.type": n => { riskPreventionContainer.odataType = n.getStringValue(); },
|
|
46974
|
+
"webApplicationFirewallProviders": n => { riskPreventionContainer.webApplicationFirewallProviders = n.getCollectionOfObjectValues(createWebApplicationFirewallProviderFromDiscriminatorValue); },
|
|
46975
|
+
"webApplicationFirewallVerifications": n => { riskPreventionContainer.webApplicationFirewallVerifications = n.getCollectionOfObjectValues(createWebApplicationFirewallVerificationModelFromDiscriminatorValue); },
|
|
46976
|
+
};
|
|
46977
|
+
}
|
|
46624
46978
|
/**
|
|
46625
46979
|
* The deserialization information for the current model
|
|
46626
46980
|
* @param RiskServicePrincipalActivity The instance to deserialize into.
|
|
@@ -51490,7 +51844,7 @@ export function deserializeIntoUsedInsightCollectionResponse(usedInsightCollecti
|
|
|
51490
51844
|
*/
|
|
51491
51845
|
// @ts-ignore
|
|
51492
51846
|
export function deserializeIntoUser(user = {}) {
|
|
51493
|
-
return Object.assign(Object.assign({}, deserializeIntoDirectoryObject(user)), { "aboutMe": n => { user.aboutMe = n.getStringValue(); }, "accountEnabled": n => { user.accountEnabled = n.getBooleanValue(); }, "activities": n => { user.activities = n.getCollectionOfObjectValues(createUserActivityFromDiscriminatorValue); }, "ageGroup": n => { user.ageGroup = n.getStringValue(); }, "agreementAcceptances": n => { user.agreementAcceptances = n.getCollectionOfObjectValues(createAgreementAcceptanceFromDiscriminatorValue); }, "appRoleAssignments": n => { user.appRoleAssignments = n.getCollectionOfObjectValues(createAppRoleAssignmentFromDiscriminatorValue); }, "assignedLicenses": n => { user.assignedLicenses = n.getCollectionOfObjectValues(createAssignedLicenseFromDiscriminatorValue); }, "assignedPlans": n => { user.assignedPlans = n.getCollectionOfObjectValues(createAssignedPlanFromDiscriminatorValue); }, "authentication": n => { user.authentication = n.getObjectValue(createAuthenticationFromDiscriminatorValue); }, "authorizationInfo": n => { user.authorizationInfo = n.getObjectValue(createAuthorizationInfoFromDiscriminatorValue); }, "birthday": n => { user.birthday = n.getDateValue(); }, "businessPhones": n => { user.businessPhones = n.getCollectionOfPrimitiveValues(); }, "calendar": n => { user.calendar = n.getObjectValue(createCalendarFromDiscriminatorValue); }, "calendarGroups": n => { user.calendarGroups = n.getCollectionOfObjectValues(createCalendarGroupFromDiscriminatorValue); }, "calendars": n => { user.calendars = n.getCollectionOfObjectValues(createCalendarFromDiscriminatorValue); }, "calendarView": n => { user.calendarView = n.getCollectionOfObjectValues(createEventFromDiscriminatorValue); }, "chats": n => { user.chats = n.getCollectionOfObjectValues(createChatFromDiscriminatorValue); }, "city": n => { user.city = n.getStringValue(); }, "cloudClipboard": n => { user.cloudClipboard = n.getObjectValue(createCloudClipboardRootFromDiscriminatorValue); }, "companyName": n => { user.companyName = n.getStringValue(); }, "consentProvidedForMinor": n => { user.consentProvidedForMinor = n.getStringValue(); }, "contactFolders": n => { user.contactFolders = n.getCollectionOfObjectValues(createContactFolderFromDiscriminatorValue); }, "contacts": n => { user.contacts = n.getCollectionOfObjectValues(createContactFromDiscriminatorValue); }, "country": n => { user.country = n.getStringValue(); }, "createdDateTime": n => { user.createdDateTime = n.getDateValue(); }, "createdObjects": n => { user.createdObjects = n.getCollectionOfObjectValues(createDirectoryObjectFromDiscriminatorValue); }, "creationType": n => { user.creationType = n.getStringValue(); }, "customSecurityAttributes": n => { user.customSecurityAttributes = n.getObjectValue(createCustomSecurityAttributeValueFromDiscriminatorValue); }, "dataSecurityAndGovernance": n => { user.dataSecurityAndGovernance = n.getObjectValue(createUserDataSecurityAndGovernanceFromDiscriminatorValue); }, "department": n => { user.department = n.getStringValue(); }, "deviceEnrollmentLimit": n => { user.deviceEnrollmentLimit = n.getNumberValue(); }, "deviceManagementTroubleshootingEvents": n => { user.deviceManagementTroubleshootingEvents = n.getCollectionOfObjectValues(createDeviceManagementTroubleshootingEventFromDiscriminatorValue); }, "directReports": n => { user.directReports = n.getCollectionOfObjectValues(createDirectoryObjectFromDiscriminatorValue); }, "displayName": n => { user.displayName = n.getStringValue(); }, "drive": n => { user.drive = n.getObjectValue(createDriveFromDiscriminatorValue); }, "drives": n => { user.drives = n.getCollectionOfObjectValues(createDriveFromDiscriminatorValue); }, "employeeExperience": n => { user.employeeExperience = n.getObjectValue(createEmployeeExperienceUserFromDiscriminatorValue); }, "employeeHireDate": n => { user.employeeHireDate = n.getDateValue(); }, "employeeId": n => { user.employeeId = n.getStringValue(); }, "employeeLeaveDateTime": n => { user.employeeLeaveDateTime = n.getDateValue(); }, "employeeOrgData": n => { user.employeeOrgData = n.getObjectValue(createEmployeeOrgDataFromDiscriminatorValue); }, "employeeType": n => { user.employeeType = n.getStringValue(); }, "events": n => { user.events = n.getCollectionOfObjectValues(createEventFromDiscriminatorValue); }, "extensions": n => { user.extensions = n.getCollectionOfObjectValues(createExtensionFromDiscriminatorValue); }, "externalUserState": n => { user.externalUserState = n.getStringValue(); }, "externalUserStateChangeDateTime": n => { user.externalUserStateChangeDateTime = n.getDateValue(); }, "faxNumber": n => { user.faxNumber = n.getStringValue(); }, "followedSites": n => { user.followedSites = n.getCollectionOfObjectValues(createSiteFromDiscriminatorValue); }, "givenName": n => { user.givenName = n.getStringValue(); }, "hireDate": n => { user.hireDate = n.getDateValue(); }, "identities": n => { user.identities = n.getCollectionOfObjectValues(createObjectIdentityFromDiscriminatorValue); }, "imAddresses": n => { user.imAddresses = n.getCollectionOfPrimitiveValues(); }, "inferenceClassification": n => { user.inferenceClassification = n.getObjectValue(createInferenceClassificationFromDiscriminatorValue); }, "insights": n => { user.insights = n.getObjectValue(createItemInsightsFromDiscriminatorValue); }, "interests": n => { user.interests = n.getCollectionOfPrimitiveValues(); }, "isManagementRestricted": n => { user.isManagementRestricted = n.getBooleanValue(); }, "isResourceAccount": n => { user.isResourceAccount = n.getBooleanValue(); }, "jobTitle": n => { user.jobTitle = n.getStringValue(); }, "joinedTeams": n => { user.joinedTeams = n.getCollectionOfObjectValues(createTeamFromDiscriminatorValue); }, "lastPasswordChangeDateTime": n => { user.lastPasswordChangeDateTime = n.getDateValue(); }, "legalAgeGroupClassification": n => { user.legalAgeGroupClassification = n.getStringValue(); }, "licenseAssignmentStates": n => { user.licenseAssignmentStates = n.getCollectionOfObjectValues(createLicenseAssignmentStateFromDiscriminatorValue); }, "licenseDetails": n => { user.licenseDetails = n.getCollectionOfObjectValues(createLicenseDetailsFromDiscriminatorValue); }, "mail": n => { user.mail = n.getStringValue(); }, "mailboxSettings": n => { user.mailboxSettings = n.getObjectValue(createMailboxSettingsFromDiscriminatorValue); }, "mailFolders": n => { user.mailFolders = n.getCollectionOfObjectValues(createMailFolderFromDiscriminatorValue); }, "mailNickname": n => { user.mailNickname = n.getStringValue(); }, "managedAppRegistrations": n => { user.managedAppRegistrations = n.getCollectionOfObjectValues(createManagedAppRegistrationFromDiscriminatorValue); }, "managedDevices": n => { user.managedDevices = n.getCollectionOfObjectValues(createManagedDeviceFromDiscriminatorValue); }, "manager": n => { user.manager = n.getObjectValue(createDirectoryObjectFromDiscriminatorValue); }, "memberOf": n => { user.memberOf = n.getCollectionOfObjectValues(createDirectoryObjectFromDiscriminatorValue); }, "messages": n => { user.messages = n.getCollectionOfObjectValues(createMessageFromDiscriminatorValue); }, "mobilePhone": n => { user.mobilePhone = n.getStringValue(); }, "mySite": n => { user.mySite = n.getStringValue(); }, "oauth2PermissionGrants": n => { user.oauth2PermissionGrants = n.getCollectionOfObjectValues(createOAuth2PermissionGrantFromDiscriminatorValue); }, "officeLocation": n => { user.officeLocation = n.getStringValue(); }, "onenote": n => { user.onenote = n.getObjectValue(createOnenoteFromDiscriminatorValue); }, "onlineMeetings": n => { user.onlineMeetings = n.getCollectionOfObjectValues(createOnlineMeetingFromDiscriminatorValue); }, "onPremisesDistinguishedName": n => { user.onPremisesDistinguishedName = n.getStringValue(); }, "onPremisesDomainName": n => { user.onPremisesDomainName = n.getStringValue(); }, "onPremisesExtensionAttributes": n => { user.onPremisesExtensionAttributes = n.getObjectValue(createOnPremisesExtensionAttributesFromDiscriminatorValue); }, "onPremisesImmutableId": n => { user.onPremisesImmutableId = n.getStringValue(); }, "onPremisesLastSyncDateTime": n => { user.onPremisesLastSyncDateTime = n.getDateValue(); }, "onPremisesProvisioningErrors": n => { user.onPremisesProvisioningErrors = n.getCollectionOfObjectValues(createOnPremisesProvisioningErrorFromDiscriminatorValue); }, "onPremisesSamAccountName": n => { user.onPremisesSamAccountName = n.getStringValue(); }, "onPremisesSecurityIdentifier": n => { user.onPremisesSecurityIdentifier = n.getStringValue(); }, "onPremisesSyncEnabled": n => { user.onPremisesSyncEnabled = n.getBooleanValue(); }, "onPremisesUserPrincipalName": n => { user.onPremisesUserPrincipalName = n.getStringValue(); }, "otherMails": n => { user.otherMails = n.getCollectionOfPrimitiveValues(); }, "outlook": n => { user.outlook = n.getObjectValue(createOutlookUserFromDiscriminatorValue); }, "ownedDevices": n => { user.ownedDevices = n.getCollectionOfObjectValues(createDirectoryObjectFromDiscriminatorValue); }, "ownedObjects": n => { user.ownedObjects = n.getCollectionOfObjectValues(createDirectoryObjectFromDiscriminatorValue); }, "passwordPolicies": n => { user.passwordPolicies = n.getStringValue(); }, "passwordProfile": n => { user.passwordProfile = n.getObjectValue(createPasswordProfileFromDiscriminatorValue); }, "pastProjects": n => { user.pastProjects = n.getCollectionOfPrimitiveValues(); }, "people": n => { user.people = n.getCollectionOfObjectValues(createPersonFromDiscriminatorValue); }, "permissionGrants": n => { user.permissionGrants = n.getCollectionOfObjectValues(createResourceSpecificPermissionGrantFromDiscriminatorValue); }, "photo": n => { user.photo = n.getObjectValue(createProfilePhotoFromDiscriminatorValue); }, "photos": n => { user.photos = n.getCollectionOfObjectValues(createProfilePhotoFromDiscriminatorValue); }, "planner": n => { user.planner = n.getObjectValue(createPlannerUserFromDiscriminatorValue); }, "postalCode": n => { user.postalCode = n.getStringValue(); }, "preferredDataLocation": n => { user.preferredDataLocation = n.getStringValue(); }, "preferredLanguage": n => { user.preferredLanguage = n.getStringValue(); }, "preferredName": n => { user.preferredName = n.getStringValue(); }, "presence": n => { user.presence = n.getObjectValue(createPresenceFromDiscriminatorValue); }, "print": n => { user.print = n.getObjectValue(createUserPrintFromDiscriminatorValue); }, "provisionedPlans": n => { user.provisionedPlans = n.getCollectionOfObjectValues(createProvisionedPlanFromDiscriminatorValue); }, "proxyAddresses": n => { user.proxyAddresses = n.getCollectionOfPrimitiveValues(); }, "registeredDevices": n => { user.registeredDevices = n.getCollectionOfObjectValues(createDirectoryObjectFromDiscriminatorValue); }, "responsibilities": n => { user.responsibilities = n.getCollectionOfPrimitiveValues(); }, "schools": n => { user.schools = n.getCollectionOfPrimitiveValues(); }, "scopedRoleMemberOf": n => { user.scopedRoleMemberOf = n.getCollectionOfObjectValues(createScopedRoleMembershipFromDiscriminatorValue); }, "securityIdentifier": n => { user.securityIdentifier = n.getStringValue(); }, "serviceProvisioningErrors": n => { user.serviceProvisioningErrors = n.getCollectionOfObjectValues(createServiceProvisioningErrorFromDiscriminatorValue); }, "settings": n => { user.settings = n.getObjectValue(createUserSettingsFromDiscriminatorValue); }, "showInAddressList": n => { user.showInAddressList = n.getBooleanValue(); }, "signInActivity": n => { user.signInActivity = n.getObjectValue(createSignInActivityFromDiscriminatorValue); }, "signInSessionsValidFromDateTime": n => { user.signInSessionsValidFromDateTime = n.getDateValue(); }, "skills": n => { user.skills = n.getCollectionOfPrimitiveValues(); }, "solutions": n => { user.solutions = n.getObjectValue(createUserSolutionRootFromDiscriminatorValue); }, "sponsors": n => { user.sponsors = n.getCollectionOfObjectValues(createDirectoryObjectFromDiscriminatorValue); }, "state": n => { user.state = n.getStringValue(); }, "streetAddress": n => { user.streetAddress = n.getStringValue(); }, "surname": n => { user.surname = n.getStringValue(); }, "teamwork": n => { user.teamwork = n.getObjectValue(createUserTeamworkFromDiscriminatorValue); }, "todo": n => { user.todo = n.getObjectValue(createTodoFromDiscriminatorValue); }, "transitiveMemberOf": n => { user.transitiveMemberOf = n.getCollectionOfObjectValues(createDirectoryObjectFromDiscriminatorValue); }, "usageLocation": n => { user.usageLocation = n.getStringValue(); }, "userPrincipalName": n => { user.userPrincipalName = n.getStringValue(); }, "userType": n => { user.userType = n.getStringValue(); } });
|
|
51847
|
+
return Object.assign(Object.assign({}, deserializeIntoDirectoryObject(user)), { "aboutMe": n => { user.aboutMe = n.getStringValue(); }, "accountEnabled": n => { user.accountEnabled = n.getBooleanValue(); }, "activities": n => { user.activities = n.getCollectionOfObjectValues(createUserActivityFromDiscriminatorValue); }, "ageGroup": n => { user.ageGroup = n.getStringValue(); }, "agreementAcceptances": n => { user.agreementAcceptances = n.getCollectionOfObjectValues(createAgreementAcceptanceFromDiscriminatorValue); }, "appRoleAssignments": n => { user.appRoleAssignments = n.getCollectionOfObjectValues(createAppRoleAssignmentFromDiscriminatorValue); }, "assignedLicenses": n => { user.assignedLicenses = n.getCollectionOfObjectValues(createAssignedLicenseFromDiscriminatorValue); }, "assignedPlans": n => { user.assignedPlans = n.getCollectionOfObjectValues(createAssignedPlanFromDiscriminatorValue); }, "authentication": n => { user.authentication = n.getObjectValue(createAuthenticationFromDiscriminatorValue); }, "authorizationInfo": n => { user.authorizationInfo = n.getObjectValue(createAuthorizationInfoFromDiscriminatorValue); }, "birthday": n => { user.birthday = n.getDateValue(); }, "businessPhones": n => { user.businessPhones = n.getCollectionOfPrimitiveValues(); }, "calendar": n => { user.calendar = n.getObjectValue(createCalendarFromDiscriminatorValue); }, "calendarGroups": n => { user.calendarGroups = n.getCollectionOfObjectValues(createCalendarGroupFromDiscriminatorValue); }, "calendars": n => { user.calendars = n.getCollectionOfObjectValues(createCalendarFromDiscriminatorValue); }, "calendarView": n => { user.calendarView = n.getCollectionOfObjectValues(createEventFromDiscriminatorValue); }, "chats": n => { user.chats = n.getCollectionOfObjectValues(createChatFromDiscriminatorValue); }, "city": n => { user.city = n.getStringValue(); }, "cloudClipboard": n => { user.cloudClipboard = n.getObjectValue(createCloudClipboardRootFromDiscriminatorValue); }, "cloudPCs": n => { user.cloudPCs = n.getCollectionOfObjectValues(createCloudPCFromDiscriminatorValue); }, "companyName": n => { user.companyName = n.getStringValue(); }, "consentProvidedForMinor": n => { user.consentProvidedForMinor = n.getStringValue(); }, "contactFolders": n => { user.contactFolders = n.getCollectionOfObjectValues(createContactFolderFromDiscriminatorValue); }, "contacts": n => { user.contacts = n.getCollectionOfObjectValues(createContactFromDiscriminatorValue); }, "country": n => { user.country = n.getStringValue(); }, "createdDateTime": n => { user.createdDateTime = n.getDateValue(); }, "createdObjects": n => { user.createdObjects = n.getCollectionOfObjectValues(createDirectoryObjectFromDiscriminatorValue); }, "creationType": n => { user.creationType = n.getStringValue(); }, "customSecurityAttributes": n => { user.customSecurityAttributes = n.getObjectValue(createCustomSecurityAttributeValueFromDiscriminatorValue); }, "dataSecurityAndGovernance": n => { user.dataSecurityAndGovernance = n.getObjectValue(createUserDataSecurityAndGovernanceFromDiscriminatorValue); }, "department": n => { user.department = n.getStringValue(); }, "deviceEnrollmentLimit": n => { user.deviceEnrollmentLimit = n.getNumberValue(); }, "deviceManagementTroubleshootingEvents": n => { user.deviceManagementTroubleshootingEvents = n.getCollectionOfObjectValues(createDeviceManagementTroubleshootingEventFromDiscriminatorValue); }, "directReports": n => { user.directReports = n.getCollectionOfObjectValues(createDirectoryObjectFromDiscriminatorValue); }, "displayName": n => { user.displayName = n.getStringValue(); }, "drive": n => { user.drive = n.getObjectValue(createDriveFromDiscriminatorValue); }, "drives": n => { user.drives = n.getCollectionOfObjectValues(createDriveFromDiscriminatorValue); }, "employeeExperience": n => { user.employeeExperience = n.getObjectValue(createEmployeeExperienceUserFromDiscriminatorValue); }, "employeeHireDate": n => { user.employeeHireDate = n.getDateValue(); }, "employeeId": n => { user.employeeId = n.getStringValue(); }, "employeeLeaveDateTime": n => { user.employeeLeaveDateTime = n.getDateValue(); }, "employeeOrgData": n => { user.employeeOrgData = n.getObjectValue(createEmployeeOrgDataFromDiscriminatorValue); }, "employeeType": n => { user.employeeType = n.getStringValue(); }, "events": n => { user.events = n.getCollectionOfObjectValues(createEventFromDiscriminatorValue); }, "extensions": n => { user.extensions = n.getCollectionOfObjectValues(createExtensionFromDiscriminatorValue); }, "externalUserState": n => { user.externalUserState = n.getStringValue(); }, "externalUserStateChangeDateTime": n => { user.externalUserStateChangeDateTime = n.getDateValue(); }, "faxNumber": n => { user.faxNumber = n.getStringValue(); }, "followedSites": n => { user.followedSites = n.getCollectionOfObjectValues(createSiteFromDiscriminatorValue); }, "givenName": n => { user.givenName = n.getStringValue(); }, "hireDate": n => { user.hireDate = n.getDateValue(); }, "identities": n => { user.identities = n.getCollectionOfObjectValues(createObjectIdentityFromDiscriminatorValue); }, "imAddresses": n => { user.imAddresses = n.getCollectionOfPrimitiveValues(); }, "inferenceClassification": n => { user.inferenceClassification = n.getObjectValue(createInferenceClassificationFromDiscriminatorValue); }, "insights": n => { user.insights = n.getObjectValue(createItemInsightsFromDiscriminatorValue); }, "interests": n => { user.interests = n.getCollectionOfPrimitiveValues(); }, "isManagementRestricted": n => { user.isManagementRestricted = n.getBooleanValue(); }, "isResourceAccount": n => { user.isResourceAccount = n.getBooleanValue(); }, "jobTitle": n => { user.jobTitle = n.getStringValue(); }, "joinedTeams": n => { user.joinedTeams = n.getCollectionOfObjectValues(createTeamFromDiscriminatorValue); }, "lastPasswordChangeDateTime": n => { user.lastPasswordChangeDateTime = n.getDateValue(); }, "legalAgeGroupClassification": n => { user.legalAgeGroupClassification = n.getStringValue(); }, "licenseAssignmentStates": n => { user.licenseAssignmentStates = n.getCollectionOfObjectValues(createLicenseAssignmentStateFromDiscriminatorValue); }, "licenseDetails": n => { user.licenseDetails = n.getCollectionOfObjectValues(createLicenseDetailsFromDiscriminatorValue); }, "mail": n => { user.mail = n.getStringValue(); }, "mailboxSettings": n => { user.mailboxSettings = n.getObjectValue(createMailboxSettingsFromDiscriminatorValue); }, "mailFolders": n => { user.mailFolders = n.getCollectionOfObjectValues(createMailFolderFromDiscriminatorValue); }, "mailNickname": n => { user.mailNickname = n.getStringValue(); }, "managedAppRegistrations": n => { user.managedAppRegistrations = n.getCollectionOfObjectValues(createManagedAppRegistrationFromDiscriminatorValue); }, "managedDevices": n => { user.managedDevices = n.getCollectionOfObjectValues(createManagedDeviceFromDiscriminatorValue); }, "manager": n => { user.manager = n.getObjectValue(createDirectoryObjectFromDiscriminatorValue); }, "memberOf": n => { user.memberOf = n.getCollectionOfObjectValues(createDirectoryObjectFromDiscriminatorValue); }, "messages": n => { user.messages = n.getCollectionOfObjectValues(createMessageFromDiscriminatorValue); }, "mobilePhone": n => { user.mobilePhone = n.getStringValue(); }, "mySite": n => { user.mySite = n.getStringValue(); }, "oauth2PermissionGrants": n => { user.oauth2PermissionGrants = n.getCollectionOfObjectValues(createOAuth2PermissionGrantFromDiscriminatorValue); }, "officeLocation": n => { user.officeLocation = n.getStringValue(); }, "onenote": n => { user.onenote = n.getObjectValue(createOnenoteFromDiscriminatorValue); }, "onlineMeetings": n => { user.onlineMeetings = n.getCollectionOfObjectValues(createOnlineMeetingFromDiscriminatorValue); }, "onPremisesDistinguishedName": n => { user.onPremisesDistinguishedName = n.getStringValue(); }, "onPremisesDomainName": n => { user.onPremisesDomainName = n.getStringValue(); }, "onPremisesExtensionAttributes": n => { user.onPremisesExtensionAttributes = n.getObjectValue(createOnPremisesExtensionAttributesFromDiscriminatorValue); }, "onPremisesImmutableId": n => { user.onPremisesImmutableId = n.getStringValue(); }, "onPremisesLastSyncDateTime": n => { user.onPremisesLastSyncDateTime = n.getDateValue(); }, "onPremisesProvisioningErrors": n => { user.onPremisesProvisioningErrors = n.getCollectionOfObjectValues(createOnPremisesProvisioningErrorFromDiscriminatorValue); }, "onPremisesSamAccountName": n => { user.onPremisesSamAccountName = n.getStringValue(); }, "onPremisesSecurityIdentifier": n => { user.onPremisesSecurityIdentifier = n.getStringValue(); }, "onPremisesSyncEnabled": n => { user.onPremisesSyncEnabled = n.getBooleanValue(); }, "onPremisesUserPrincipalName": n => { user.onPremisesUserPrincipalName = n.getStringValue(); }, "otherMails": n => { user.otherMails = n.getCollectionOfPrimitiveValues(); }, "outlook": n => { user.outlook = n.getObjectValue(createOutlookUserFromDiscriminatorValue); }, "ownedDevices": n => { user.ownedDevices = n.getCollectionOfObjectValues(createDirectoryObjectFromDiscriminatorValue); }, "ownedObjects": n => { user.ownedObjects = n.getCollectionOfObjectValues(createDirectoryObjectFromDiscriminatorValue); }, "passwordPolicies": n => { user.passwordPolicies = n.getStringValue(); }, "passwordProfile": n => { user.passwordProfile = n.getObjectValue(createPasswordProfileFromDiscriminatorValue); }, "pastProjects": n => { user.pastProjects = n.getCollectionOfPrimitiveValues(); }, "people": n => { user.people = n.getCollectionOfObjectValues(createPersonFromDiscriminatorValue); }, "permissionGrants": n => { user.permissionGrants = n.getCollectionOfObjectValues(createResourceSpecificPermissionGrantFromDiscriminatorValue); }, "photo": n => { user.photo = n.getObjectValue(createProfilePhotoFromDiscriminatorValue); }, "photos": n => { user.photos = n.getCollectionOfObjectValues(createProfilePhotoFromDiscriminatorValue); }, "planner": n => { user.planner = n.getObjectValue(createPlannerUserFromDiscriminatorValue); }, "postalCode": n => { user.postalCode = n.getStringValue(); }, "preferredDataLocation": n => { user.preferredDataLocation = n.getStringValue(); }, "preferredLanguage": n => { user.preferredLanguage = n.getStringValue(); }, "preferredName": n => { user.preferredName = n.getStringValue(); }, "presence": n => { user.presence = n.getObjectValue(createPresenceFromDiscriminatorValue); }, "print": n => { user.print = n.getObjectValue(createUserPrintFromDiscriminatorValue); }, "provisionedPlans": n => { user.provisionedPlans = n.getCollectionOfObjectValues(createProvisionedPlanFromDiscriminatorValue); }, "proxyAddresses": n => { user.proxyAddresses = n.getCollectionOfPrimitiveValues(); }, "registeredDevices": n => { user.registeredDevices = n.getCollectionOfObjectValues(createDirectoryObjectFromDiscriminatorValue); }, "responsibilities": n => { user.responsibilities = n.getCollectionOfPrimitiveValues(); }, "schools": n => { user.schools = n.getCollectionOfPrimitiveValues(); }, "scopedRoleMemberOf": n => { user.scopedRoleMemberOf = n.getCollectionOfObjectValues(createScopedRoleMembershipFromDiscriminatorValue); }, "securityIdentifier": n => { user.securityIdentifier = n.getStringValue(); }, "serviceProvisioningErrors": n => { user.serviceProvisioningErrors = n.getCollectionOfObjectValues(createServiceProvisioningErrorFromDiscriminatorValue); }, "settings": n => { user.settings = n.getObjectValue(createUserSettingsFromDiscriminatorValue); }, "showInAddressList": n => { user.showInAddressList = n.getBooleanValue(); }, "signInActivity": n => { user.signInActivity = n.getObjectValue(createSignInActivityFromDiscriminatorValue); }, "signInSessionsValidFromDateTime": n => { user.signInSessionsValidFromDateTime = n.getDateValue(); }, "skills": n => { user.skills = n.getCollectionOfPrimitiveValues(); }, "solutions": n => { user.solutions = n.getObjectValue(createUserSolutionRootFromDiscriminatorValue); }, "sponsors": n => { user.sponsors = n.getCollectionOfObjectValues(createDirectoryObjectFromDiscriminatorValue); }, "state": n => { user.state = n.getStringValue(); }, "streetAddress": n => { user.streetAddress = n.getStringValue(); }, "surname": n => { user.surname = n.getStringValue(); }, "teamwork": n => { user.teamwork = n.getObjectValue(createUserTeamworkFromDiscriminatorValue); }, "todo": n => { user.todo = n.getObjectValue(createTodoFromDiscriminatorValue); }, "transitiveMemberOf": n => { user.transitiveMemberOf = n.getCollectionOfObjectValues(createDirectoryObjectFromDiscriminatorValue); }, "usageLocation": n => { user.usageLocation = n.getStringValue(); }, "userPrincipalName": n => { user.userPrincipalName = n.getStringValue(); }, "userType": n => { user.userType = n.getStringValue(); } });
|
|
51494
51848
|
}
|
|
51495
51849
|
/**
|
|
51496
51850
|
* The deserialization information for the current model
|
|
@@ -52940,6 +53294,88 @@ export function deserializeIntoWebApplication(webApplication = {}) {
|
|
|
52940
53294
|
"redirectUriSettings": n => { webApplication.redirectUriSettings = n.getCollectionOfObjectValues(createRedirectUriSettingsFromDiscriminatorValue); },
|
|
52941
53295
|
};
|
|
52942
53296
|
}
|
|
53297
|
+
/**
|
|
53298
|
+
* The deserialization information for the current model
|
|
53299
|
+
* @param WebApplicationFirewallDnsConfiguration The instance to deserialize into.
|
|
53300
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
53301
|
+
*/
|
|
53302
|
+
// @ts-ignore
|
|
53303
|
+
export function deserializeIntoWebApplicationFirewallDnsConfiguration(webApplicationFirewallDnsConfiguration = {}) {
|
|
53304
|
+
return {
|
|
53305
|
+
"backingStoreEnabled": n => { webApplicationFirewallDnsConfiguration.backingStoreEnabled = true; },
|
|
53306
|
+
"isDomainVerified": n => { webApplicationFirewallDnsConfiguration.isDomainVerified = n.getBooleanValue(); },
|
|
53307
|
+
"isProxied": n => { webApplicationFirewallDnsConfiguration.isProxied = n.getBooleanValue(); },
|
|
53308
|
+
"name": n => { webApplicationFirewallDnsConfiguration.name = n.getStringValue(); },
|
|
53309
|
+
"@odata.type": n => { webApplicationFirewallDnsConfiguration.odataType = n.getStringValue(); },
|
|
53310
|
+
"recordType": n => { webApplicationFirewallDnsConfiguration.recordType = n.getEnumValue(WebApplicationFirewallDnsRecordTypeObject); },
|
|
53311
|
+
"value": n => { webApplicationFirewallDnsConfiguration.value = n.getStringValue(); },
|
|
53312
|
+
};
|
|
53313
|
+
}
|
|
53314
|
+
/**
|
|
53315
|
+
* The deserialization information for the current model
|
|
53316
|
+
* @param WebApplicationFirewallProvider The instance to deserialize into.
|
|
53317
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
53318
|
+
*/
|
|
53319
|
+
// @ts-ignore
|
|
53320
|
+
export function deserializeIntoWebApplicationFirewallProvider(webApplicationFirewallProvider = {}) {
|
|
53321
|
+
return Object.assign(Object.assign({}, deserializeIntoEntity(webApplicationFirewallProvider)), { "displayName": n => { webApplicationFirewallProvider.displayName = n.getStringValue(); } });
|
|
53322
|
+
}
|
|
53323
|
+
/**
|
|
53324
|
+
* The deserialization information for the current model
|
|
53325
|
+
* @param WebApplicationFirewallProviderCollectionResponse The instance to deserialize into.
|
|
53326
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
53327
|
+
*/
|
|
53328
|
+
// @ts-ignore
|
|
53329
|
+
export function deserializeIntoWebApplicationFirewallProviderCollectionResponse(webApplicationFirewallProviderCollectionResponse = {}) {
|
|
53330
|
+
return Object.assign(Object.assign({}, deserializeIntoBaseCollectionPaginationCountResponse(webApplicationFirewallProviderCollectionResponse)), { "value": n => { webApplicationFirewallProviderCollectionResponse.value = n.getCollectionOfObjectValues(createWebApplicationFirewallProviderFromDiscriminatorValue); } });
|
|
53331
|
+
}
|
|
53332
|
+
/**
|
|
53333
|
+
* The deserialization information for the current model
|
|
53334
|
+
* @param WebApplicationFirewallVerificationModel The instance to deserialize into.
|
|
53335
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
53336
|
+
*/
|
|
53337
|
+
// @ts-ignore
|
|
53338
|
+
export function deserializeIntoWebApplicationFirewallVerificationModel(webApplicationFirewallVerificationModel = {}) {
|
|
53339
|
+
return Object.assign(Object.assign({}, deserializeIntoEntity(webApplicationFirewallVerificationModel)), { "provider": n => { webApplicationFirewallVerificationModel.provider = n.getObjectValue(createWebApplicationFirewallProviderFromDiscriminatorValue); }, "providerType": n => { webApplicationFirewallVerificationModel.providerType = n.getEnumValue(WebApplicationFirewallProviderTypeObject); }, "verificationResult": n => { webApplicationFirewallVerificationModel.verificationResult = n.getObjectValue(createWebApplicationFirewallVerificationResultFromDiscriminatorValue); }, "verifiedDetails": n => { webApplicationFirewallVerificationModel.verifiedDetails = n.getObjectValue(createWebApplicationFirewallVerifiedDetailsFromDiscriminatorValue); }, "verifiedHost": n => { webApplicationFirewallVerificationModel.verifiedHost = n.getStringValue(); } });
|
|
53340
|
+
}
|
|
53341
|
+
/**
|
|
53342
|
+
* The deserialization information for the current model
|
|
53343
|
+
* @param WebApplicationFirewallVerificationModelCollectionResponse The instance to deserialize into.
|
|
53344
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
53345
|
+
*/
|
|
53346
|
+
// @ts-ignore
|
|
53347
|
+
export function deserializeIntoWebApplicationFirewallVerificationModelCollectionResponse(webApplicationFirewallVerificationModelCollectionResponse = {}) {
|
|
53348
|
+
return Object.assign(Object.assign({}, deserializeIntoBaseCollectionPaginationCountResponse(webApplicationFirewallVerificationModelCollectionResponse)), { "value": n => { webApplicationFirewallVerificationModelCollectionResponse.value = n.getCollectionOfObjectValues(createWebApplicationFirewallVerificationModelFromDiscriminatorValue); } });
|
|
53349
|
+
}
|
|
53350
|
+
/**
|
|
53351
|
+
* The deserialization information for the current model
|
|
53352
|
+
* @param WebApplicationFirewallVerificationResult The instance to deserialize into.
|
|
53353
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
53354
|
+
*/
|
|
53355
|
+
// @ts-ignore
|
|
53356
|
+
export function deserializeIntoWebApplicationFirewallVerificationResult(webApplicationFirewallVerificationResult = {}) {
|
|
53357
|
+
return {
|
|
53358
|
+
"backingStoreEnabled": n => { webApplicationFirewallVerificationResult.backingStoreEnabled = true; },
|
|
53359
|
+
"errors": n => { webApplicationFirewallVerificationResult.errors = n.getCollectionOfObjectValues(createGenericErrorFromDiscriminatorValue); },
|
|
53360
|
+
"@odata.type": n => { webApplicationFirewallVerificationResult.odataType = n.getStringValue(); },
|
|
53361
|
+
"status": n => { webApplicationFirewallVerificationResult.status = n.getEnumValue(WebApplicationFirewallVerificationStatusObject); },
|
|
53362
|
+
"verifiedOnDateTime": n => { webApplicationFirewallVerificationResult.verifiedOnDateTime = n.getDateValue(); },
|
|
53363
|
+
"warnings": n => { webApplicationFirewallVerificationResult.warnings = n.getCollectionOfObjectValues(createGenericErrorFromDiscriminatorValue); },
|
|
53364
|
+
};
|
|
53365
|
+
}
|
|
53366
|
+
/**
|
|
53367
|
+
* The deserialization information for the current model
|
|
53368
|
+
* @param WebApplicationFirewallVerifiedDetails The instance to deserialize into.
|
|
53369
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
53370
|
+
*/
|
|
53371
|
+
// @ts-ignore
|
|
53372
|
+
export function deserializeIntoWebApplicationFirewallVerifiedDetails(webApplicationFirewallVerifiedDetails = {}) {
|
|
53373
|
+
return {
|
|
53374
|
+
"backingStoreEnabled": n => { webApplicationFirewallVerifiedDetails.backingStoreEnabled = true; },
|
|
53375
|
+
"dnsConfiguration": n => { webApplicationFirewallVerifiedDetails.dnsConfiguration = n.getObjectValue(createWebApplicationFirewallDnsConfigurationFromDiscriminatorValue); },
|
|
53376
|
+
"@odata.type": n => { webApplicationFirewallVerifiedDetails.odataType = n.getStringValue(); },
|
|
53377
|
+
};
|
|
53378
|
+
}
|
|
52943
53379
|
/**
|
|
52944
53380
|
* The deserialization information for the current model
|
|
52945
53381
|
* @param WebPart The instance to deserialize into.
|
|
@@ -56878,6 +57314,88 @@ export function serializeAiUser(writer, aiUser = {}, isSerializingDerivedType =
|
|
|
56878
57314
|
serializeEntity(writer, aiUser, isSerializingDerivedType);
|
|
56879
57315
|
writer.writeObjectValue("interactionHistory", aiUser.interactionHistory, serializeAiInteractionHistory);
|
|
56880
57316
|
}
|
|
57317
|
+
/**
|
|
57318
|
+
* Serializes information the current object
|
|
57319
|
+
* @param AkamaiAttackGroupActionModel The instance to serialize from.
|
|
57320
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
57321
|
+
* @param writer Serialization writer to use to serialize this model
|
|
57322
|
+
*/
|
|
57323
|
+
// @ts-ignore
|
|
57324
|
+
export function serializeAkamaiAttackGroupActionModel(writer, akamaiAttackGroupActionModel = {}, isSerializingDerivedType = false) {
|
|
57325
|
+
if (!akamaiAttackGroupActionModel || isSerializingDerivedType) {
|
|
57326
|
+
return;
|
|
57327
|
+
}
|
|
57328
|
+
writer.writeStringValue("action", akamaiAttackGroupActionModel.action);
|
|
57329
|
+
writer.writeStringValue("group", akamaiAttackGroupActionModel.group);
|
|
57330
|
+
writer.writeStringValue("@odata.type", akamaiAttackGroupActionModel.odataType);
|
|
57331
|
+
writer.writeAdditionalData(akamaiAttackGroupActionModel.additionalData);
|
|
57332
|
+
}
|
|
57333
|
+
/**
|
|
57334
|
+
* Serializes information the current object
|
|
57335
|
+
* @param AkamaiCustomRuleModel The instance to serialize from.
|
|
57336
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
57337
|
+
* @param writer Serialization writer to use to serialize this model
|
|
57338
|
+
*/
|
|
57339
|
+
// @ts-ignore
|
|
57340
|
+
export function serializeAkamaiCustomRuleModel(writer, akamaiCustomRuleModel = {}, isSerializingDerivedType = false) {
|
|
57341
|
+
if (!akamaiCustomRuleModel || isSerializingDerivedType) {
|
|
57342
|
+
return;
|
|
57343
|
+
}
|
|
57344
|
+
writer.writeStringValue("action", akamaiCustomRuleModel.action);
|
|
57345
|
+
writer.writeStringValue("name", akamaiCustomRuleModel.name);
|
|
57346
|
+
writer.writeStringValue("@odata.type", akamaiCustomRuleModel.odataType);
|
|
57347
|
+
writer.writeStringValue("ruleId", akamaiCustomRuleModel.ruleId);
|
|
57348
|
+
writer.writeAdditionalData(akamaiCustomRuleModel.additionalData);
|
|
57349
|
+
}
|
|
57350
|
+
/**
|
|
57351
|
+
* Serializes information the current object
|
|
57352
|
+
* @param AkamaiRapidRulesModel The instance to serialize from.
|
|
57353
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
57354
|
+
* @param writer Serialization writer to use to serialize this model
|
|
57355
|
+
*/
|
|
57356
|
+
// @ts-ignore
|
|
57357
|
+
export function serializeAkamaiRapidRulesModel(writer, akamaiRapidRulesModel = {}, isSerializingDerivedType = false) {
|
|
57358
|
+
if (!akamaiRapidRulesModel || isSerializingDerivedType) {
|
|
57359
|
+
return;
|
|
57360
|
+
}
|
|
57361
|
+
writer.writeStringValue("defaultAction", akamaiRapidRulesModel.defaultAction);
|
|
57362
|
+
writer.writeBooleanValue("isEnabled", akamaiRapidRulesModel.isEnabled);
|
|
57363
|
+
writer.writeStringValue("@odata.type", akamaiRapidRulesModel.odataType);
|
|
57364
|
+
writer.writeAdditionalData(akamaiRapidRulesModel.additionalData);
|
|
57365
|
+
}
|
|
57366
|
+
/**
|
|
57367
|
+
* Serializes information the current object
|
|
57368
|
+
* @param AkamaiVerifiedDetailsModel The instance to serialize from.
|
|
57369
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
57370
|
+
* @param writer Serialization writer to use to serialize this model
|
|
57371
|
+
*/
|
|
57372
|
+
// @ts-ignore
|
|
57373
|
+
export function serializeAkamaiVerifiedDetailsModel(writer, akamaiVerifiedDetailsModel = {}, isSerializingDerivedType = false) {
|
|
57374
|
+
if (!akamaiVerifiedDetailsModel || isSerializingDerivedType) {
|
|
57375
|
+
return;
|
|
57376
|
+
}
|
|
57377
|
+
serializeWebApplicationFirewallVerifiedDetails(writer, akamaiVerifiedDetailsModel, isSerializingDerivedType);
|
|
57378
|
+
writer.writeCollectionOfObjectValues("activeAttackGroups", akamaiVerifiedDetailsModel.activeAttackGroups, serializeAkamaiAttackGroupActionModel);
|
|
57379
|
+
writer.writeCollectionOfObjectValues("activeCustomRules", akamaiVerifiedDetailsModel.activeCustomRules, serializeAkamaiCustomRuleModel);
|
|
57380
|
+
writer.writeObjectValue("rapidRules", akamaiVerifiedDetailsModel.rapidRules, serializeAkamaiRapidRulesModel);
|
|
57381
|
+
}
|
|
57382
|
+
/**
|
|
57383
|
+
* Serializes information the current object
|
|
57384
|
+
* @param AkamaiWebApplicationFirewallProvider The instance to serialize from.
|
|
57385
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
57386
|
+
* @param writer Serialization writer to use to serialize this model
|
|
57387
|
+
*/
|
|
57388
|
+
// @ts-ignore
|
|
57389
|
+
export function serializeAkamaiWebApplicationFirewallProvider(writer, akamaiWebApplicationFirewallProvider = {}, isSerializingDerivedType = false) {
|
|
57390
|
+
if (!akamaiWebApplicationFirewallProvider || isSerializingDerivedType) {
|
|
57391
|
+
return;
|
|
57392
|
+
}
|
|
57393
|
+
serializeWebApplicationFirewallProvider(writer, akamaiWebApplicationFirewallProvider, isSerializingDerivedType);
|
|
57394
|
+
writer.writeStringValue("accessToken", akamaiWebApplicationFirewallProvider.accessToken);
|
|
57395
|
+
writer.writeStringValue("clientSecret", akamaiWebApplicationFirewallProvider.clientSecret);
|
|
57396
|
+
writer.writeStringValue("clientToken", akamaiWebApplicationFirewallProvider.clientToken);
|
|
57397
|
+
writer.writeStringValue("hostPrefix", akamaiWebApplicationFirewallProvider.hostPrefix);
|
|
57398
|
+
}
|
|
56881
57399
|
/**
|
|
56882
57400
|
* Serializes information the current object
|
|
56883
57401
|
* @param Album The instance to serialize from.
|
|
@@ -62804,6 +63322,71 @@ export function serializeCloudCommunications(writer, cloudCommunications = {}, i
|
|
|
62804
63322
|
writer.writeCollectionOfObjectValues("presences", cloudCommunications.presences, serializePresence);
|
|
62805
63323
|
writer.writeAdditionalData(cloudCommunications.additionalData);
|
|
62806
63324
|
}
|
|
63325
|
+
/**
|
|
63326
|
+
* Serializes information the current object
|
|
63327
|
+
* @param CloudFlareRuleModel The instance to serialize from.
|
|
63328
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
63329
|
+
* @param writer Serialization writer to use to serialize this model
|
|
63330
|
+
*/
|
|
63331
|
+
// @ts-ignore
|
|
63332
|
+
export function serializeCloudFlareRuleModel(writer, cloudFlareRuleModel = {}, isSerializingDerivedType = false) {
|
|
63333
|
+
if (!cloudFlareRuleModel || isSerializingDerivedType) {
|
|
63334
|
+
return;
|
|
63335
|
+
}
|
|
63336
|
+
writer.writeStringValue("action", cloudFlareRuleModel.action);
|
|
63337
|
+
writer.writeStringValue("name", cloudFlareRuleModel.name);
|
|
63338
|
+
writer.writeStringValue("@odata.type", cloudFlareRuleModel.odataType);
|
|
63339
|
+
writer.writeStringValue("ruleId", cloudFlareRuleModel.ruleId);
|
|
63340
|
+
writer.writeAdditionalData(cloudFlareRuleModel.additionalData);
|
|
63341
|
+
}
|
|
63342
|
+
/**
|
|
63343
|
+
* Serializes information the current object
|
|
63344
|
+
* @param CloudFlareRulesetModel The instance to serialize from.
|
|
63345
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
63346
|
+
* @param writer Serialization writer to use to serialize this model
|
|
63347
|
+
*/
|
|
63348
|
+
// @ts-ignore
|
|
63349
|
+
export function serializeCloudFlareRulesetModel(writer, cloudFlareRulesetModel = {}, isSerializingDerivedType = false) {
|
|
63350
|
+
if (!cloudFlareRulesetModel || isSerializingDerivedType) {
|
|
63351
|
+
return;
|
|
63352
|
+
}
|
|
63353
|
+
writer.writeStringValue("name", cloudFlareRulesetModel.name);
|
|
63354
|
+
writer.writeStringValue("@odata.type", cloudFlareRulesetModel.odataType);
|
|
63355
|
+
writer.writeStringValue("phaseName", cloudFlareRulesetModel.phaseName);
|
|
63356
|
+
writer.writeStringValue("rulesetId", cloudFlareRulesetModel.rulesetId);
|
|
63357
|
+
writer.writeAdditionalData(cloudFlareRulesetModel.additionalData);
|
|
63358
|
+
}
|
|
63359
|
+
/**
|
|
63360
|
+
* Serializes information the current object
|
|
63361
|
+
* @param CloudFlareVerifiedDetailsModel The instance to serialize from.
|
|
63362
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
63363
|
+
* @param writer Serialization writer to use to serialize this model
|
|
63364
|
+
*/
|
|
63365
|
+
// @ts-ignore
|
|
63366
|
+
export function serializeCloudFlareVerifiedDetailsModel(writer, cloudFlareVerifiedDetailsModel = {}, isSerializingDerivedType = false) {
|
|
63367
|
+
if (!cloudFlareVerifiedDetailsModel || isSerializingDerivedType) {
|
|
63368
|
+
return;
|
|
63369
|
+
}
|
|
63370
|
+
serializeWebApplicationFirewallVerifiedDetails(writer, cloudFlareVerifiedDetailsModel, isSerializingDerivedType);
|
|
63371
|
+
writer.writeCollectionOfObjectValues("enabledCustomRules", cloudFlareVerifiedDetailsModel.enabledCustomRules, serializeCloudFlareRuleModel);
|
|
63372
|
+
writer.writeCollectionOfObjectValues("enabledRecommendedRulesets", cloudFlareVerifiedDetailsModel.enabledRecommendedRulesets, serializeCloudFlareRulesetModel);
|
|
63373
|
+
writer.writeStringValue("zoneId", cloudFlareVerifiedDetailsModel.zoneId);
|
|
63374
|
+
}
|
|
63375
|
+
/**
|
|
63376
|
+
* Serializes information the current object
|
|
63377
|
+
* @param CloudFlareWebApplicationFirewallProvider The instance to serialize from.
|
|
63378
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
63379
|
+
* @param writer Serialization writer to use to serialize this model
|
|
63380
|
+
*/
|
|
63381
|
+
// @ts-ignore
|
|
63382
|
+
export function serializeCloudFlareWebApplicationFirewallProvider(writer, cloudFlareWebApplicationFirewallProvider = {}, isSerializingDerivedType = false) {
|
|
63383
|
+
if (!cloudFlareWebApplicationFirewallProvider || isSerializingDerivedType) {
|
|
63384
|
+
return;
|
|
63385
|
+
}
|
|
63386
|
+
serializeWebApplicationFirewallProvider(writer, cloudFlareWebApplicationFirewallProvider, isSerializingDerivedType);
|
|
63387
|
+
writer.writeStringValue("apiToken", cloudFlareWebApplicationFirewallProvider.apiToken);
|
|
63388
|
+
writer.writeStringValue("zoneId", cloudFlareWebApplicationFirewallProvider.zoneId);
|
|
63389
|
+
}
|
|
62807
63390
|
/**
|
|
62808
63391
|
* Serializes information the current object
|
|
62809
63392
|
* @param CloudPC The instance to serialize from.
|
|
@@ -69261,7 +69844,9 @@ export function serializeEducationAssignment(writer, educationAssignment = {}, i
|
|
|
69261
69844
|
writer.writeDateValue("dueDateTime", educationAssignment.dueDateTime);
|
|
69262
69845
|
writer.writeObjectValue("grading", educationAssignment.grading, serializeEducationAssignmentGradeType);
|
|
69263
69846
|
writer.writeObjectValue("gradingCategory", educationAssignment.gradingCategory, serializeEducationGradingCategory);
|
|
69847
|
+
writer.writeObjectValue("gradingScheme", educationAssignment.gradingScheme, serializeEducationGradingScheme);
|
|
69264
69848
|
writer.writeObjectValue("instructions", educationAssignment.instructions, serializeEducationItemBody);
|
|
69849
|
+
writer.writeStringValue("languageTag", educationAssignment.languageTag);
|
|
69265
69850
|
writer.writeStringValue("moduleUrl", educationAssignment.moduleUrl);
|
|
69266
69851
|
writer.writeStringValue("notificationChannelUrl", educationAssignment.notificationChannelUrl);
|
|
69267
69852
|
writer.writeCollectionOfObjectValues("resources", educationAssignment.resources, serializeEducationAssignmentResource);
|
|
@@ -69474,7 +70059,9 @@ export function serializeEducationAssignmentSettings(writer, educationAssignment
|
|
|
69474
70059
|
return;
|
|
69475
70060
|
}
|
|
69476
70061
|
serializeEntity(writer, educationAssignmentSettings, isSerializingDerivedType);
|
|
70062
|
+
writer.writeObjectValue("defaultGradingScheme", educationAssignmentSettings.defaultGradingScheme, serializeEducationGradingScheme);
|
|
69477
70063
|
writer.writeCollectionOfObjectValues("gradingCategories", educationAssignmentSettings.gradingCategories, serializeEducationGradingCategory);
|
|
70064
|
+
writer.writeCollectionOfObjectValues("gradingSchemes", educationAssignmentSettings.gradingSchemes, serializeEducationGradingScheme);
|
|
69478
70065
|
writer.writeBooleanValue("submissionAnimationDisabled", educationAssignmentSettings.submissionAnimationDisabled);
|
|
69479
70066
|
}
|
|
69480
70067
|
/**
|
|
@@ -69704,6 +70291,53 @@ export function serializeEducationGradingCategoryCollectionResponse(writer, educ
|
|
|
69704
70291
|
serializeBaseCollectionPaginationCountResponse(writer, educationGradingCategoryCollectionResponse, isSerializingDerivedType);
|
|
69705
70292
|
writer.writeCollectionOfObjectValues("value", educationGradingCategoryCollectionResponse.value, serializeEducationGradingCategory);
|
|
69706
70293
|
}
|
|
70294
|
+
/**
|
|
70295
|
+
* Serializes information the current object
|
|
70296
|
+
* @param EducationGradingScheme The instance to serialize from.
|
|
70297
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
70298
|
+
* @param writer Serialization writer to use to serialize this model
|
|
70299
|
+
*/
|
|
70300
|
+
// @ts-ignore
|
|
70301
|
+
export function serializeEducationGradingScheme(writer, educationGradingScheme = {}, isSerializingDerivedType = false) {
|
|
70302
|
+
if (!educationGradingScheme || isSerializingDerivedType) {
|
|
70303
|
+
return;
|
|
70304
|
+
}
|
|
70305
|
+
serializeEntity(writer, educationGradingScheme, isSerializingDerivedType);
|
|
70306
|
+
writer.writeStringValue("displayName", educationGradingScheme.displayName);
|
|
70307
|
+
writer.writeCollectionOfObjectValues("grades", educationGradingScheme.grades, serializeEducationGradingSchemeGrade);
|
|
70308
|
+
writer.writeBooleanValue("hidePointsDuringGrading", educationGradingScheme.hidePointsDuringGrading);
|
|
70309
|
+
}
|
|
70310
|
+
/**
|
|
70311
|
+
* Serializes information the current object
|
|
70312
|
+
* @param EducationGradingSchemeCollectionResponse The instance to serialize from.
|
|
70313
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
70314
|
+
* @param writer Serialization writer to use to serialize this model
|
|
70315
|
+
*/
|
|
70316
|
+
// @ts-ignore
|
|
70317
|
+
export function serializeEducationGradingSchemeCollectionResponse(writer, educationGradingSchemeCollectionResponse = {}, isSerializingDerivedType = false) {
|
|
70318
|
+
if (!educationGradingSchemeCollectionResponse || isSerializingDerivedType) {
|
|
70319
|
+
return;
|
|
70320
|
+
}
|
|
70321
|
+
serializeBaseCollectionPaginationCountResponse(writer, educationGradingSchemeCollectionResponse, isSerializingDerivedType);
|
|
70322
|
+
writer.writeCollectionOfObjectValues("value", educationGradingSchemeCollectionResponse.value, serializeEducationGradingScheme);
|
|
70323
|
+
}
|
|
70324
|
+
/**
|
|
70325
|
+
* Serializes information the current object
|
|
70326
|
+
* @param EducationGradingSchemeGrade The instance to serialize from.
|
|
70327
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
70328
|
+
* @param writer Serialization writer to use to serialize this model
|
|
70329
|
+
*/
|
|
70330
|
+
// @ts-ignore
|
|
70331
|
+
export function serializeEducationGradingSchemeGrade(writer, educationGradingSchemeGrade = {}, isSerializingDerivedType = false) {
|
|
70332
|
+
if (!educationGradingSchemeGrade || isSerializingDerivedType) {
|
|
70333
|
+
return;
|
|
70334
|
+
}
|
|
70335
|
+
writer.writeNumberValue("defaultPercentage", educationGradingSchemeGrade.defaultPercentage);
|
|
70336
|
+
writer.writeStringValue("displayName", educationGradingSchemeGrade.displayName);
|
|
70337
|
+
writer.writeNumberValue("minPercentage", educationGradingSchemeGrade.minPercentage);
|
|
70338
|
+
writer.writeStringValue("@odata.type", educationGradingSchemeGrade.odataType);
|
|
70339
|
+
writer.writeAdditionalData(educationGradingSchemeGrade.additionalData);
|
|
70340
|
+
}
|
|
69707
70341
|
/**
|
|
69708
70342
|
* Serializes information the current object
|
|
69709
70343
|
* @param EducationItemBody The instance to serialize from.
|
|
@@ -71206,6 +71840,9 @@ export function serializeEntity(writer, entity = {}, isSerializingDerivedType =
|
|
|
71206
71840
|
case "#microsoft.graph.aiUser":
|
|
71207
71841
|
serializeAiUser(writer, entity, true);
|
|
71208
71842
|
break;
|
|
71843
|
+
case "#microsoft.graph.akamaiWebApplicationFirewallProvider":
|
|
71844
|
+
serializeAkamaiWebApplicationFirewallProvider(writer, entity, true);
|
|
71845
|
+
break;
|
|
71209
71846
|
case "#microsoft.graph.alert":
|
|
71210
71847
|
serializeAlert(writer, entity, true);
|
|
71211
71848
|
break;
|
|
@@ -71524,6 +72161,9 @@ export function serializeEntity(writer, entity = {}, isSerializingDerivedType =
|
|
|
71524
72161
|
case "#microsoft.graph.cloudClipboardRoot":
|
|
71525
72162
|
serializeCloudClipboardRoot(writer, entity, true);
|
|
71526
72163
|
break;
|
|
72164
|
+
case "#microsoft.graph.cloudFlareWebApplicationFirewallProvider":
|
|
72165
|
+
serializeCloudFlareWebApplicationFirewallProvider(writer, entity, true);
|
|
72166
|
+
break;
|
|
71527
72167
|
case "#microsoft.graph.cloudPC":
|
|
71528
72168
|
serializeCloudPC(writer, entity, true);
|
|
71529
72169
|
break;
|
|
@@ -71911,6 +72551,9 @@ export function serializeEntity(writer, entity = {}, isSerializingDerivedType =
|
|
|
71911
72551
|
case "#microsoft.graph.educationGradingCategory":
|
|
71912
72552
|
serializeEducationGradingCategory(writer, entity, true);
|
|
71913
72553
|
break;
|
|
72554
|
+
case "#microsoft.graph.educationGradingScheme":
|
|
72555
|
+
serializeEducationGradingScheme(writer, entity, true);
|
|
72556
|
+
break;
|
|
71914
72557
|
case "#microsoft.graph.educationModule":
|
|
71915
72558
|
serializeEducationModule(writer, entity, true);
|
|
71916
72559
|
break;
|
|
@@ -73861,6 +74504,12 @@ export function serializeEntity(writer, entity = {}, isSerializingDerivedType =
|
|
|
73861
74504
|
case "#microsoft.graph.webApp":
|
|
73862
74505
|
serializeWebApp(writer, entity, true);
|
|
73863
74506
|
break;
|
|
74507
|
+
case "#microsoft.graph.webApplicationFirewallProvider":
|
|
74508
|
+
serializeWebApplicationFirewallProvider(writer, entity, true);
|
|
74509
|
+
break;
|
|
74510
|
+
case "#microsoft.graph.webApplicationFirewallVerificationModel":
|
|
74511
|
+
serializeWebApplicationFirewallVerificationModel(writer, entity, true);
|
|
74512
|
+
break;
|
|
73864
74513
|
case "#microsoft.graph.webPart":
|
|
73865
74514
|
serializeWebPart(writer, entity, true);
|
|
73866
74515
|
break;
|
|
@@ -75935,6 +76584,7 @@ export function serializeIdentityContainer(writer, identityContainer = {}, isSer
|
|
|
75935
76584
|
writer.writeObjectValue("conditionalAccess", identityContainer.conditionalAccess, serializeConditionalAccessRoot);
|
|
75936
76585
|
writer.writeCollectionOfObjectValues("customAuthenticationExtensions", identityContainer.customAuthenticationExtensions, serializeCustomAuthenticationExtension);
|
|
75937
76586
|
writer.writeCollectionOfObjectValues("identityProviders", identityContainer.identityProviders, serializeIdentityProviderBase);
|
|
76587
|
+
writer.writeObjectValue("riskPrevention", identityContainer.riskPrevention, serializeRiskPreventionContainer);
|
|
75938
76588
|
writer.writeCollectionOfObjectValues("userFlowAttributes", identityContainer.userFlowAttributes, serializeIdentityUserFlowAttribute);
|
|
75939
76589
|
}
|
|
75940
76590
|
/**
|
|
@@ -76932,24 +77582,6 @@ export function serializeIosCustomConfiguration(writer, iosCustomConfiguration =
|
|
|
76932
77582
|
writer.writeStringValue("payloadFileName", iosCustomConfiguration.payloadFileName);
|
|
76933
77583
|
writer.writeStringValue("payloadName", iosCustomConfiguration.payloadName);
|
|
76934
77584
|
}
|
|
76935
|
-
/**
|
|
76936
|
-
* Serializes information the current object
|
|
76937
|
-
* @param IosDdmLobAppAssignmentSettings The instance to serialize from.
|
|
76938
|
-
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
76939
|
-
* @param writer Serialization writer to use to serialize this model
|
|
76940
|
-
*/
|
|
76941
|
-
// @ts-ignore
|
|
76942
|
-
export function serializeIosDdmLobAppAssignmentSettings(writer, iosDdmLobAppAssignmentSettings = {}, isSerializingDerivedType = false) {
|
|
76943
|
-
if (!iosDdmLobAppAssignmentSettings || isSerializingDerivedType) {
|
|
76944
|
-
return;
|
|
76945
|
-
}
|
|
76946
|
-
serializeMobileAppAssignmentSettings(writer, iosDdmLobAppAssignmentSettings, isSerializingDerivedType);
|
|
76947
|
-
writer.writeCollectionOfPrimitiveValues("associatedDomains", iosDdmLobAppAssignmentSettings.associatedDomains);
|
|
76948
|
-
writer.writeBooleanValue("associatedDomainsDirectDownloadAllowed", iosDdmLobAppAssignmentSettings.associatedDomainsDirectDownloadAllowed);
|
|
76949
|
-
writer.writeBooleanValue("preventManagedAppBackup", iosDdmLobAppAssignmentSettings.preventManagedAppBackup);
|
|
76950
|
-
writer.writeBooleanValue("tapToPayScreenLockEnabled", iosDdmLobAppAssignmentSettings.tapToPayScreenLockEnabled);
|
|
76951
|
-
writer.writeStringValue("vpnConfigurationId", iosDdmLobAppAssignmentSettings.vpnConfigurationId);
|
|
76952
|
-
}
|
|
76953
77585
|
/**
|
|
76954
77586
|
* Serializes information the current object
|
|
76955
77587
|
* @param IosDeviceFeaturesConfiguration The instance to serialize from.
|
|
@@ -81368,9 +82000,6 @@ export function serializeMobileAppAssignmentSettings(writer, mobileAppAssignment
|
|
|
81368
82000
|
writer.writeStringValue("@odata.type", mobileAppAssignmentSettings.odataType);
|
|
81369
82001
|
writer.writeAdditionalData(mobileAppAssignmentSettings.additionalData);
|
|
81370
82002
|
switch (mobileAppAssignmentSettings.odataType) {
|
|
81371
|
-
case "#microsoft.graph.iosDdmLobAppAssignmentSettings":
|
|
81372
|
-
serializeIosDdmLobAppAssignmentSettings(writer, mobileAppAssignmentSettings, true);
|
|
81373
|
-
break;
|
|
81374
82003
|
case "#microsoft.graph.iosLobAppAssignmentSettings":
|
|
81375
82004
|
serializeIosLobAppAssignmentSettings(writer, mobileAppAssignmentSettings, true);
|
|
81376
82005
|
break;
|
|
@@ -89137,6 +89766,22 @@ export function serializeRiskDetectionCollectionResponse(writer, riskDetectionCo
|
|
|
89137
89766
|
serializeBaseCollectionPaginationCountResponse(writer, riskDetectionCollectionResponse, isSerializingDerivedType);
|
|
89138
89767
|
writer.writeCollectionOfObjectValues("value", riskDetectionCollectionResponse.value, serializeRiskDetection);
|
|
89139
89768
|
}
|
|
89769
|
+
/**
|
|
89770
|
+
* Serializes information the current object
|
|
89771
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
89772
|
+
* @param RiskPreventionContainer The instance to serialize from.
|
|
89773
|
+
* @param writer Serialization writer to use to serialize this model
|
|
89774
|
+
*/
|
|
89775
|
+
// @ts-ignore
|
|
89776
|
+
export function serializeRiskPreventionContainer(writer, riskPreventionContainer = {}, isSerializingDerivedType = false) {
|
|
89777
|
+
if (!riskPreventionContainer || isSerializingDerivedType) {
|
|
89778
|
+
return;
|
|
89779
|
+
}
|
|
89780
|
+
writer.writeStringValue("@odata.type", riskPreventionContainer.odataType);
|
|
89781
|
+
writer.writeCollectionOfObjectValues("webApplicationFirewallProviders", riskPreventionContainer.webApplicationFirewallProviders, serializeWebApplicationFirewallProvider);
|
|
89782
|
+
writer.writeCollectionOfObjectValues("webApplicationFirewallVerifications", riskPreventionContainer.webApplicationFirewallVerifications, serializeWebApplicationFirewallVerificationModel);
|
|
89783
|
+
writer.writeAdditionalData(riskPreventionContainer.additionalData);
|
|
89784
|
+
}
|
|
89140
89785
|
/**
|
|
89141
89786
|
* Serializes information the current object
|
|
89142
89787
|
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
@@ -96882,6 +97527,7 @@ export function serializeUser(writer, user = {}, isSerializingDerivedType = fals
|
|
|
96882
97527
|
writer.writeCollectionOfObjectValues("chats", user.chats, serializeChat);
|
|
96883
97528
|
writer.writeStringValue("city", user.city);
|
|
96884
97529
|
writer.writeObjectValue("cloudClipboard", user.cloudClipboard, serializeCloudClipboardRoot);
|
|
97530
|
+
writer.writeCollectionOfObjectValues("cloudPCs", user.cloudPCs, serializeCloudPC);
|
|
96885
97531
|
writer.writeStringValue("companyName", user.companyName);
|
|
96886
97532
|
writer.writeStringValue("consentProvidedForMinor", user.consentProvidedForMinor);
|
|
96887
97533
|
writer.writeCollectionOfObjectValues("contactFolders", user.contactFolders, serializeContactFolder);
|
|
@@ -99318,6 +99964,134 @@ export function serializeWebApplication(writer, webApplication = {}, isSerializi
|
|
|
99318
99964
|
writer.writeCollectionOfObjectValues("redirectUriSettings", webApplication.redirectUriSettings, serializeRedirectUriSettings);
|
|
99319
99965
|
writer.writeAdditionalData(webApplication.additionalData);
|
|
99320
99966
|
}
|
|
99967
|
+
/**
|
|
99968
|
+
* Serializes information the current object
|
|
99969
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
99970
|
+
* @param WebApplicationFirewallDnsConfiguration The instance to serialize from.
|
|
99971
|
+
* @param writer Serialization writer to use to serialize this model
|
|
99972
|
+
*/
|
|
99973
|
+
// @ts-ignore
|
|
99974
|
+
export function serializeWebApplicationFirewallDnsConfiguration(writer, webApplicationFirewallDnsConfiguration = {}, isSerializingDerivedType = false) {
|
|
99975
|
+
if (!webApplicationFirewallDnsConfiguration || isSerializingDerivedType) {
|
|
99976
|
+
return;
|
|
99977
|
+
}
|
|
99978
|
+
writer.writeBooleanValue("isDomainVerified", webApplicationFirewallDnsConfiguration.isDomainVerified);
|
|
99979
|
+
writer.writeBooleanValue("isProxied", webApplicationFirewallDnsConfiguration.isProxied);
|
|
99980
|
+
writer.writeStringValue("name", webApplicationFirewallDnsConfiguration.name);
|
|
99981
|
+
writer.writeStringValue("@odata.type", webApplicationFirewallDnsConfiguration.odataType);
|
|
99982
|
+
writer.writeEnumValue("recordType", webApplicationFirewallDnsConfiguration.recordType);
|
|
99983
|
+
writer.writeStringValue("value", webApplicationFirewallDnsConfiguration.value);
|
|
99984
|
+
writer.writeAdditionalData(webApplicationFirewallDnsConfiguration.additionalData);
|
|
99985
|
+
}
|
|
99986
|
+
/**
|
|
99987
|
+
* Serializes information the current object
|
|
99988
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
99989
|
+
* @param WebApplicationFirewallProvider The instance to serialize from.
|
|
99990
|
+
* @param writer Serialization writer to use to serialize this model
|
|
99991
|
+
*/
|
|
99992
|
+
// @ts-ignore
|
|
99993
|
+
export function serializeWebApplicationFirewallProvider(writer, webApplicationFirewallProvider = {}, isSerializingDerivedType = false) {
|
|
99994
|
+
if (!webApplicationFirewallProvider || isSerializingDerivedType) {
|
|
99995
|
+
return;
|
|
99996
|
+
}
|
|
99997
|
+
serializeEntity(writer, webApplicationFirewallProvider, isSerializingDerivedType);
|
|
99998
|
+
writer.writeStringValue("displayName", webApplicationFirewallProvider.displayName);
|
|
99999
|
+
switch (webApplicationFirewallProvider.odataType) {
|
|
100000
|
+
case "#microsoft.graph.akamaiWebApplicationFirewallProvider":
|
|
100001
|
+
serializeAkamaiWebApplicationFirewallProvider(writer, webApplicationFirewallProvider, true);
|
|
100002
|
+
break;
|
|
100003
|
+
case "#microsoft.graph.cloudFlareWebApplicationFirewallProvider":
|
|
100004
|
+
serializeCloudFlareWebApplicationFirewallProvider(writer, webApplicationFirewallProvider, true);
|
|
100005
|
+
break;
|
|
100006
|
+
}
|
|
100007
|
+
}
|
|
100008
|
+
/**
|
|
100009
|
+
* Serializes information the current object
|
|
100010
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
100011
|
+
* @param WebApplicationFirewallProviderCollectionResponse The instance to serialize from.
|
|
100012
|
+
* @param writer Serialization writer to use to serialize this model
|
|
100013
|
+
*/
|
|
100014
|
+
// @ts-ignore
|
|
100015
|
+
export function serializeWebApplicationFirewallProviderCollectionResponse(writer, webApplicationFirewallProviderCollectionResponse = {}, isSerializingDerivedType = false) {
|
|
100016
|
+
if (!webApplicationFirewallProviderCollectionResponse || isSerializingDerivedType) {
|
|
100017
|
+
return;
|
|
100018
|
+
}
|
|
100019
|
+
serializeBaseCollectionPaginationCountResponse(writer, webApplicationFirewallProviderCollectionResponse, isSerializingDerivedType);
|
|
100020
|
+
writer.writeCollectionOfObjectValues("value", webApplicationFirewallProviderCollectionResponse.value, serializeWebApplicationFirewallProvider);
|
|
100021
|
+
}
|
|
100022
|
+
/**
|
|
100023
|
+
* Serializes information the current object
|
|
100024
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
100025
|
+
* @param WebApplicationFirewallVerificationModel The instance to serialize from.
|
|
100026
|
+
* @param writer Serialization writer to use to serialize this model
|
|
100027
|
+
*/
|
|
100028
|
+
// @ts-ignore
|
|
100029
|
+
export function serializeWebApplicationFirewallVerificationModel(writer, webApplicationFirewallVerificationModel = {}, isSerializingDerivedType = false) {
|
|
100030
|
+
if (!webApplicationFirewallVerificationModel || isSerializingDerivedType) {
|
|
100031
|
+
return;
|
|
100032
|
+
}
|
|
100033
|
+
serializeEntity(writer, webApplicationFirewallVerificationModel, isSerializingDerivedType);
|
|
100034
|
+
writer.writeObjectValue("provider", webApplicationFirewallVerificationModel.provider, serializeWebApplicationFirewallProvider);
|
|
100035
|
+
writer.writeEnumValue("providerType", webApplicationFirewallVerificationModel.providerType);
|
|
100036
|
+
writer.writeObjectValue("verificationResult", webApplicationFirewallVerificationModel.verificationResult, serializeWebApplicationFirewallVerificationResult);
|
|
100037
|
+
writer.writeObjectValue("verifiedDetails", webApplicationFirewallVerificationModel.verifiedDetails, serializeWebApplicationFirewallVerifiedDetails);
|
|
100038
|
+
writer.writeStringValue("verifiedHost", webApplicationFirewallVerificationModel.verifiedHost);
|
|
100039
|
+
}
|
|
100040
|
+
/**
|
|
100041
|
+
* Serializes information the current object
|
|
100042
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
100043
|
+
* @param WebApplicationFirewallVerificationModelCollectionResponse The instance to serialize from.
|
|
100044
|
+
* @param writer Serialization writer to use to serialize this model
|
|
100045
|
+
*/
|
|
100046
|
+
// @ts-ignore
|
|
100047
|
+
export function serializeWebApplicationFirewallVerificationModelCollectionResponse(writer, webApplicationFirewallVerificationModelCollectionResponse = {}, isSerializingDerivedType = false) {
|
|
100048
|
+
if (!webApplicationFirewallVerificationModelCollectionResponse || isSerializingDerivedType) {
|
|
100049
|
+
return;
|
|
100050
|
+
}
|
|
100051
|
+
serializeBaseCollectionPaginationCountResponse(writer, webApplicationFirewallVerificationModelCollectionResponse, isSerializingDerivedType);
|
|
100052
|
+
writer.writeCollectionOfObjectValues("value", webApplicationFirewallVerificationModelCollectionResponse.value, serializeWebApplicationFirewallVerificationModel);
|
|
100053
|
+
}
|
|
100054
|
+
/**
|
|
100055
|
+
* Serializes information the current object
|
|
100056
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
100057
|
+
* @param WebApplicationFirewallVerificationResult The instance to serialize from.
|
|
100058
|
+
* @param writer Serialization writer to use to serialize this model
|
|
100059
|
+
*/
|
|
100060
|
+
// @ts-ignore
|
|
100061
|
+
export function serializeWebApplicationFirewallVerificationResult(writer, webApplicationFirewallVerificationResult = {}, isSerializingDerivedType = false) {
|
|
100062
|
+
if (!webApplicationFirewallVerificationResult || isSerializingDerivedType) {
|
|
100063
|
+
return;
|
|
100064
|
+
}
|
|
100065
|
+
writer.writeCollectionOfObjectValues("errors", webApplicationFirewallVerificationResult.errors, serializeGenericError);
|
|
100066
|
+
writer.writeStringValue("@odata.type", webApplicationFirewallVerificationResult.odataType);
|
|
100067
|
+
writer.writeEnumValue("status", webApplicationFirewallVerificationResult.status);
|
|
100068
|
+
writer.writeDateValue("verifiedOnDateTime", webApplicationFirewallVerificationResult.verifiedOnDateTime);
|
|
100069
|
+
writer.writeCollectionOfObjectValues("warnings", webApplicationFirewallVerificationResult.warnings, serializeGenericError);
|
|
100070
|
+
writer.writeAdditionalData(webApplicationFirewallVerificationResult.additionalData);
|
|
100071
|
+
}
|
|
100072
|
+
/**
|
|
100073
|
+
* Serializes information the current object
|
|
100074
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
100075
|
+
* @param WebApplicationFirewallVerifiedDetails The instance to serialize from.
|
|
100076
|
+
* @param writer Serialization writer to use to serialize this model
|
|
100077
|
+
*/
|
|
100078
|
+
// @ts-ignore
|
|
100079
|
+
export function serializeWebApplicationFirewallVerifiedDetails(writer, webApplicationFirewallVerifiedDetails = {}, isSerializingDerivedType = false) {
|
|
100080
|
+
if (!webApplicationFirewallVerifiedDetails || isSerializingDerivedType) {
|
|
100081
|
+
return;
|
|
100082
|
+
}
|
|
100083
|
+
writer.writeObjectValue("dnsConfiguration", webApplicationFirewallVerifiedDetails.dnsConfiguration, serializeWebApplicationFirewallDnsConfiguration);
|
|
100084
|
+
writer.writeStringValue("@odata.type", webApplicationFirewallVerifiedDetails.odataType);
|
|
100085
|
+
writer.writeAdditionalData(webApplicationFirewallVerifiedDetails.additionalData);
|
|
100086
|
+
switch (webApplicationFirewallVerifiedDetails.odataType) {
|
|
100087
|
+
case "#microsoft.graph.akamaiVerifiedDetailsModel":
|
|
100088
|
+
serializeAkamaiVerifiedDetailsModel(writer, webApplicationFirewallVerifiedDetails, true);
|
|
100089
|
+
break;
|
|
100090
|
+
case "#microsoft.graph.cloudFlareVerifiedDetailsModel":
|
|
100091
|
+
serializeCloudFlareVerifiedDetailsModel(writer, webApplicationFirewallVerifiedDetails, true);
|
|
100092
|
+
break;
|
|
100093
|
+
}
|
|
100094
|
+
}
|
|
99321
100095
|
/**
|
|
99322
100096
|
* Serializes information the current object
|
|
99323
100097
|
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
@@ -108797,6 +109571,21 @@ export const WeakAlgorithmsObject = {
|
|
|
108797
109571
|
RsaSha1: "rsaSha1",
|
|
108798
109572
|
UnknownFutureValue: "unknownFutureValue",
|
|
108799
109573
|
};
|
|
109574
|
+
export const WebApplicationFirewallDnsRecordTypeObject = {
|
|
109575
|
+
Cname: "cname",
|
|
109576
|
+
UnknownFutureValue: "unknownFutureValue",
|
|
109577
|
+
};
|
|
109578
|
+
export const WebApplicationFirewallProviderTypeObject = {
|
|
109579
|
+
Akamai: "akamai",
|
|
109580
|
+
Cloudflare: "cloudflare",
|
|
109581
|
+
UnknownFutureValue: "unknownFutureValue",
|
|
109582
|
+
};
|
|
109583
|
+
export const WebApplicationFirewallVerificationStatusObject = {
|
|
109584
|
+
Success: "success",
|
|
109585
|
+
Warning: "warning",
|
|
109586
|
+
Failure: "failure",
|
|
109587
|
+
UnknownFutureValue: "unknownFutureValue",
|
|
109588
|
+
};
|
|
108800
109589
|
/**
|
|
108801
109590
|
* Web Browser Cookie Settings.
|
|
108802
109591
|
*/
|