@microsoft/msgraph-sdk 1.0.0-preview.43 → 1.0.0-preview.45
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/externalConnectors/index.d.ts +1 -0
- package/models/externalConnectors/index.d.ts.map +1 -1
- package/models/externalConnectors/index.js +1 -0
- package/models/externalConnectors/index.js.map +1 -1
- package/models/index.d.ts +133 -87
- package/models/index.d.ts.map +1 -1
- package/models/index.js +136 -98
- package/models/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
|
@@ -2376,6 +2376,15 @@ export function createAuthenticationAttributeCollectionPageFromDiscriminatorValu
|
|
|
2376
2376
|
export function createAuthenticationAttributeCollectionPageViewConfigurationFromDiscriminatorValue(parseNode) {
|
|
2377
2377
|
return deserializeIntoAuthenticationAttributeCollectionPageViewConfiguration;
|
|
2378
2378
|
}
|
|
2379
|
+
/**
|
|
2380
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
2381
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
2382
|
+
* @returns {AuthenticationBehaviors}
|
|
2383
|
+
*/
|
|
2384
|
+
// @ts-ignore
|
|
2385
|
+
export function createAuthenticationBehaviorsFromDiscriminatorValue(parseNode) {
|
|
2386
|
+
return deserializeIntoAuthenticationBehaviors;
|
|
2387
|
+
}
|
|
2379
2388
|
/**
|
|
2380
2389
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
2381
2390
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -26634,7 +26643,7 @@ export function deserializeIntoAgreementFile(agreementFile = {}) {
|
|
|
26634
26643
|
export function deserializeIntoAgreementFileData(agreementFileData = {}) {
|
|
26635
26644
|
return {
|
|
26636
26645
|
"backingStoreEnabled": n => { agreementFileData.backingStoreEnabled = true; },
|
|
26637
|
-
"data": n => { agreementFileData.data = n.
|
|
26646
|
+
"data": n => { agreementFileData.data = n.getByteArrayValue(); },
|
|
26638
26647
|
"@odata.type": n => { agreementFileData.odataType = n.getStringValue(); },
|
|
26639
26648
|
};
|
|
26640
26649
|
}
|
|
@@ -26829,7 +26838,7 @@ export function deserializeIntoAlternativeSecurityId(alternativeSecurityId = {})
|
|
|
26829
26838
|
return {
|
|
26830
26839
|
"backingStoreEnabled": n => { alternativeSecurityId.backingStoreEnabled = true; },
|
|
26831
26840
|
"identityProvider": n => { alternativeSecurityId.identityProvider = n.getStringValue(); },
|
|
26832
|
-
"key": n => { alternativeSecurityId.key = n.
|
|
26841
|
+
"key": n => { alternativeSecurityId.key = n.getByteArrayValue(); },
|
|
26833
26842
|
"@odata.type": n => { alternativeSecurityId.odataType = n.getStringValue(); },
|
|
26834
26843
|
"type": n => { alternativeSecurityId.type = n.getNumberValue(); },
|
|
26835
26844
|
};
|
|
@@ -27119,7 +27128,7 @@ export function deserializeIntoApplePushNotificationCertificate(applePushNotific
|
|
|
27119
27128
|
*/
|
|
27120
27129
|
// @ts-ignore
|
|
27121
27130
|
export function deserializeIntoApplication(application = {}) {
|
|
27122
|
-
return Object.assign(Object.assign({}, deserializeIntoDirectoryObject(application)), { "addIns": n => { application.addIns = n.getCollectionOfObjectValues(createAddInFromDiscriminatorValue); }, "api": n => { application.api = n.getObjectValue(createApiApplicationFromDiscriminatorValue); }, "appId": n => { application.appId = n.getStringValue(); }, "applicationTemplateId": n => { application.applicationTemplateId = n.getStringValue(); }, "appManagementPolicies": n => { application.appManagementPolicies = n.getCollectionOfObjectValues(createAppManagementPolicyFromDiscriminatorValue); }, "appRoles": n => { application.appRoles = n.getCollectionOfObjectValues(createAppRoleFromDiscriminatorValue); }, "certification": n => { application.certification = n.getObjectValue(createCertificationFromDiscriminatorValue); }, "createdDateTime": n => { application.createdDateTime = n.getDateValue(); }, "createdOnBehalfOf": n => { application.createdOnBehalfOf = n.getObjectValue(createDirectoryObjectFromDiscriminatorValue); }, "defaultRedirectUri": n => { application.defaultRedirectUri = n.getStringValue(); }, "description": n => { application.description = n.getStringValue(); }, "disabledByMicrosoftStatus": n => { application.disabledByMicrosoftStatus = n.getStringValue(); }, "displayName": n => { application.displayName = n.getStringValue(); }, "extensionProperties": n => { application.extensionProperties = n.getCollectionOfObjectValues(createExtensionPropertyFromDiscriminatorValue); }, "federatedIdentityCredentials": n => { application.federatedIdentityCredentials = n.getCollectionOfObjectValues(createFederatedIdentityCredentialFromDiscriminatorValue); }, "groupMembershipClaims": n => { application.groupMembershipClaims = n.getStringValue(); }, "homeRealmDiscoveryPolicies": n => { application.homeRealmDiscoveryPolicies = n.getCollectionOfObjectValues(createHomeRealmDiscoveryPolicyFromDiscriminatorValue); }, "identifierUris": n => { application.identifierUris = n.getCollectionOfPrimitiveValues(); }, "info": n => { application.info = n.getObjectValue(createInformationalUrlFromDiscriminatorValue); }, "isDeviceOnlyAuthSupported": n => { application.isDeviceOnlyAuthSupported = n.getBooleanValue(); }, "isFallbackPublicClient": n => { application.isFallbackPublicClient = n.getBooleanValue(); }, "keyCredentials": n => { application.keyCredentials = n.getCollectionOfObjectValues(createKeyCredentialFromDiscriminatorValue); }, "logo": n => { application.logo = n.
|
|
27131
|
+
return Object.assign(Object.assign({}, deserializeIntoDirectoryObject(application)), { "addIns": n => { application.addIns = n.getCollectionOfObjectValues(createAddInFromDiscriminatorValue); }, "api": n => { application.api = n.getObjectValue(createApiApplicationFromDiscriminatorValue); }, "appId": n => { application.appId = n.getStringValue(); }, "applicationTemplateId": n => { application.applicationTemplateId = n.getStringValue(); }, "appManagementPolicies": n => { application.appManagementPolicies = n.getCollectionOfObjectValues(createAppManagementPolicyFromDiscriminatorValue); }, "appRoles": n => { application.appRoles = n.getCollectionOfObjectValues(createAppRoleFromDiscriminatorValue); }, "authenticationBehaviors": n => { application.authenticationBehaviors = n.getObjectValue(createAuthenticationBehaviorsFromDiscriminatorValue); }, "certification": n => { application.certification = n.getObjectValue(createCertificationFromDiscriminatorValue); }, "createdDateTime": n => { application.createdDateTime = n.getDateValue(); }, "createdOnBehalfOf": n => { application.createdOnBehalfOf = n.getObjectValue(createDirectoryObjectFromDiscriminatorValue); }, "defaultRedirectUri": n => { application.defaultRedirectUri = n.getStringValue(); }, "description": n => { application.description = n.getStringValue(); }, "disabledByMicrosoftStatus": n => { application.disabledByMicrosoftStatus = n.getStringValue(); }, "displayName": n => { application.displayName = n.getStringValue(); }, "extensionProperties": n => { application.extensionProperties = n.getCollectionOfObjectValues(createExtensionPropertyFromDiscriminatorValue); }, "federatedIdentityCredentials": n => { application.federatedIdentityCredentials = n.getCollectionOfObjectValues(createFederatedIdentityCredentialFromDiscriminatorValue); }, "groupMembershipClaims": n => { application.groupMembershipClaims = n.getStringValue(); }, "homeRealmDiscoveryPolicies": n => { application.homeRealmDiscoveryPolicies = n.getCollectionOfObjectValues(createHomeRealmDiscoveryPolicyFromDiscriminatorValue); }, "identifierUris": n => { application.identifierUris = n.getCollectionOfPrimitiveValues(); }, "info": n => { application.info = n.getObjectValue(createInformationalUrlFromDiscriminatorValue); }, "isDeviceOnlyAuthSupported": n => { application.isDeviceOnlyAuthSupported = n.getBooleanValue(); }, "isFallbackPublicClient": n => { application.isFallbackPublicClient = n.getBooleanValue(); }, "keyCredentials": n => { application.keyCredentials = n.getCollectionOfObjectValues(createKeyCredentialFromDiscriminatorValue); }, "logo": n => { application.logo = n.getByteArrayValue(); }, "nativeAuthenticationApisEnabled": n => { application.nativeAuthenticationApisEnabled = n.getCollectionOfEnumValues(NativeAuthenticationApisEnabledObject); }, "notes": n => { application.notes = n.getStringValue(); }, "oauth2RequirePostResponse": n => { application.oauth2RequirePostResponse = n.getBooleanValue(); }, "optionalClaims": n => { application.optionalClaims = n.getObjectValue(createOptionalClaimsFromDiscriminatorValue); }, "owners": n => { application.owners = n.getCollectionOfObjectValues(createDirectoryObjectFromDiscriminatorValue); }, "parentalControlSettings": n => { application.parentalControlSettings = n.getObjectValue(createParentalControlSettingsFromDiscriminatorValue); }, "passwordCredentials": n => { application.passwordCredentials = n.getCollectionOfObjectValues(createPasswordCredentialFromDiscriminatorValue); }, "publicClient": n => { application.publicClient = n.getObjectValue(createPublicClientApplicationFromDiscriminatorValue); }, "publisherDomain": n => { application.publisherDomain = n.getStringValue(); }, "requestSignatureVerification": n => { application.requestSignatureVerification = n.getObjectValue(createRequestSignatureVerificationFromDiscriminatorValue); }, "requiredResourceAccess": n => { application.requiredResourceAccess = n.getCollectionOfObjectValues(createRequiredResourceAccessFromDiscriminatorValue); }, "samlMetadataUrl": n => { application.samlMetadataUrl = n.getStringValue(); }, "serviceManagementReference": n => { application.serviceManagementReference = n.getStringValue(); }, "servicePrincipalLockConfiguration": n => { application.servicePrincipalLockConfiguration = n.getObjectValue(createServicePrincipalLockConfigurationFromDiscriminatorValue); }, "signInAudience": n => { application.signInAudience = n.getStringValue(); }, "spa": n => { application.spa = n.getObjectValue(createSpaApplicationFromDiscriminatorValue); }, "synchronization": n => { application.synchronization = n.getObjectValue(createSynchronizationFromDiscriminatorValue); }, "tags": n => { application.tags = n.getCollectionOfPrimitiveValues(); }, "tokenEncryptionKeyId": n => { application.tokenEncryptionKeyId = n.getGuidValue(); }, "tokenIssuancePolicies": n => { application.tokenIssuancePolicies = n.getCollectionOfObjectValues(createTokenIssuancePolicyFromDiscriminatorValue); }, "tokenLifetimePolicies": n => { application.tokenLifetimePolicies = n.getCollectionOfObjectValues(createTokenLifetimePolicyFromDiscriminatorValue); }, "uniqueName": n => { application.uniqueName = n.getStringValue(); }, "verifiedPublisher": n => { application.verifiedPublisher = n.getObjectValue(createVerifiedPublisherFromDiscriminatorValue); }, "web": n => { application.web = n.getObjectValue(createWebApplicationFromDiscriminatorValue); } });
|
|
27123
27132
|
}
|
|
27124
27133
|
/**
|
|
27125
27134
|
* The deserialization information for the current model
|
|
@@ -27577,7 +27586,7 @@ export function deserializeIntoAttachmentItem(attachmentItem = {}) {
|
|
|
27577
27586
|
*/
|
|
27578
27587
|
// @ts-ignore
|
|
27579
27588
|
export function deserializeIntoAttachmentSession(attachmentSession = {}) {
|
|
27580
|
-
return Object.assign(Object.assign({}, deserializeIntoEntity(attachmentSession)), { "content": n => { attachmentSession.content = n.
|
|
27589
|
+
return Object.assign(Object.assign({}, deserializeIntoEntity(attachmentSession)), { "content": n => { attachmentSession.content = n.getByteArrayValue(); }, "expirationDateTime": n => { attachmentSession.expirationDateTime = n.getDateValue(); }, "nextExpectedRanges": n => { attachmentSession.nextExpectedRanges = n.getCollectionOfPrimitiveValues(); } });
|
|
27581
27590
|
}
|
|
27582
27591
|
/**
|
|
27583
27592
|
* The deserialization information for the current model
|
|
@@ -28081,6 +28090,20 @@ export function deserializeIntoAuthenticationAttributeCollectionPageViewConfigur
|
|
|
28081
28090
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
28082
28091
|
*/
|
|
28083
28092
|
// @ts-ignore
|
|
28093
|
+
export function deserializeIntoAuthenticationBehaviors(authenticationBehaviors = {}) {
|
|
28094
|
+
return {
|
|
28095
|
+
"backingStoreEnabled": n => { authenticationBehaviors.backingStoreEnabled = true; },
|
|
28096
|
+
"blockAzureADGraphAccess": n => { authenticationBehaviors.blockAzureADGraphAccess = n.getBooleanValue(); },
|
|
28097
|
+
"@odata.type": n => { authenticationBehaviors.odataType = n.getStringValue(); },
|
|
28098
|
+
"removeUnverifiedEmailClaim": n => { authenticationBehaviors.removeUnverifiedEmailClaim = n.getBooleanValue(); },
|
|
28099
|
+
"requireClientServicePrincipal": n => { authenticationBehaviors.requireClientServicePrincipal = n.getBooleanValue(); },
|
|
28100
|
+
};
|
|
28101
|
+
}
|
|
28102
|
+
/**
|
|
28103
|
+
* The deserialization information for the current model
|
|
28104
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
28105
|
+
*/
|
|
28106
|
+
// @ts-ignore
|
|
28084
28107
|
export function deserializeIntoAuthenticationCombinationConfiguration(authenticationCombinationConfiguration = {}) {
|
|
28085
28108
|
return Object.assign(Object.assign({}, deserializeIntoEntity(authenticationCombinationConfiguration)), { "appliesToCombinations": n => { authenticationCombinationConfiguration.appliesToCombinations = n.getCollectionOfEnumValues(AuthenticationMethodModesObject); } });
|
|
28086
28109
|
}
|
|
@@ -29283,7 +29306,7 @@ export function deserializeIntoCallParticipantInfo(callParticipantInfo = {}) {
|
|
|
29283
29306
|
*/
|
|
29284
29307
|
// @ts-ignore
|
|
29285
29308
|
export function deserializeIntoCallRecording(callRecording = {}) {
|
|
29286
|
-
return Object.assign(Object.assign({}, deserializeIntoEntity(callRecording)), { "callId": n => { callRecording.callId = n.getStringValue(); }, "content": n => { callRecording.content = n.
|
|
29309
|
+
return Object.assign(Object.assign({}, deserializeIntoEntity(callRecording)), { "callId": n => { callRecording.callId = n.getStringValue(); }, "content": n => { callRecording.content = n.getByteArrayValue(); }, "contentCorrelationId": n => { callRecording.contentCorrelationId = n.getStringValue(); }, "createdDateTime": n => { callRecording.createdDateTime = n.getDateValue(); }, "endDateTime": n => { callRecording.endDateTime = n.getDateValue(); }, "meetingId": n => { callRecording.meetingId = n.getStringValue(); }, "meetingOrganizer": n => { callRecording.meetingOrganizer = n.getObjectValue(createIdentitySetFromDiscriminatorValue); }, "recordingContentUrl": n => { callRecording.recordingContentUrl = n.getStringValue(); } });
|
|
29287
29310
|
}
|
|
29288
29311
|
/**
|
|
29289
29312
|
* The deserialization information for the current model
|
|
@@ -29329,7 +29352,7 @@ export function deserializeIntoCallStartedEventMessageDetail(callStartedEventMes
|
|
|
29329
29352
|
*/
|
|
29330
29353
|
// @ts-ignore
|
|
29331
29354
|
export function deserializeIntoCallTranscript(callTranscript = {}) {
|
|
29332
|
-
return Object.assign(Object.assign({}, deserializeIntoEntity(callTranscript)), { "callId": n => { callTranscript.callId = n.getStringValue(); }, "content": n => { callTranscript.content = n.
|
|
29355
|
+
return Object.assign(Object.assign({}, deserializeIntoEntity(callTranscript)), { "callId": n => { callTranscript.callId = n.getStringValue(); }, "content": n => { callTranscript.content = n.getByteArrayValue(); }, "contentCorrelationId": n => { callTranscript.contentCorrelationId = n.getStringValue(); }, "createdDateTime": n => { callTranscript.createdDateTime = n.getDateValue(); }, "endDateTime": n => { callTranscript.endDateTime = n.getDateValue(); }, "meetingId": n => { callTranscript.meetingId = n.getStringValue(); }, "meetingOrganizer": n => { callTranscript.meetingOrganizer = n.getObjectValue(createIdentitySetFromDiscriminatorValue); }, "metadataContent": n => { callTranscript.metadataContent = n.getByteArrayValue(); }, "transcriptContentUrl": n => { callTranscript.transcriptContentUrl = n.getStringValue(); } });
|
|
29333
29356
|
}
|
|
29334
29357
|
/**
|
|
29335
29358
|
* The deserialization information for the current model
|
|
@@ -29384,7 +29407,7 @@ export function deserializeIntoCanvasLayout(canvasLayout = {}) {
|
|
|
29384
29407
|
export function deserializeIntoCertificateAuthority(certificateAuthority = {}) {
|
|
29385
29408
|
return {
|
|
29386
29409
|
"backingStoreEnabled": n => { certificateAuthority.backingStoreEnabled = true; },
|
|
29387
|
-
"certificate": n => { certificateAuthority.certificate = n.
|
|
29410
|
+
"certificate": n => { certificateAuthority.certificate = n.getByteArrayValue(); },
|
|
29388
29411
|
"certificateRevocationListUrl": n => { certificateAuthority.certificateRevocationListUrl = n.getStringValue(); },
|
|
29389
29412
|
"deltaCertificateRevocationListUrl": n => { certificateAuthority.deltaCertificateRevocationListUrl = n.getStringValue(); },
|
|
29390
29413
|
"isRootAuthority": n => { certificateAuthority.isRootAuthority = n.getBooleanValue(); },
|
|
@@ -31828,7 +31851,7 @@ export function deserializeIntoDeviceAndAppManagementAssignmentTarget(deviceAndA
|
|
|
31828
31851
|
export function deserializeIntoDeviceAndAppManagementData(deviceAndAppManagementData = {}) {
|
|
31829
31852
|
return {
|
|
31830
31853
|
"backingStoreEnabled": n => { deviceAndAppManagementData.backingStoreEnabled = true; },
|
|
31831
|
-
"content": n => { deviceAndAppManagementData.content = n.
|
|
31854
|
+
"content": n => { deviceAndAppManagementData.content = n.getByteArrayValue(); },
|
|
31832
31855
|
"@odata.type": n => { deviceAndAppManagementData.odataType = n.getStringValue(); },
|
|
31833
31856
|
};
|
|
31834
31857
|
}
|
|
@@ -32910,7 +32933,7 @@ export function deserializeIntoDriveCollectionResponse(driveCollectionResponse =
|
|
|
32910
32933
|
*/
|
|
32911
32934
|
// @ts-ignore
|
|
32912
32935
|
export function deserializeIntoDriveItem(driveItem = {}) {
|
|
32913
|
-
return Object.assign(Object.assign({}, deserializeIntoBaseItem(driveItem)), { "analytics": n => { driveItem.analytics = n.getObjectValue(createItemAnalyticsFromDiscriminatorValue); }, "audio": n => { driveItem.audio = n.getObjectValue(createAudioFromDiscriminatorValue); }, "bundle": n => { driveItem.bundle = n.getObjectValue(createBundleFromDiscriminatorValue); }, "children": n => { driveItem.children = n.getCollectionOfObjectValues(createDriveItemFromDiscriminatorValue); }, "content": n => { driveItem.content = n.
|
|
32936
|
+
return Object.assign(Object.assign({}, deserializeIntoBaseItem(driveItem)), { "analytics": n => { driveItem.analytics = n.getObjectValue(createItemAnalyticsFromDiscriminatorValue); }, "audio": n => { driveItem.audio = n.getObjectValue(createAudioFromDiscriminatorValue); }, "bundle": n => { driveItem.bundle = n.getObjectValue(createBundleFromDiscriminatorValue); }, "children": n => { driveItem.children = n.getCollectionOfObjectValues(createDriveItemFromDiscriminatorValue); }, "content": n => { driveItem.content = n.getByteArrayValue(); }, "cTag": n => { driveItem.cTag = n.getStringValue(); }, "deleted": n => { driveItem.deleted = n.getObjectValue(createDeletedFromDiscriminatorValue); }, "file": n => { driveItem.file = n.getObjectValue(createFileFromDiscriminatorValue); }, "fileSystemInfo": n => { driveItem.fileSystemInfo = n.getObjectValue(createFileSystemInfoFromDiscriminatorValue); }, "folder": n => { driveItem.folder = n.getObjectValue(createFolderFromDiscriminatorValue); }, "image": n => { driveItem.image = n.getObjectValue(createImageFromDiscriminatorValue); }, "listItem": n => { driveItem.listItem = n.getObjectValue(createListItemFromDiscriminatorValue); }, "location": n => { driveItem.location = n.getObjectValue(createGeoCoordinatesFromDiscriminatorValue); }, "malware": n => { driveItem.malware = n.getObjectValue(createMalwareFromDiscriminatorValue); }, "package": n => { driveItem.packageEscaped = n.getObjectValue(createPackageEscapedFromDiscriminatorValue); }, "pendingOperations": n => { driveItem.pendingOperations = n.getObjectValue(createPendingOperationsFromDiscriminatorValue); }, "permissions": n => { driveItem.permissions = n.getCollectionOfObjectValues(createPermissionFromDiscriminatorValue); }, "photo": n => { driveItem.photo = n.getObjectValue(createPhotoFromDiscriminatorValue); }, "publication": n => { driveItem.publication = n.getObjectValue(createPublicationFacetFromDiscriminatorValue); }, "remoteItem": n => { driveItem.remoteItem = n.getObjectValue(createRemoteItemFromDiscriminatorValue); }, "retentionLabel": n => { driveItem.retentionLabel = n.getObjectValue(createItemRetentionLabelFromDiscriminatorValue); }, "root": n => { driveItem.root = n.getObjectValue(createRootFromDiscriminatorValue); }, "searchResult": n => { driveItem.searchResult = n.getObjectValue(createSearchResultFromDiscriminatorValue); }, "shared": n => { driveItem.shared = n.getObjectValue(createSharedFromDiscriminatorValue); }, "sharepointIds": n => { driveItem.sharepointIds = n.getObjectValue(createSharepointIdsFromDiscriminatorValue); }, "size": n => { driveItem.size = n.getNumberValue(); }, "specialFolder": n => { driveItem.specialFolder = n.getObjectValue(createSpecialFolderFromDiscriminatorValue); }, "subscriptions": n => { driveItem.subscriptions = n.getCollectionOfObjectValues(createSubscriptionFromDiscriminatorValue); }, "thumbnails": n => { driveItem.thumbnails = n.getCollectionOfObjectValues(createThumbnailSetFromDiscriminatorValue); }, "versions": n => { driveItem.versions = n.getCollectionOfObjectValues(createDriveItemVersionFromDiscriminatorValue); }, "video": n => { driveItem.video = n.getObjectValue(createVideoFromDiscriminatorValue); }, "webDavUrl": n => { driveItem.webDavUrl = n.getStringValue(); }, "workbook": n => { driveItem.workbook = n.getObjectValue(createWorkbookFromDiscriminatorValue); } });
|
|
32914
32937
|
}
|
|
32915
32938
|
/**
|
|
32916
32939
|
* The deserialization information for the current model
|
|
@@ -32956,7 +32979,7 @@ export function deserializeIntoDriveItemUploadableProperties(driveItemUploadable
|
|
|
32956
32979
|
*/
|
|
32957
32980
|
// @ts-ignore
|
|
32958
32981
|
export function deserializeIntoDriveItemVersion(driveItemVersion = {}) {
|
|
32959
|
-
return Object.assign(Object.assign({}, deserializeIntoBaseItemVersion(driveItemVersion)), { "content": n => { driveItemVersion.content = n.
|
|
32982
|
+
return Object.assign(Object.assign({}, deserializeIntoBaseItemVersion(driveItemVersion)), { "content": n => { driveItemVersion.content = n.getByteArrayValue(); }, "size": n => { driveItemVersion.size = n.getNumberValue(); } });
|
|
32960
32983
|
}
|
|
32961
32984
|
/**
|
|
32962
32985
|
* The deserialization information for the current model
|
|
@@ -33866,7 +33889,7 @@ export function deserializeIntoEnrollmentTroubleshootingEvent(enrollmentTroubles
|
|
|
33866
33889
|
*/
|
|
33867
33890
|
// @ts-ignore
|
|
33868
33891
|
export function deserializeIntoEnterpriseCodeSigningCertificate(enterpriseCodeSigningCertificate = {}) {
|
|
33869
|
-
return Object.assign(Object.assign({}, deserializeIntoEntity(enterpriseCodeSigningCertificate)), { "content": n => { enterpriseCodeSigningCertificate.content = n.
|
|
33892
|
+
return Object.assign(Object.assign({}, deserializeIntoEntity(enterpriseCodeSigningCertificate)), { "content": n => { enterpriseCodeSigningCertificate.content = n.getByteArrayValue(); }, "expirationDateTime": n => { enterpriseCodeSigningCertificate.expirationDateTime = n.getDateValue(); }, "issuer": n => { enterpriseCodeSigningCertificate.issuer = n.getStringValue(); }, "issuerName": n => { enterpriseCodeSigningCertificate.issuerName = n.getStringValue(); }, "status": n => { enterpriseCodeSigningCertificate.status = n.getEnumValue(CertificateStatusObject); }, "subject": n => { enterpriseCodeSigningCertificate.subject = n.getStringValue(); }, "subjectName": n => { enterpriseCodeSigningCertificate.subjectName = n.getStringValue(); }, "uploadDateTime": n => { enterpriseCodeSigningCertificate.uploadDateTime = n.getDateValue(); } });
|
|
33870
33893
|
}
|
|
33871
33894
|
/**
|
|
33872
33895
|
* The deserialization information for the current model
|
|
@@ -34285,7 +34308,7 @@ export function deserializeIntoFileAssessmentRequest(fileAssessmentRequest = {})
|
|
|
34285
34308
|
*/
|
|
34286
34309
|
// @ts-ignore
|
|
34287
34310
|
export function deserializeIntoFileAttachment(fileAttachment = {}) {
|
|
34288
|
-
return Object.assign(Object.assign({}, deserializeIntoAttachment(fileAttachment)), { "contentBytes": n => { fileAttachment.contentBytes = n.
|
|
34311
|
+
return Object.assign(Object.assign({}, deserializeIntoAttachment(fileAttachment)), { "contentBytes": n => { fileAttachment.contentBytes = n.getByteArrayValue(); }, "contentId": n => { fileAttachment.contentId = n.getStringValue(); }, "contentLocation": n => { fileAttachment.contentLocation = n.getStringValue(); } });
|
|
34289
34312
|
}
|
|
34290
34313
|
/**
|
|
34291
34314
|
* The deserialization information for the current model
|
|
@@ -34295,12 +34318,12 @@ export function deserializeIntoFileAttachment(fileAttachment = {}) {
|
|
|
34295
34318
|
export function deserializeIntoFileEncryptionInfo(fileEncryptionInfo = {}) {
|
|
34296
34319
|
return {
|
|
34297
34320
|
"backingStoreEnabled": n => { fileEncryptionInfo.backingStoreEnabled = true; },
|
|
34298
|
-
"encryptionKey": n => { fileEncryptionInfo.encryptionKey = n.
|
|
34299
|
-
"fileDigest": n => { fileEncryptionInfo.fileDigest = n.
|
|
34321
|
+
"encryptionKey": n => { fileEncryptionInfo.encryptionKey = n.getByteArrayValue(); },
|
|
34322
|
+
"fileDigest": n => { fileEncryptionInfo.fileDigest = n.getByteArrayValue(); },
|
|
34300
34323
|
"fileDigestAlgorithm": n => { fileEncryptionInfo.fileDigestAlgorithm = n.getStringValue(); },
|
|
34301
|
-
"initializationVector": n => { fileEncryptionInfo.initializationVector = n.
|
|
34302
|
-
"mac": n => { fileEncryptionInfo.mac = n.
|
|
34303
|
-
"macKey": n => { fileEncryptionInfo.macKey = n.
|
|
34324
|
+
"initializationVector": n => { fileEncryptionInfo.initializationVector = n.getByteArrayValue(); },
|
|
34325
|
+
"mac": n => { fileEncryptionInfo.mac = n.getByteArrayValue(); },
|
|
34326
|
+
"macKey": n => { fileEncryptionInfo.macKey = n.getByteArrayValue(); },
|
|
34304
34327
|
"@odata.type": n => { fileEncryptionInfo.odataType = n.getStringValue(); },
|
|
34305
34328
|
"profileIdentifier": n => { fileEncryptionInfo.profileIdentifier = n.getStringValue(); },
|
|
34306
34329
|
};
|
|
@@ -35053,7 +35076,7 @@ export function deserializeIntoImplicitGrantSettings(implicitGrantSettings = {})
|
|
|
35053
35076
|
*/
|
|
35054
35077
|
// @ts-ignore
|
|
35055
35078
|
export function deserializeIntoImportedWindowsAutopilotDeviceIdentity(importedWindowsAutopilotDeviceIdentity = {}) {
|
|
35056
|
-
return Object.assign(Object.assign({}, deserializeIntoEntity(importedWindowsAutopilotDeviceIdentity)), { "assignedUserPrincipalName": n => { importedWindowsAutopilotDeviceIdentity.assignedUserPrincipalName = n.getStringValue(); }, "groupTag": n => { importedWindowsAutopilotDeviceIdentity.groupTag = n.getStringValue(); }, "hardwareIdentifier": n => { importedWindowsAutopilotDeviceIdentity.hardwareIdentifier = n.
|
|
35079
|
+
return Object.assign(Object.assign({}, deserializeIntoEntity(importedWindowsAutopilotDeviceIdentity)), { "assignedUserPrincipalName": n => { importedWindowsAutopilotDeviceIdentity.assignedUserPrincipalName = n.getStringValue(); }, "groupTag": n => { importedWindowsAutopilotDeviceIdentity.groupTag = n.getStringValue(); }, "hardwareIdentifier": n => { importedWindowsAutopilotDeviceIdentity.hardwareIdentifier = n.getByteArrayValue(); }, "importId": n => { importedWindowsAutopilotDeviceIdentity.importId = n.getStringValue(); }, "productKey": n => { importedWindowsAutopilotDeviceIdentity.productKey = n.getStringValue(); }, "serialNumber": n => { importedWindowsAutopilotDeviceIdentity.serialNumber = n.getStringValue(); }, "state": n => { importedWindowsAutopilotDeviceIdentity.state = n.getObjectValue(createImportedWindowsAutopilotDeviceIdentityStateFromDiscriminatorValue); } });
|
|
35057
35080
|
}
|
|
35058
35081
|
/**
|
|
35059
35082
|
* The deserialization information for the current model
|
|
@@ -35427,7 +35450,7 @@ export function deserializeIntoIosCompliancePolicy(iosCompliancePolicy = {}) {
|
|
|
35427
35450
|
*/
|
|
35428
35451
|
// @ts-ignore
|
|
35429
35452
|
export function deserializeIntoIosCustomConfiguration(iosCustomConfiguration = {}) {
|
|
35430
|
-
return Object.assign(Object.assign({}, deserializeIntoDeviceConfiguration(iosCustomConfiguration)), { "payload": n => { iosCustomConfiguration.payload = n.
|
|
35453
|
+
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(); } });
|
|
35431
35454
|
}
|
|
35432
35455
|
/**
|
|
35433
35456
|
* The deserialization information for the current model
|
|
@@ -35601,7 +35624,7 @@ export function deserializeIntoIosMinimumOperatingSystem(iosMinimumOperatingSyst
|
|
|
35601
35624
|
*/
|
|
35602
35625
|
// @ts-ignore
|
|
35603
35626
|
export function deserializeIntoIosMobileAppConfiguration(iosMobileAppConfiguration = {}) {
|
|
35604
|
-
return Object.assign(Object.assign({}, deserializeIntoManagedDeviceMobileAppConfiguration(iosMobileAppConfiguration)), { "encodedSettingXml": n => { iosMobileAppConfiguration.encodedSettingXml = n.
|
|
35627
|
+
return Object.assign(Object.assign({}, deserializeIntoManagedDeviceMobileAppConfiguration(iosMobileAppConfiguration)), { "encodedSettingXml": n => { iosMobileAppConfiguration.encodedSettingXml = n.getByteArrayValue(); }, "settings": n => { iosMobileAppConfiguration.settings = n.getCollectionOfObjectValues(createAppConfigurationSettingItemFromDiscriminatorValue); } });
|
|
35605
35628
|
}
|
|
35606
35629
|
/**
|
|
35607
35630
|
* The deserialization information for the current model
|
|
@@ -35937,10 +35960,10 @@ export function deserializeIntoJoinMeetingIdSettings(joinMeetingIdSettings = {})
|
|
|
35937
35960
|
export function deserializeIntoKeyCredential(keyCredential = {}) {
|
|
35938
35961
|
return {
|
|
35939
35962
|
"backingStoreEnabled": n => { keyCredential.backingStoreEnabled = true; },
|
|
35940
|
-
"customKeyIdentifier": n => { keyCredential.customKeyIdentifier = n.
|
|
35963
|
+
"customKeyIdentifier": n => { keyCredential.customKeyIdentifier = n.getByteArrayValue(); },
|
|
35941
35964
|
"displayName": n => { keyCredential.displayName = n.getStringValue(); },
|
|
35942
35965
|
"endDateTime": n => { keyCredential.endDateTime = n.getDateValue(); },
|
|
35943
|
-
"key": n => { keyCredential.key = n.
|
|
35966
|
+
"key": n => { keyCredential.key = n.getByteArrayValue(); },
|
|
35944
35967
|
"keyId": n => { keyCredential.keyId = n.getGuidValue(); },
|
|
35945
35968
|
"@odata.type": n => { keyCredential.odataType = n.getStringValue(); },
|
|
35946
35969
|
"startDateTime": n => { keyCredential.startDateTime = n.getDateValue(); },
|
|
@@ -36435,7 +36458,7 @@ export function deserializeIntoMacOSCompliancePolicy(macOSCompliancePolicy = {})
|
|
|
36435
36458
|
*/
|
|
36436
36459
|
// @ts-ignore
|
|
36437
36460
|
export function deserializeIntoMacOSCustomConfiguration(macOSCustomConfiguration = {}) {
|
|
36438
|
-
return Object.assign(Object.assign({}, deserializeIntoDeviceConfiguration(macOSCustomConfiguration)), { "payload": n => { macOSCustomConfiguration.payload = n.
|
|
36461
|
+
return Object.assign(Object.assign({}, deserializeIntoDeviceConfiguration(macOSCustomConfiguration)), { "payload": n => { macOSCustomConfiguration.payload = n.getByteArrayValue(); }, "payloadFileName": n => { macOSCustomConfiguration.payloadFileName = n.getStringValue(); }, "payloadName": n => { macOSCustomConfiguration.payloadName = n.getStringValue(); } });
|
|
36439
36462
|
}
|
|
36440
36463
|
/**
|
|
36441
36464
|
* The deserialization information for the current model
|
|
@@ -37426,7 +37449,7 @@ export function deserializeIntoMembersLeftEventMessageDetail(membersLeftEventMes
|
|
|
37426
37449
|
*/
|
|
37427
37450
|
// @ts-ignore
|
|
37428
37451
|
export function deserializeIntoMessage(message = {}) {
|
|
37429
|
-
return Object.assign(Object.assign({}, deserializeIntoOutlookItem(message)), { "attachments": n => { message.attachments = n.getCollectionOfObjectValues(createAttachmentFromDiscriminatorValue); }, "bccRecipients": n => { message.bccRecipients = n.getCollectionOfObjectValues(createRecipientFromDiscriminatorValue); }, "body": n => { message.body = n.getObjectValue(createItemBodyFromDiscriminatorValue); }, "bodyPreview": n => { message.bodyPreview = n.getStringValue(); }, "ccRecipients": n => { message.ccRecipients = n.getCollectionOfObjectValues(createRecipientFromDiscriminatorValue); }, "conversationId": n => { message.conversationId = n.getStringValue(); }, "conversationIndex": n => { message.conversationIndex = n.
|
|
37452
|
+
return Object.assign(Object.assign({}, deserializeIntoOutlookItem(message)), { "attachments": n => { message.attachments = n.getCollectionOfObjectValues(createAttachmentFromDiscriminatorValue); }, "bccRecipients": n => { message.bccRecipients = n.getCollectionOfObjectValues(createRecipientFromDiscriminatorValue); }, "body": n => { message.body = n.getObjectValue(createItemBodyFromDiscriminatorValue); }, "bodyPreview": n => { message.bodyPreview = n.getStringValue(); }, "ccRecipients": n => { message.ccRecipients = n.getCollectionOfObjectValues(createRecipientFromDiscriminatorValue); }, "conversationId": n => { message.conversationId = n.getStringValue(); }, "conversationIndex": n => { message.conversationIndex = n.getByteArrayValue(); }, "extensions": n => { message.extensions = n.getCollectionOfObjectValues(createExtensionFromDiscriminatorValue); }, "flag": n => { message.flag = n.getObjectValue(createFollowupFlagFromDiscriminatorValue); }, "from": n => { message.from = n.getObjectValue(createRecipientFromDiscriminatorValue); }, "hasAttachments": n => { message.hasAttachments = n.getBooleanValue(); }, "importance": n => { message.importance = n.getEnumValue(ImportanceObject); }, "inferenceClassification": n => { message.inferenceClassification = n.getEnumValue(InferenceClassificationTypeObject); }, "internetMessageHeaders": n => { message.internetMessageHeaders = n.getCollectionOfObjectValues(createInternetMessageHeaderFromDiscriminatorValue); }, "internetMessageId": n => { message.internetMessageId = n.getStringValue(); }, "isDeliveryReceiptRequested": n => { message.isDeliveryReceiptRequested = n.getBooleanValue(); }, "isDraft": n => { message.isDraft = n.getBooleanValue(); }, "isRead": n => { message.isRead = n.getBooleanValue(); }, "isReadReceiptRequested": n => { message.isReadReceiptRequested = n.getBooleanValue(); }, "multiValueExtendedProperties": n => { message.multiValueExtendedProperties = n.getCollectionOfObjectValues(createMultiValueLegacyExtendedPropertyFromDiscriminatorValue); }, "parentFolderId": n => { message.parentFolderId = n.getStringValue(); }, "receivedDateTime": n => { message.receivedDateTime = n.getDateValue(); }, "replyTo": n => { message.replyTo = n.getCollectionOfObjectValues(createRecipientFromDiscriminatorValue); }, "sender": n => { message.sender = n.getObjectValue(createRecipientFromDiscriminatorValue); }, "sentDateTime": n => { message.sentDateTime = n.getDateValue(); }, "singleValueExtendedProperties": n => { message.singleValueExtendedProperties = n.getCollectionOfObjectValues(createSingleValueLegacyExtendedPropertyFromDiscriminatorValue); }, "subject": n => { message.subject = n.getStringValue(); }, "toRecipients": n => { message.toRecipients = n.getCollectionOfObjectValues(createRecipientFromDiscriminatorValue); }, "uniqueBody": n => { message.uniqueBody = n.getObjectValue(createItemBodyFromDiscriminatorValue); }, "webLink": n => { message.webLink = n.getStringValue(); } });
|
|
37430
37453
|
}
|
|
37431
37454
|
/**
|
|
37432
37455
|
* The deserialization information for the current model
|
|
@@ -37688,7 +37711,7 @@ export function deserializeIntoMimeContent(mimeContent = {}) {
|
|
|
37688
37711
|
"backingStoreEnabled": n => { mimeContent.backingStoreEnabled = true; },
|
|
37689
37712
|
"@odata.type": n => { mimeContent.odataType = n.getStringValue(); },
|
|
37690
37713
|
"type": n => { mimeContent.type = n.getStringValue(); },
|
|
37691
|
-
"value": n => { mimeContent.value = n.
|
|
37714
|
+
"value": n => { mimeContent.value = n.getByteArrayValue(); },
|
|
37692
37715
|
};
|
|
37693
37716
|
}
|
|
37694
37717
|
/**
|
|
@@ -37772,7 +37795,7 @@ export function deserializeIntoMobileAppContentCollectionResponse(mobileAppConte
|
|
|
37772
37795
|
*/
|
|
37773
37796
|
// @ts-ignore
|
|
37774
37797
|
export function deserializeIntoMobileAppContentFile(mobileAppContentFile = {}) {
|
|
37775
|
-
return Object.assign(Object.assign({}, deserializeIntoEntity(mobileAppContentFile)), { "azureStorageUri": n => { mobileAppContentFile.azureStorageUri = n.getStringValue(); }, "azureStorageUriExpirationDateTime": n => { mobileAppContentFile.azureStorageUriExpirationDateTime = n.getDateValue(); }, "createdDateTime": n => { mobileAppContentFile.createdDateTime = n.getDateValue(); }, "isCommitted": n => { mobileAppContentFile.isCommitted = n.getBooleanValue(); }, "isDependency": n => { mobileAppContentFile.isDependency = n.getBooleanValue(); }, "manifest": n => { mobileAppContentFile.manifest = n.
|
|
37798
|
+
return Object.assign(Object.assign({}, deserializeIntoEntity(mobileAppContentFile)), { "azureStorageUri": n => { mobileAppContentFile.azureStorageUri = n.getStringValue(); }, "azureStorageUriExpirationDateTime": n => { mobileAppContentFile.azureStorageUriExpirationDateTime = n.getDateValue(); }, "createdDateTime": n => { mobileAppContentFile.createdDateTime = n.getDateValue(); }, "isCommitted": n => { mobileAppContentFile.isCommitted = n.getBooleanValue(); }, "isDependency": n => { mobileAppContentFile.isDependency = n.getBooleanValue(); }, "manifest": n => { mobileAppContentFile.manifest = n.getByteArrayValue(); }, "name": n => { mobileAppContentFile.name = n.getStringValue(); }, "size": n => { mobileAppContentFile.size = n.getNumberValue(); }, "sizeEncrypted": n => { mobileAppContentFile.sizeEncrypted = n.getNumberValue(); }, "uploadState": n => { mobileAppContentFile.uploadState = n.getEnumValue(MobileAppContentFileUploadStateObject); } });
|
|
37776
37799
|
}
|
|
37777
37800
|
/**
|
|
37778
37801
|
* The deserialization information for the current model
|
|
@@ -38297,7 +38320,7 @@ export function deserializeIntoOmaSettingString(omaSettingString = {}) {
|
|
|
38297
38320
|
*/
|
|
38298
38321
|
// @ts-ignore
|
|
38299
38322
|
export function deserializeIntoOmaSettingStringXml(omaSettingStringXml = {}) {
|
|
38300
|
-
return Object.assign(Object.assign({}, deserializeIntoOmaSetting(omaSettingStringXml)), { "fileName": n => { omaSettingStringXml.fileName = n.getStringValue(); }, "value": n => { omaSettingStringXml.value = n.
|
|
38323
|
+
return Object.assign(Object.assign({}, deserializeIntoOmaSetting(omaSettingStringXml)), { "fileName": n => { omaSettingStringXml.fileName = n.getStringValue(); }, "value": n => { omaSettingStringXml.value = n.getByteArrayValue(); } });
|
|
38301
38324
|
}
|
|
38302
38325
|
/**
|
|
38303
38326
|
* The deserialization information for the current model
|
|
@@ -38452,7 +38475,7 @@ export function deserializeIntoOnenoteOperationError(onenoteOperationError = {})
|
|
|
38452
38475
|
*/
|
|
38453
38476
|
// @ts-ignore
|
|
38454
38477
|
export function deserializeIntoOnenotePage(onenotePage = {}) {
|
|
38455
|
-
return Object.assign(Object.assign({}, deserializeIntoOnenoteEntitySchemaObjectModel(onenotePage)), { "content": n => { onenotePage.content = n.
|
|
38478
|
+
return Object.assign(Object.assign({}, deserializeIntoOnenoteEntitySchemaObjectModel(onenotePage)), { "content": n => { onenotePage.content = n.getByteArrayValue(); }, "contentUrl": n => { onenotePage.contentUrl = n.getStringValue(); }, "createdByAppId": n => { onenotePage.createdByAppId = n.getStringValue(); }, "lastModifiedDateTime": n => { onenotePage.lastModifiedDateTime = n.getDateValue(); }, "level": n => { onenotePage.level = n.getNumberValue(); }, "links": n => { onenotePage.links = n.getObjectValue(createPageLinksFromDiscriminatorValue); }, "order": n => { onenotePage.order = n.getNumberValue(); }, "parentNotebook": n => { onenotePage.parentNotebook = n.getObjectValue(createNotebookFromDiscriminatorValue); }, "parentSection": n => { onenotePage.parentSection = n.getObjectValue(createOnenoteSectionFromDiscriminatorValue); }, "title": n => { onenotePage.title = n.getStringValue(); }, "userTags": n => { onenotePage.userTags = n.getCollectionOfPrimitiveValues(); } });
|
|
38456
38479
|
}
|
|
38457
38480
|
/**
|
|
38458
38481
|
* The deserialization information for the current model
|
|
@@ -38508,7 +38531,7 @@ export function deserializeIntoOnenotePatchContentCommand(onenotePatchContentCom
|
|
|
38508
38531
|
*/
|
|
38509
38532
|
// @ts-ignore
|
|
38510
38533
|
export function deserializeIntoOnenoteResource(onenoteResource = {}) {
|
|
38511
|
-
return Object.assign(Object.assign({}, deserializeIntoOnenoteEntityBaseModel(onenoteResource)), { "content": n => { onenoteResource.content = n.
|
|
38534
|
+
return Object.assign(Object.assign({}, deserializeIntoOnenoteEntityBaseModel(onenoteResource)), { "content": n => { onenoteResource.content = n.getByteArrayValue(); }, "contentUrl": n => { onenoteResource.contentUrl = n.getStringValue(); } });
|
|
38512
38535
|
}
|
|
38513
38536
|
/**
|
|
38514
38537
|
* The deserialization information for the current model
|
|
@@ -38567,7 +38590,7 @@ export function deserializeIntoOnInteractiveAuthFlowStartListener(onInteractiveA
|
|
|
38567
38590
|
*/
|
|
38568
38591
|
// @ts-ignore
|
|
38569
38592
|
export function deserializeIntoOnlineMeeting(onlineMeeting = {}) {
|
|
38570
|
-
return Object.assign(Object.assign({}, deserializeIntoOnlineMeetingBase(onlineMeeting)), { "attendeeReport": n => { onlineMeeting.attendeeReport = n.
|
|
38593
|
+
return Object.assign(Object.assign({}, deserializeIntoOnlineMeetingBase(onlineMeeting)), { "attendeeReport": n => { onlineMeeting.attendeeReport = n.getByteArrayValue(); }, "broadcastSettings": n => { onlineMeeting.broadcastSettings = n.getObjectValue(createBroadcastMeetingSettingsFromDiscriminatorValue); }, "creationDateTime": n => { onlineMeeting.creationDateTime = n.getDateValue(); }, "endDateTime": n => { onlineMeeting.endDateTime = n.getDateValue(); }, "externalId": n => { onlineMeeting.externalId = n.getStringValue(); }, "isBroadcast": n => { onlineMeeting.isBroadcast = n.getBooleanValue(); }, "meetingTemplateId": n => { onlineMeeting.meetingTemplateId = n.getStringValue(); }, "participants": n => { onlineMeeting.participants = n.getObjectValue(createMeetingParticipantsFromDiscriminatorValue); }, "recordings": n => { onlineMeeting.recordings = n.getCollectionOfObjectValues(createCallRecordingFromDiscriminatorValue); }, "startDateTime": n => { onlineMeeting.startDateTime = n.getDateValue(); }, "transcripts": n => { onlineMeeting.transcripts = n.getCollectionOfObjectValues(createCallTranscriptFromDiscriminatorValue); } });
|
|
38571
38594
|
}
|
|
38572
38595
|
/**
|
|
38573
38596
|
* The deserialization information for the current model
|
|
@@ -38945,7 +38968,7 @@ export function deserializeIntoOrganizationalBrandingLocalizationCollectionRespo
|
|
|
38945
38968
|
*/
|
|
38946
38969
|
// @ts-ignore
|
|
38947
38970
|
export function deserializeIntoOrganizationalBrandingProperties(organizationalBrandingProperties = {}) {
|
|
38948
|
-
return Object.assign(Object.assign({}, deserializeIntoEntity(organizationalBrandingProperties)), { "backgroundColor": n => { organizationalBrandingProperties.backgroundColor = n.getStringValue(); }, "backgroundImage": n => { organizationalBrandingProperties.backgroundImage = n.
|
|
38971
|
+
return Object.assign(Object.assign({}, deserializeIntoEntity(organizationalBrandingProperties)), { "backgroundColor": n => { organizationalBrandingProperties.backgroundColor = n.getStringValue(); }, "backgroundImage": n => { organizationalBrandingProperties.backgroundImage = n.getByteArrayValue(); }, "backgroundImageRelativeUrl": n => { organizationalBrandingProperties.backgroundImageRelativeUrl = n.getStringValue(); }, "bannerLogo": n => { organizationalBrandingProperties.bannerLogo = n.getByteArrayValue(); }, "bannerLogoRelativeUrl": n => { organizationalBrandingProperties.bannerLogoRelativeUrl = n.getStringValue(); }, "cdnList": n => { organizationalBrandingProperties.cdnList = n.getCollectionOfPrimitiveValues(); }, "contentCustomization": n => { organizationalBrandingProperties.contentCustomization = n.getObjectValue(createContentCustomizationFromDiscriminatorValue); }, "customAccountResetCredentialsUrl": n => { organizationalBrandingProperties.customAccountResetCredentialsUrl = n.getStringValue(); }, "customCannotAccessYourAccountText": n => { organizationalBrandingProperties.customCannotAccessYourAccountText = n.getStringValue(); }, "customCannotAccessYourAccountUrl": n => { organizationalBrandingProperties.customCannotAccessYourAccountUrl = n.getStringValue(); }, "customCSS": n => { organizationalBrandingProperties.customCSS = n.getByteArrayValue(); }, "customCSSRelativeUrl": n => { organizationalBrandingProperties.customCSSRelativeUrl = n.getStringValue(); }, "customForgotMyPasswordText": n => { organizationalBrandingProperties.customForgotMyPasswordText = n.getStringValue(); }, "customPrivacyAndCookiesText": n => { organizationalBrandingProperties.customPrivacyAndCookiesText = n.getStringValue(); }, "customPrivacyAndCookiesUrl": n => { organizationalBrandingProperties.customPrivacyAndCookiesUrl = n.getStringValue(); }, "customResetItNowText": n => { organizationalBrandingProperties.customResetItNowText = n.getStringValue(); }, "customTermsOfUseText": n => { organizationalBrandingProperties.customTermsOfUseText = n.getStringValue(); }, "customTermsOfUseUrl": n => { organizationalBrandingProperties.customTermsOfUseUrl = n.getStringValue(); }, "favicon": n => { organizationalBrandingProperties.favicon = n.getByteArrayValue(); }, "faviconRelativeUrl": n => { organizationalBrandingProperties.faviconRelativeUrl = n.getStringValue(); }, "headerBackgroundColor": n => { organizationalBrandingProperties.headerBackgroundColor = n.getStringValue(); }, "headerLogo": n => { organizationalBrandingProperties.headerLogo = n.getByteArrayValue(); }, "headerLogoRelativeUrl": n => { organizationalBrandingProperties.headerLogoRelativeUrl = n.getStringValue(); }, "loginPageLayoutConfiguration": n => { organizationalBrandingProperties.loginPageLayoutConfiguration = n.getObjectValue(createLoginPageLayoutConfigurationFromDiscriminatorValue); }, "loginPageTextVisibilitySettings": n => { organizationalBrandingProperties.loginPageTextVisibilitySettings = n.getObjectValue(createLoginPageTextVisibilitySettingsFromDiscriminatorValue); }, "signInPageText": n => { organizationalBrandingProperties.signInPageText = n.getStringValue(); }, "squareLogo": n => { organizationalBrandingProperties.squareLogo = n.getByteArrayValue(); }, "squareLogoDark": n => { organizationalBrandingProperties.squareLogoDark = n.getByteArrayValue(); }, "squareLogoDarkRelativeUrl": n => { organizationalBrandingProperties.squareLogoDarkRelativeUrl = n.getStringValue(); }, "squareLogoRelativeUrl": n => { organizationalBrandingProperties.squareLogoRelativeUrl = n.getStringValue(); }, "usernameHintText": n => { organizationalBrandingProperties.usernameHintText = n.getStringValue(); } });
|
|
38949
38972
|
}
|
|
38950
38973
|
/**
|
|
38951
38974
|
* The deserialization information for the current model
|
|
@@ -39201,7 +39224,7 @@ export function deserializeIntoPasswordAuthenticationMethodCollectionResponse(pa
|
|
|
39201
39224
|
export function deserializeIntoPasswordCredential(passwordCredential = {}) {
|
|
39202
39225
|
return {
|
|
39203
39226
|
"backingStoreEnabled": n => { passwordCredential.backingStoreEnabled = true; },
|
|
39204
|
-
"customKeyIdentifier": n => { passwordCredential.customKeyIdentifier = n.
|
|
39227
|
+
"customKeyIdentifier": n => { passwordCredential.customKeyIdentifier = n.getByteArrayValue(); },
|
|
39205
39228
|
"displayName": n => { passwordCredential.displayName = n.getStringValue(); },
|
|
39206
39229
|
"endDateTime": n => { passwordCredential.endDateTime = n.getDateValue(); },
|
|
39207
39230
|
"hint": n => { passwordCredential.hint = n.getStringValue(); },
|
|
@@ -41312,7 +41335,7 @@ export function deserializeIntoRemovedState(removedState = {}) {
|
|
|
41312
41335
|
export function deserializeIntoReport(report = {}) {
|
|
41313
41336
|
return {
|
|
41314
41337
|
"backingStoreEnabled": n => { report.backingStoreEnabled = true; },
|
|
41315
|
-
"content": n => { report.content = n.
|
|
41338
|
+
"content": n => { report.content = n.getByteArrayValue(); },
|
|
41316
41339
|
"@odata.type": n => { report.odataType = n.getStringValue(); },
|
|
41317
41340
|
};
|
|
41318
41341
|
}
|
|
@@ -42426,10 +42449,10 @@ export function deserializeIntoSelfServiceSignUpAuthenticationFlowConfiguration(
|
|
|
42426
42449
|
export function deserializeIntoSelfSignedCertificate(selfSignedCertificate = {}) {
|
|
42427
42450
|
return {
|
|
42428
42451
|
"backingStoreEnabled": n => { selfSignedCertificate.backingStoreEnabled = true; },
|
|
42429
|
-
"customKeyIdentifier": n => { selfSignedCertificate.customKeyIdentifier = n.
|
|
42452
|
+
"customKeyIdentifier": n => { selfSignedCertificate.customKeyIdentifier = n.getByteArrayValue(); },
|
|
42430
42453
|
"displayName": n => { selfSignedCertificate.displayName = n.getStringValue(); },
|
|
42431
42454
|
"endDateTime": n => { selfSignedCertificate.endDateTime = n.getDateValue(); },
|
|
42432
|
-
"key": n => { selfSignedCertificate.key = n.
|
|
42455
|
+
"key": n => { selfSignedCertificate.key = n.getByteArrayValue(); },
|
|
42433
42456
|
"keyId": n => { selfSignedCertificate.keyId = n.getGuidValue(); },
|
|
42434
42457
|
"@odata.type": n => { selfSignedCertificate.odataType = n.getStringValue(); },
|
|
42435
42458
|
"startDateTime": n => { selfSignedCertificate.startDateTime = n.getDateValue(); },
|
|
@@ -42489,7 +42512,7 @@ export function deserializeIntoServiceAnnouncement(serviceAnnouncement = {}) {
|
|
|
42489
42512
|
*/
|
|
42490
42513
|
// @ts-ignore
|
|
42491
42514
|
export function deserializeIntoServiceAnnouncementAttachment(serviceAnnouncementAttachment = {}) {
|
|
42492
|
-
return Object.assign(Object.assign({}, deserializeIntoEntity(serviceAnnouncementAttachment)), { "content": n => { serviceAnnouncementAttachment.content = n.
|
|
42515
|
+
return Object.assign(Object.assign({}, deserializeIntoEntity(serviceAnnouncementAttachment)), { "content": n => { serviceAnnouncementAttachment.content = n.getByteArrayValue(); }, "contentType": n => { serviceAnnouncementAttachment.contentType = n.getStringValue(); }, "lastModifiedDateTime": n => { serviceAnnouncementAttachment.lastModifiedDateTime = n.getDateValue(); }, "name": n => { serviceAnnouncementAttachment.name = n.getStringValue(); }, "size": n => { serviceAnnouncementAttachment.size = n.getNumberValue(); } });
|
|
42493
42516
|
}
|
|
42494
42517
|
/**
|
|
42495
42518
|
* The deserialization information for the current model
|
|
@@ -42718,7 +42741,7 @@ export function deserializeIntoServiceStorageQuotaBreakdownCollectionResponse(se
|
|
|
42718
42741
|
*/
|
|
42719
42742
|
// @ts-ignore
|
|
42720
42743
|
export function deserializeIntoServiceUpdateMessage(serviceUpdateMessage = {}) {
|
|
42721
|
-
return Object.assign(Object.assign({}, deserializeIntoServiceAnnouncementBase(serviceUpdateMessage)), { "actionRequiredByDateTime": n => { serviceUpdateMessage.actionRequiredByDateTime = n.getDateValue(); }, "attachments": n => { serviceUpdateMessage.attachments = n.getCollectionOfObjectValues(createServiceAnnouncementAttachmentFromDiscriminatorValue); }, "attachmentsArchive": n => { serviceUpdateMessage.attachmentsArchive = n.
|
|
42744
|
+
return Object.assign(Object.assign({}, deserializeIntoServiceAnnouncementBase(serviceUpdateMessage)), { "actionRequiredByDateTime": n => { serviceUpdateMessage.actionRequiredByDateTime = n.getDateValue(); }, "attachments": n => { serviceUpdateMessage.attachments = n.getCollectionOfObjectValues(createServiceAnnouncementAttachmentFromDiscriminatorValue); }, "attachmentsArchive": n => { serviceUpdateMessage.attachmentsArchive = n.getByteArrayValue(); }, "body": n => { serviceUpdateMessage.body = n.getObjectValue(createItemBodyFromDiscriminatorValue); }, "category": n => { serviceUpdateMessage.category = n.getEnumValue(ServiceUpdateCategoryObject); }, "hasAttachments": n => { serviceUpdateMessage.hasAttachments = n.getBooleanValue(); }, "isMajorChange": n => { serviceUpdateMessage.isMajorChange = n.getBooleanValue(); }, "services": n => { serviceUpdateMessage.services = n.getCollectionOfPrimitiveValues(); }, "severity": n => { serviceUpdateMessage.severity = n.getEnumValue(ServiceUpdateSeverityObject); }, "tags": n => { serviceUpdateMessage.tags = n.getCollectionOfPrimitiveValues(); }, "viewPoint": n => { serviceUpdateMessage.viewPoint = n.getObjectValue(createServiceUpdateMessageViewpointFromDiscriminatorValue); } });
|
|
42722
42745
|
}
|
|
42723
42746
|
/**
|
|
42724
42747
|
* The deserialization information for the current model
|
|
@@ -44284,7 +44307,7 @@ export function deserializeIntoTargetUserSponsors(targetUserSponsors = {}) {
|
|
|
44284
44307
|
*/
|
|
44285
44308
|
// @ts-ignore
|
|
44286
44309
|
export function deserializeIntoTaskFileAttachment(taskFileAttachment = {}) {
|
|
44287
|
-
return Object.assign(Object.assign({}, deserializeIntoAttachmentBase(taskFileAttachment)), { "contentBytes": n => { taskFileAttachment.contentBytes = n.
|
|
44310
|
+
return Object.assign(Object.assign({}, deserializeIntoAttachmentBase(taskFileAttachment)), { "contentBytes": n => { taskFileAttachment.contentBytes = n.getByteArrayValue(); } });
|
|
44288
44311
|
}
|
|
44289
44312
|
/**
|
|
44290
44313
|
* The deserialization information for the current model
|
|
@@ -44690,7 +44713,7 @@ export function deserializeIntoTeamworkConversationIdentity(teamworkConversation
|
|
|
44690
44713
|
*/
|
|
44691
44714
|
// @ts-ignore
|
|
44692
44715
|
export function deserializeIntoTeamworkHostedContent(teamworkHostedContent = {}) {
|
|
44693
|
-
return Object.assign(Object.assign({}, deserializeIntoEntity(teamworkHostedContent)), { "contentBytes": n => { teamworkHostedContent.contentBytes = n.
|
|
44716
|
+
return Object.assign(Object.assign({}, deserializeIntoEntity(teamworkHostedContent)), { "contentBytes": n => { teamworkHostedContent.contentBytes = n.getByteArrayValue(); }, "contentType": n => { teamworkHostedContent.contentType = n.getStringValue(); } });
|
|
44694
44717
|
}
|
|
44695
44718
|
/**
|
|
44696
44719
|
* The deserialization information for the current model
|
|
@@ -45067,7 +45090,7 @@ export function deserializeIntoThreatAssessmentResultCollectionResponse(threatAs
|
|
|
45067
45090
|
export function deserializeIntoThumbnail(thumbnail = {}) {
|
|
45068
45091
|
return {
|
|
45069
45092
|
"backingStoreEnabled": n => { thumbnail.backingStoreEnabled = true; },
|
|
45070
|
-
"content": n => { thumbnail.content = n.
|
|
45093
|
+
"content": n => { thumbnail.content = n.getByteArrayValue(); },
|
|
45071
45094
|
"height": n => { thumbnail.height = n.getNumberValue(); },
|
|
45072
45095
|
"@odata.type": n => { thumbnail.odataType = n.getStringValue(); },
|
|
45073
45096
|
"sourceItemId": n => { thumbnail.sourceItemId = n.getStringValue(); },
|
|
@@ -46988,7 +47011,7 @@ export function deserializeIntoVirtualEventPresenterDetails(virtualEventPresente
|
|
|
46988
47011
|
"linkedInProfileWebUrl": n => { virtualEventPresenterDetails.linkedInProfileWebUrl = n.getStringValue(); },
|
|
46989
47012
|
"@odata.type": n => { virtualEventPresenterDetails.odataType = n.getStringValue(); },
|
|
46990
47013
|
"personalSiteWebUrl": n => { virtualEventPresenterDetails.personalSiteWebUrl = n.getStringValue(); },
|
|
46991
|
-
"photo": n => { virtualEventPresenterDetails.photo = n.
|
|
47014
|
+
"photo": n => { virtualEventPresenterDetails.photo = n.getByteArrayValue(); },
|
|
46992
47015
|
"twitterProfileWebUrl": n => { virtualEventPresenterDetails.twitterProfileWebUrl = n.getStringValue(); },
|
|
46993
47016
|
};
|
|
46994
47017
|
}
|
|
@@ -47473,7 +47496,7 @@ export function deserializeIntoWindows10CustomConfiguration(windows10CustomConfi
|
|
|
47473
47496
|
*/
|
|
47474
47497
|
// @ts-ignore
|
|
47475
47498
|
export function deserializeIntoWindows10EndpointProtectionConfiguration(windows10EndpointProtectionConfiguration = {}) {
|
|
47476
|
-
return Object.assign(Object.assign({}, deserializeIntoDeviceConfiguration(windows10EndpointProtectionConfiguration)), { "applicationGuardAllowPersistence": n => { windows10EndpointProtectionConfiguration.applicationGuardAllowPersistence = n.getBooleanValue(); }, "applicationGuardAllowPrintToLocalPrinters": n => { windows10EndpointProtectionConfiguration.applicationGuardAllowPrintToLocalPrinters = n.getBooleanValue(); }, "applicationGuardAllowPrintToNetworkPrinters": n => { windows10EndpointProtectionConfiguration.applicationGuardAllowPrintToNetworkPrinters = n.getBooleanValue(); }, "applicationGuardAllowPrintToPDF": n => { windows10EndpointProtectionConfiguration.applicationGuardAllowPrintToPDF = n.getBooleanValue(); }, "applicationGuardAllowPrintToXPS": n => { windows10EndpointProtectionConfiguration.applicationGuardAllowPrintToXPS = n.getBooleanValue(); }, "applicationGuardBlockClipboardSharing": n => { windows10EndpointProtectionConfiguration.applicationGuardBlockClipboardSharing = n.getEnumValue(ApplicationGuardBlockClipboardSharingTypeObject); }, "applicationGuardBlockFileTransfer": n => { windows10EndpointProtectionConfiguration.applicationGuardBlockFileTransfer = n.getEnumValue(ApplicationGuardBlockFileTransferTypeObject); }, "applicationGuardBlockNonEnterpriseContent": n => { windows10EndpointProtectionConfiguration.applicationGuardBlockNonEnterpriseContent = n.getBooleanValue(); }, "applicationGuardEnabled": n => { windows10EndpointProtectionConfiguration.applicationGuardEnabled = n.getBooleanValue(); }, "applicationGuardForceAuditing": n => { windows10EndpointProtectionConfiguration.applicationGuardForceAuditing = n.getBooleanValue(); }, "appLockerApplicationControl": n => { windows10EndpointProtectionConfiguration.appLockerApplicationControl = n.getEnumValue(AppLockerApplicationControlTypeObject); }, "bitLockerDisableWarningForOtherDiskEncryption": n => { windows10EndpointProtectionConfiguration.bitLockerDisableWarningForOtherDiskEncryption = n.getBooleanValue(); }, "bitLockerEnableStorageCardEncryptionOnMobile": n => { windows10EndpointProtectionConfiguration.bitLockerEnableStorageCardEncryptionOnMobile = n.getBooleanValue(); }, "bitLockerEncryptDevice": n => { windows10EndpointProtectionConfiguration.bitLockerEncryptDevice = n.getBooleanValue(); }, "bitLockerRemovableDrivePolicy": n => { windows10EndpointProtectionConfiguration.bitLockerRemovableDrivePolicy = n.getObjectValue(createBitLockerRemovableDrivePolicyFromDiscriminatorValue); }, "defenderAdditionalGuardedFolders": n => { windows10EndpointProtectionConfiguration.defenderAdditionalGuardedFolders = n.getCollectionOfPrimitiveValues(); }, "defenderAttackSurfaceReductionExcludedPaths": n => { windows10EndpointProtectionConfiguration.defenderAttackSurfaceReductionExcludedPaths = n.getCollectionOfPrimitiveValues(); }, "defenderExploitProtectionXml": n => { windows10EndpointProtectionConfiguration.defenderExploitProtectionXml = n.
|
|
47499
|
+
return Object.assign(Object.assign({}, deserializeIntoDeviceConfiguration(windows10EndpointProtectionConfiguration)), { "applicationGuardAllowPersistence": n => { windows10EndpointProtectionConfiguration.applicationGuardAllowPersistence = n.getBooleanValue(); }, "applicationGuardAllowPrintToLocalPrinters": n => { windows10EndpointProtectionConfiguration.applicationGuardAllowPrintToLocalPrinters = n.getBooleanValue(); }, "applicationGuardAllowPrintToNetworkPrinters": n => { windows10EndpointProtectionConfiguration.applicationGuardAllowPrintToNetworkPrinters = n.getBooleanValue(); }, "applicationGuardAllowPrintToPDF": n => { windows10EndpointProtectionConfiguration.applicationGuardAllowPrintToPDF = n.getBooleanValue(); }, "applicationGuardAllowPrintToXPS": n => { windows10EndpointProtectionConfiguration.applicationGuardAllowPrintToXPS = n.getBooleanValue(); }, "applicationGuardBlockClipboardSharing": n => { windows10EndpointProtectionConfiguration.applicationGuardBlockClipboardSharing = n.getEnumValue(ApplicationGuardBlockClipboardSharingTypeObject); }, "applicationGuardBlockFileTransfer": n => { windows10EndpointProtectionConfiguration.applicationGuardBlockFileTransfer = n.getEnumValue(ApplicationGuardBlockFileTransferTypeObject); }, "applicationGuardBlockNonEnterpriseContent": n => { windows10EndpointProtectionConfiguration.applicationGuardBlockNonEnterpriseContent = n.getBooleanValue(); }, "applicationGuardEnabled": n => { windows10EndpointProtectionConfiguration.applicationGuardEnabled = n.getBooleanValue(); }, "applicationGuardForceAuditing": n => { windows10EndpointProtectionConfiguration.applicationGuardForceAuditing = n.getBooleanValue(); }, "appLockerApplicationControl": n => { windows10EndpointProtectionConfiguration.appLockerApplicationControl = n.getEnumValue(AppLockerApplicationControlTypeObject); }, "bitLockerDisableWarningForOtherDiskEncryption": n => { windows10EndpointProtectionConfiguration.bitLockerDisableWarningForOtherDiskEncryption = n.getBooleanValue(); }, "bitLockerEnableStorageCardEncryptionOnMobile": n => { windows10EndpointProtectionConfiguration.bitLockerEnableStorageCardEncryptionOnMobile = n.getBooleanValue(); }, "bitLockerEncryptDevice": n => { windows10EndpointProtectionConfiguration.bitLockerEncryptDevice = n.getBooleanValue(); }, "bitLockerRemovableDrivePolicy": n => { windows10EndpointProtectionConfiguration.bitLockerRemovableDrivePolicy = n.getObjectValue(createBitLockerRemovableDrivePolicyFromDiscriminatorValue); }, "defenderAdditionalGuardedFolders": n => { windows10EndpointProtectionConfiguration.defenderAdditionalGuardedFolders = n.getCollectionOfPrimitiveValues(); }, "defenderAttackSurfaceReductionExcludedPaths": n => { windows10EndpointProtectionConfiguration.defenderAttackSurfaceReductionExcludedPaths = n.getCollectionOfPrimitiveValues(); }, "defenderExploitProtectionXml": n => { windows10EndpointProtectionConfiguration.defenderExploitProtectionXml = n.getByteArrayValue(); }, "defenderExploitProtectionXmlFileName": n => { windows10EndpointProtectionConfiguration.defenderExploitProtectionXmlFileName = n.getStringValue(); }, "defenderGuardedFoldersAllowedAppPaths": n => { windows10EndpointProtectionConfiguration.defenderGuardedFoldersAllowedAppPaths = n.getCollectionOfPrimitiveValues(); }, "defenderSecurityCenterBlockExploitProtectionOverride": n => { windows10EndpointProtectionConfiguration.defenderSecurityCenterBlockExploitProtectionOverride = n.getBooleanValue(); }, "firewallBlockStatefulFTP": n => { windows10EndpointProtectionConfiguration.firewallBlockStatefulFTP = n.getBooleanValue(); }, "firewallCertificateRevocationListCheckMethod": n => { windows10EndpointProtectionConfiguration.firewallCertificateRevocationListCheckMethod = n.getEnumValue(FirewallCertificateRevocationListCheckMethodTypeObject); }, "firewallIdleTimeoutForSecurityAssociationInSeconds": n => { windows10EndpointProtectionConfiguration.firewallIdleTimeoutForSecurityAssociationInSeconds = n.getNumberValue(); }, "firewallIPSecExemptionsAllowDHCP": n => { windows10EndpointProtectionConfiguration.firewallIPSecExemptionsAllowDHCP = n.getBooleanValue(); }, "firewallIPSecExemptionsAllowICMP": n => { windows10EndpointProtectionConfiguration.firewallIPSecExemptionsAllowICMP = n.getBooleanValue(); }, "firewallIPSecExemptionsAllowNeighborDiscovery": n => { windows10EndpointProtectionConfiguration.firewallIPSecExemptionsAllowNeighborDiscovery = n.getBooleanValue(); }, "firewallIPSecExemptionsAllowRouterDiscovery": n => { windows10EndpointProtectionConfiguration.firewallIPSecExemptionsAllowRouterDiscovery = n.getBooleanValue(); }, "firewallMergeKeyingModuleSettings": n => { windows10EndpointProtectionConfiguration.firewallMergeKeyingModuleSettings = n.getBooleanValue(); }, "firewallPacketQueueingMethod": n => { windows10EndpointProtectionConfiguration.firewallPacketQueueingMethod = n.getEnumValue(FirewallPacketQueueingMethodTypeObject); }, "firewallPreSharedKeyEncodingMethod": n => { windows10EndpointProtectionConfiguration.firewallPreSharedKeyEncodingMethod = n.getEnumValue(FirewallPreSharedKeyEncodingMethodTypeObject); }, "firewallProfileDomain": n => { windows10EndpointProtectionConfiguration.firewallProfileDomain = n.getObjectValue(createWindowsFirewallNetworkProfileFromDiscriminatorValue); }, "firewallProfilePrivate": n => { windows10EndpointProtectionConfiguration.firewallProfilePrivate = n.getObjectValue(createWindowsFirewallNetworkProfileFromDiscriminatorValue); }, "firewallProfilePublic": n => { windows10EndpointProtectionConfiguration.firewallProfilePublic = n.getObjectValue(createWindowsFirewallNetworkProfileFromDiscriminatorValue); }, "smartScreenBlockOverrideForFiles": n => { windows10EndpointProtectionConfiguration.smartScreenBlockOverrideForFiles = n.getBooleanValue(); }, "smartScreenEnableInShell": n => { windows10EndpointProtectionConfiguration.smartScreenEnableInShell = n.getBooleanValue(); } });
|
|
47477
47500
|
}
|
|
47478
47501
|
/**
|
|
47479
47502
|
* The deserialization information for the current model
|
|
@@ -47497,7 +47520,7 @@ export function deserializeIntoWindows10EnterpriseModernAppManagementConfigurati
|
|
|
47497
47520
|
*/
|
|
47498
47521
|
// @ts-ignore
|
|
47499
47522
|
export function deserializeIntoWindows10GeneralConfiguration(windows10GeneralConfiguration = {}) {
|
|
47500
|
-
return Object.assign(Object.assign({}, deserializeIntoDeviceConfiguration(windows10GeneralConfiguration)), { "accountsBlockAddingNonMicrosoftAccountEmail": n => { windows10GeneralConfiguration.accountsBlockAddingNonMicrosoftAccountEmail = n.getBooleanValue(); }, "antiTheftModeBlocked": n => { windows10GeneralConfiguration.antiTheftModeBlocked = n.getBooleanValue(); }, "appsAllowTrustedAppsSideloading": n => { windows10GeneralConfiguration.appsAllowTrustedAppsSideloading = n.getEnumValue(StateManagementSettingObject); }, "appsBlockWindowsStoreOriginatedApps": n => { windows10GeneralConfiguration.appsBlockWindowsStoreOriginatedApps = n.getBooleanValue(); }, "bluetoothAllowedServices": n => { windows10GeneralConfiguration.bluetoothAllowedServices = n.getCollectionOfPrimitiveValues(); }, "bluetoothBlockAdvertising": n => { windows10GeneralConfiguration.bluetoothBlockAdvertising = n.getBooleanValue(); }, "bluetoothBlockDiscoverableMode": n => { windows10GeneralConfiguration.bluetoothBlockDiscoverableMode = n.getBooleanValue(); }, "bluetoothBlocked": n => { windows10GeneralConfiguration.bluetoothBlocked = n.getBooleanValue(); }, "bluetoothBlockPrePairing": n => { windows10GeneralConfiguration.bluetoothBlockPrePairing = n.getBooleanValue(); }, "cameraBlocked": n => { windows10GeneralConfiguration.cameraBlocked = n.getBooleanValue(); }, "cellularBlockDataWhenRoaming": n => { windows10GeneralConfiguration.cellularBlockDataWhenRoaming = n.getBooleanValue(); }, "cellularBlockVpn": n => { windows10GeneralConfiguration.cellularBlockVpn = n.getBooleanValue(); }, "cellularBlockVpnWhenRoaming": n => { windows10GeneralConfiguration.cellularBlockVpnWhenRoaming = n.getBooleanValue(); }, "certificatesBlockManualRootCertificateInstallation": n => { windows10GeneralConfiguration.certificatesBlockManualRootCertificateInstallation = n.getBooleanValue(); }, "connectedDevicesServiceBlocked": n => { windows10GeneralConfiguration.connectedDevicesServiceBlocked = n.getBooleanValue(); }, "copyPasteBlocked": n => { windows10GeneralConfiguration.copyPasteBlocked = n.getBooleanValue(); }, "cortanaBlocked": n => { windows10GeneralConfiguration.cortanaBlocked = n.getBooleanValue(); }, "defenderBlockEndUserAccess": n => { windows10GeneralConfiguration.defenderBlockEndUserAccess = n.getBooleanValue(); }, "defenderCloudBlockLevel": n => { windows10GeneralConfiguration.defenderCloudBlockLevel = n.getEnumValue(DefenderCloudBlockLevelTypeObject); }, "defenderDaysBeforeDeletingQuarantinedMalware": n => { windows10GeneralConfiguration.defenderDaysBeforeDeletingQuarantinedMalware = n.getNumberValue(); }, "defenderDetectedMalwareActions": n => { windows10GeneralConfiguration.defenderDetectedMalwareActions = n.getObjectValue(createDefenderDetectedMalwareActionsFromDiscriminatorValue); }, "defenderFileExtensionsToExclude": n => { windows10GeneralConfiguration.defenderFileExtensionsToExclude = n.getCollectionOfPrimitiveValues(); }, "defenderFilesAndFoldersToExclude": n => { windows10GeneralConfiguration.defenderFilesAndFoldersToExclude = n.getCollectionOfPrimitiveValues(); }, "defenderMonitorFileActivity": n => { windows10GeneralConfiguration.defenderMonitorFileActivity = n.getEnumValue(DefenderMonitorFileActivityObject); }, "defenderProcessesToExclude": n => { windows10GeneralConfiguration.defenderProcessesToExclude = n.getCollectionOfPrimitiveValues(); }, "defenderPromptForSampleSubmission": n => { windows10GeneralConfiguration.defenderPromptForSampleSubmission = n.getEnumValue(DefenderPromptForSampleSubmissionObject); }, "defenderRequireBehaviorMonitoring": n => { windows10GeneralConfiguration.defenderRequireBehaviorMonitoring = n.getBooleanValue(); }, "defenderRequireCloudProtection": n => { windows10GeneralConfiguration.defenderRequireCloudProtection = n.getBooleanValue(); }, "defenderRequireNetworkInspectionSystem": n => { windows10GeneralConfiguration.defenderRequireNetworkInspectionSystem = n.getBooleanValue(); }, "defenderRequireRealTimeMonitoring": n => { windows10GeneralConfiguration.defenderRequireRealTimeMonitoring = n.getBooleanValue(); }, "defenderScanArchiveFiles": n => { windows10GeneralConfiguration.defenderScanArchiveFiles = n.getBooleanValue(); }, "defenderScanDownloads": n => { windows10GeneralConfiguration.defenderScanDownloads = n.getBooleanValue(); }, "defenderScanIncomingMail": n => { windows10GeneralConfiguration.defenderScanIncomingMail = n.getBooleanValue(); }, "defenderScanMappedNetworkDrivesDuringFullScan": n => { windows10GeneralConfiguration.defenderScanMappedNetworkDrivesDuringFullScan = n.getBooleanValue(); }, "defenderScanMaxCpu": n => { windows10GeneralConfiguration.defenderScanMaxCpu = n.getNumberValue(); }, "defenderScanNetworkFiles": n => { windows10GeneralConfiguration.defenderScanNetworkFiles = n.getBooleanValue(); }, "defenderScanRemovableDrivesDuringFullScan": n => { windows10GeneralConfiguration.defenderScanRemovableDrivesDuringFullScan = n.getBooleanValue(); }, "defenderScanScriptsLoadedInInternetExplorer": n => { windows10GeneralConfiguration.defenderScanScriptsLoadedInInternetExplorer = n.getBooleanValue(); }, "defenderScanType": n => { windows10GeneralConfiguration.defenderScanType = n.getEnumValue(DefenderScanTypeObject); }, "defenderScheduledQuickScanTime": n => { windows10GeneralConfiguration.defenderScheduledQuickScanTime = n.getTimeOnlyValue(); }, "defenderScheduledScanTime": n => { windows10GeneralConfiguration.defenderScheduledScanTime = n.getTimeOnlyValue(); }, "defenderSignatureUpdateIntervalInHours": n => { windows10GeneralConfiguration.defenderSignatureUpdateIntervalInHours = n.getNumberValue(); }, "defenderSystemScanSchedule": n => { windows10GeneralConfiguration.defenderSystemScanSchedule = n.getEnumValue(WeeklyScheduleObject); }, "developerUnlockSetting": n => { windows10GeneralConfiguration.developerUnlockSetting = n.getEnumValue(StateManagementSettingObject); }, "deviceManagementBlockFactoryResetOnMobile": n => { windows10GeneralConfiguration.deviceManagementBlockFactoryResetOnMobile = n.getBooleanValue(); }, "deviceManagementBlockManualUnenroll": n => { windows10GeneralConfiguration.deviceManagementBlockManualUnenroll = n.getBooleanValue(); }, "diagnosticsDataSubmissionMode": n => { windows10GeneralConfiguration.diagnosticsDataSubmissionMode = n.getEnumValue(DiagnosticDataSubmissionModeObject); }, "edgeAllowStartPagesModification": n => { windows10GeneralConfiguration.edgeAllowStartPagesModification = n.getBooleanValue(); }, "edgeBlockAccessToAboutFlags": n => { windows10GeneralConfiguration.edgeBlockAccessToAboutFlags = n.getBooleanValue(); }, "edgeBlockAddressBarDropdown": n => { windows10GeneralConfiguration.edgeBlockAddressBarDropdown = n.getBooleanValue(); }, "edgeBlockAutofill": n => { windows10GeneralConfiguration.edgeBlockAutofill = n.getBooleanValue(); }, "edgeBlockCompatibilityList": n => { windows10GeneralConfiguration.edgeBlockCompatibilityList = n.getBooleanValue(); }, "edgeBlockDeveloperTools": n => { windows10GeneralConfiguration.edgeBlockDeveloperTools = n.getBooleanValue(); }, "edgeBlocked": n => { windows10GeneralConfiguration.edgeBlocked = n.getBooleanValue(); }, "edgeBlockExtensions": n => { windows10GeneralConfiguration.edgeBlockExtensions = n.getBooleanValue(); }, "edgeBlockInPrivateBrowsing": n => { windows10GeneralConfiguration.edgeBlockInPrivateBrowsing = n.getBooleanValue(); }, "edgeBlockJavaScript": n => { windows10GeneralConfiguration.edgeBlockJavaScript = n.getBooleanValue(); }, "edgeBlockLiveTileDataCollection": n => { windows10GeneralConfiguration.edgeBlockLiveTileDataCollection = n.getBooleanValue(); }, "edgeBlockPasswordManager": n => { windows10GeneralConfiguration.edgeBlockPasswordManager = n.getBooleanValue(); }, "edgeBlockPopups": n => { windows10GeneralConfiguration.edgeBlockPopups = n.getBooleanValue(); }, "edgeBlockSearchSuggestions": n => { windows10GeneralConfiguration.edgeBlockSearchSuggestions = n.getBooleanValue(); }, "edgeBlockSendingDoNotTrackHeader": n => { windows10GeneralConfiguration.edgeBlockSendingDoNotTrackHeader = n.getBooleanValue(); }, "edgeBlockSendingIntranetTrafficToInternetExplorer": n => { windows10GeneralConfiguration.edgeBlockSendingIntranetTrafficToInternetExplorer = n.getBooleanValue(); }, "edgeClearBrowsingDataOnExit": n => { windows10GeneralConfiguration.edgeClearBrowsingDataOnExit = n.getBooleanValue(); }, "edgeCookiePolicy": n => { windows10GeneralConfiguration.edgeCookiePolicy = n.getEnumValue(EdgeCookiePolicyObject); }, "edgeDisableFirstRunPage": n => { windows10GeneralConfiguration.edgeDisableFirstRunPage = n.getBooleanValue(); }, "edgeEnterpriseModeSiteListLocation": n => { windows10GeneralConfiguration.edgeEnterpriseModeSiteListLocation = n.getStringValue(); }, "edgeFirstRunUrl": n => { windows10GeneralConfiguration.edgeFirstRunUrl = n.getStringValue(); }, "edgeHomepageUrls": n => { windows10GeneralConfiguration.edgeHomepageUrls = n.getCollectionOfPrimitiveValues(); }, "edgeRequireSmartScreen": n => { windows10GeneralConfiguration.edgeRequireSmartScreen = n.getBooleanValue(); }, "edgeSearchEngine": n => { windows10GeneralConfiguration.edgeSearchEngine = n.getObjectValue(createEdgeSearchEngineBaseFromDiscriminatorValue); }, "edgeSendIntranetTrafficToInternetExplorer": n => { windows10GeneralConfiguration.edgeSendIntranetTrafficToInternetExplorer = n.getBooleanValue(); }, "edgeSyncFavoritesWithInternetExplorer": n => { windows10GeneralConfiguration.edgeSyncFavoritesWithInternetExplorer = n.getBooleanValue(); }, "enterpriseCloudPrintDiscoveryEndPoint": n => { windows10GeneralConfiguration.enterpriseCloudPrintDiscoveryEndPoint = n.getStringValue(); }, "enterpriseCloudPrintDiscoveryMaxLimit": n => { windows10GeneralConfiguration.enterpriseCloudPrintDiscoveryMaxLimit = n.getNumberValue(); }, "enterpriseCloudPrintMopriaDiscoveryResourceIdentifier": n => { windows10GeneralConfiguration.enterpriseCloudPrintMopriaDiscoveryResourceIdentifier = n.getStringValue(); }, "enterpriseCloudPrintOAuthAuthority": n => { windows10GeneralConfiguration.enterpriseCloudPrintOAuthAuthority = n.getStringValue(); }, "enterpriseCloudPrintOAuthClientIdentifier": n => { windows10GeneralConfiguration.enterpriseCloudPrintOAuthClientIdentifier = n.getStringValue(); }, "enterpriseCloudPrintResourceIdentifier": n => { windows10GeneralConfiguration.enterpriseCloudPrintResourceIdentifier = n.getStringValue(); }, "experienceBlockDeviceDiscovery": n => { windows10GeneralConfiguration.experienceBlockDeviceDiscovery = n.getBooleanValue(); }, "experienceBlockErrorDialogWhenNoSIM": n => { windows10GeneralConfiguration.experienceBlockErrorDialogWhenNoSIM = n.getBooleanValue(); }, "experienceBlockTaskSwitcher": n => { windows10GeneralConfiguration.experienceBlockTaskSwitcher = n.getBooleanValue(); }, "gameDvrBlocked": n => { windows10GeneralConfiguration.gameDvrBlocked = n.getBooleanValue(); }, "internetSharingBlocked": n => { windows10GeneralConfiguration.internetSharingBlocked = n.getBooleanValue(); }, "locationServicesBlocked": n => { windows10GeneralConfiguration.locationServicesBlocked = n.getBooleanValue(); }, "lockScreenAllowTimeoutConfiguration": n => { windows10GeneralConfiguration.lockScreenAllowTimeoutConfiguration = n.getBooleanValue(); }, "lockScreenBlockActionCenterNotifications": n => { windows10GeneralConfiguration.lockScreenBlockActionCenterNotifications = n.getBooleanValue(); }, "lockScreenBlockCortana": n => { windows10GeneralConfiguration.lockScreenBlockCortana = n.getBooleanValue(); }, "lockScreenBlockToastNotifications": n => { windows10GeneralConfiguration.lockScreenBlockToastNotifications = n.getBooleanValue(); }, "lockScreenTimeoutInSeconds": n => { windows10GeneralConfiguration.lockScreenTimeoutInSeconds = n.getNumberValue(); }, "logonBlockFastUserSwitching": n => { windows10GeneralConfiguration.logonBlockFastUserSwitching = n.getBooleanValue(); }, "microsoftAccountBlocked": n => { windows10GeneralConfiguration.microsoftAccountBlocked = n.getBooleanValue(); }, "microsoftAccountBlockSettingsSync": n => { windows10GeneralConfiguration.microsoftAccountBlockSettingsSync = n.getBooleanValue(); }, "networkProxyApplySettingsDeviceWide": n => { windows10GeneralConfiguration.networkProxyApplySettingsDeviceWide = n.getBooleanValue(); }, "networkProxyAutomaticConfigurationUrl": n => { windows10GeneralConfiguration.networkProxyAutomaticConfigurationUrl = n.getStringValue(); }, "networkProxyDisableAutoDetect": n => { windows10GeneralConfiguration.networkProxyDisableAutoDetect = n.getBooleanValue(); }, "networkProxyServer": n => { windows10GeneralConfiguration.networkProxyServer = n.getObjectValue(createWindows10NetworkProxyServerFromDiscriminatorValue); }, "nfcBlocked": n => { windows10GeneralConfiguration.nfcBlocked = n.getBooleanValue(); }, "oneDriveDisableFileSync": n => { windows10GeneralConfiguration.oneDriveDisableFileSync = n.getBooleanValue(); }, "passwordBlockSimple": n => { windows10GeneralConfiguration.passwordBlockSimple = n.getBooleanValue(); }, "passwordExpirationDays": n => { windows10GeneralConfiguration.passwordExpirationDays = n.getNumberValue(); }, "passwordMinimumCharacterSetCount": n => { windows10GeneralConfiguration.passwordMinimumCharacterSetCount = n.getNumberValue(); }, "passwordMinimumLength": n => { windows10GeneralConfiguration.passwordMinimumLength = n.getNumberValue(); }, "passwordMinutesOfInactivityBeforeScreenTimeout": n => { windows10GeneralConfiguration.passwordMinutesOfInactivityBeforeScreenTimeout = n.getNumberValue(); }, "passwordPreviousPasswordBlockCount": n => { windows10GeneralConfiguration.passwordPreviousPasswordBlockCount = n.getNumberValue(); }, "passwordRequired": n => { windows10GeneralConfiguration.passwordRequired = n.getBooleanValue(); }, "passwordRequiredType": n => { windows10GeneralConfiguration.passwordRequiredType = n.getEnumValue(RequiredPasswordTypeObject); }, "passwordRequireWhenResumeFromIdleState": n => { windows10GeneralConfiguration.passwordRequireWhenResumeFromIdleState = n.getBooleanValue(); }, "passwordSignInFailureCountBeforeFactoryReset": n => { windows10GeneralConfiguration.passwordSignInFailureCountBeforeFactoryReset = n.getNumberValue(); }, "personalizationDesktopImageUrl": n => { windows10GeneralConfiguration.personalizationDesktopImageUrl = n.getStringValue(); }, "personalizationLockScreenImageUrl": n => { windows10GeneralConfiguration.personalizationLockScreenImageUrl = n.getStringValue(); }, "privacyAdvertisingId": n => { windows10GeneralConfiguration.privacyAdvertisingId = n.getEnumValue(StateManagementSettingObject); }, "privacyAutoAcceptPairingAndConsentPrompts": n => { windows10GeneralConfiguration.privacyAutoAcceptPairingAndConsentPrompts = n.getBooleanValue(); }, "privacyBlockInputPersonalization": n => { windows10GeneralConfiguration.privacyBlockInputPersonalization = n.getBooleanValue(); }, "resetProtectionModeBlocked": n => { windows10GeneralConfiguration.resetProtectionModeBlocked = n.getBooleanValue(); }, "safeSearchFilter": n => { windows10GeneralConfiguration.safeSearchFilter = n.getEnumValue(SafeSearchFilterTypeObject); }, "screenCaptureBlocked": n => { windows10GeneralConfiguration.screenCaptureBlocked = n.getBooleanValue(); }, "searchBlockDiacritics": n => { windows10GeneralConfiguration.searchBlockDiacritics = n.getBooleanValue(); }, "searchDisableAutoLanguageDetection": n => { windows10GeneralConfiguration.searchDisableAutoLanguageDetection = n.getBooleanValue(); }, "searchDisableIndexerBackoff": n => { windows10GeneralConfiguration.searchDisableIndexerBackoff = n.getBooleanValue(); }, "searchDisableIndexingEncryptedItems": n => { windows10GeneralConfiguration.searchDisableIndexingEncryptedItems = n.getBooleanValue(); }, "searchDisableIndexingRemovableDrive": n => { windows10GeneralConfiguration.searchDisableIndexingRemovableDrive = n.getBooleanValue(); }, "searchEnableAutomaticIndexSizeManangement": n => { windows10GeneralConfiguration.searchEnableAutomaticIndexSizeManangement = n.getBooleanValue(); }, "searchEnableRemoteQueries": n => { windows10GeneralConfiguration.searchEnableRemoteQueries = n.getBooleanValue(); }, "settingsBlockAccountsPage": n => { windows10GeneralConfiguration.settingsBlockAccountsPage = n.getBooleanValue(); }, "settingsBlockAddProvisioningPackage": n => { windows10GeneralConfiguration.settingsBlockAddProvisioningPackage = n.getBooleanValue(); }, "settingsBlockAppsPage": n => { windows10GeneralConfiguration.settingsBlockAppsPage = n.getBooleanValue(); }, "settingsBlockChangeLanguage": n => { windows10GeneralConfiguration.settingsBlockChangeLanguage = n.getBooleanValue(); }, "settingsBlockChangePowerSleep": n => { windows10GeneralConfiguration.settingsBlockChangePowerSleep = n.getBooleanValue(); }, "settingsBlockChangeRegion": n => { windows10GeneralConfiguration.settingsBlockChangeRegion = n.getBooleanValue(); }, "settingsBlockChangeSystemTime": n => { windows10GeneralConfiguration.settingsBlockChangeSystemTime = n.getBooleanValue(); }, "settingsBlockDevicesPage": n => { windows10GeneralConfiguration.settingsBlockDevicesPage = n.getBooleanValue(); }, "settingsBlockEaseOfAccessPage": n => { windows10GeneralConfiguration.settingsBlockEaseOfAccessPage = n.getBooleanValue(); }, "settingsBlockEditDeviceName": n => { windows10GeneralConfiguration.settingsBlockEditDeviceName = n.getBooleanValue(); }, "settingsBlockGamingPage": n => { windows10GeneralConfiguration.settingsBlockGamingPage = n.getBooleanValue(); }, "settingsBlockNetworkInternetPage": n => { windows10GeneralConfiguration.settingsBlockNetworkInternetPage = n.getBooleanValue(); }, "settingsBlockPersonalizationPage": n => { windows10GeneralConfiguration.settingsBlockPersonalizationPage = n.getBooleanValue(); }, "settingsBlockPrivacyPage": n => { windows10GeneralConfiguration.settingsBlockPrivacyPage = n.getBooleanValue(); }, "settingsBlockRemoveProvisioningPackage": n => { windows10GeneralConfiguration.settingsBlockRemoveProvisioningPackage = n.getBooleanValue(); }, "settingsBlockSettingsApp": n => { windows10GeneralConfiguration.settingsBlockSettingsApp = n.getBooleanValue(); }, "settingsBlockSystemPage": n => { windows10GeneralConfiguration.settingsBlockSystemPage = n.getBooleanValue(); }, "settingsBlockTimeLanguagePage": n => { windows10GeneralConfiguration.settingsBlockTimeLanguagePage = n.getBooleanValue(); }, "settingsBlockUpdateSecurityPage": n => { windows10GeneralConfiguration.settingsBlockUpdateSecurityPage = n.getBooleanValue(); }, "sharedUserAppDataAllowed": n => { windows10GeneralConfiguration.sharedUserAppDataAllowed = n.getBooleanValue(); }, "smartScreenBlockPromptOverride": n => { windows10GeneralConfiguration.smartScreenBlockPromptOverride = n.getBooleanValue(); }, "smartScreenBlockPromptOverrideForFiles": n => { windows10GeneralConfiguration.smartScreenBlockPromptOverrideForFiles = n.getBooleanValue(); }, "smartScreenEnableAppInstallControl": n => { windows10GeneralConfiguration.smartScreenEnableAppInstallControl = n.getBooleanValue(); }, "startBlockUnpinningAppsFromTaskbar": n => { windows10GeneralConfiguration.startBlockUnpinningAppsFromTaskbar = n.getBooleanValue(); }, "startMenuAppListVisibility": n => { windows10GeneralConfiguration.startMenuAppListVisibility = n.getCollectionOfEnumValues(WindowsStartMenuAppListVisibilityTypeObject); }, "startMenuHideChangeAccountSettings": n => { windows10GeneralConfiguration.startMenuHideChangeAccountSettings = n.getBooleanValue(); }, "startMenuHideFrequentlyUsedApps": n => { windows10GeneralConfiguration.startMenuHideFrequentlyUsedApps = n.getBooleanValue(); }, "startMenuHideHibernate": n => { windows10GeneralConfiguration.startMenuHideHibernate = n.getBooleanValue(); }, "startMenuHideLock": n => { windows10GeneralConfiguration.startMenuHideLock = n.getBooleanValue(); }, "startMenuHidePowerButton": n => { windows10GeneralConfiguration.startMenuHidePowerButton = n.getBooleanValue(); }, "startMenuHideRecentJumpLists": n => { windows10GeneralConfiguration.startMenuHideRecentJumpLists = n.getBooleanValue(); }, "startMenuHideRecentlyAddedApps": n => { windows10GeneralConfiguration.startMenuHideRecentlyAddedApps = n.getBooleanValue(); }, "startMenuHideRestartOptions": n => { windows10GeneralConfiguration.startMenuHideRestartOptions = n.getBooleanValue(); }, "startMenuHideShutDown": n => { windows10GeneralConfiguration.startMenuHideShutDown = n.getBooleanValue(); }, "startMenuHideSignOut": n => { windows10GeneralConfiguration.startMenuHideSignOut = n.getBooleanValue(); }, "startMenuHideSleep": n => { windows10GeneralConfiguration.startMenuHideSleep = n.getBooleanValue(); }, "startMenuHideSwitchAccount": n => { windows10GeneralConfiguration.startMenuHideSwitchAccount = n.getBooleanValue(); }, "startMenuHideUserTile": n => { windows10GeneralConfiguration.startMenuHideUserTile = n.getBooleanValue(); }, "startMenuLayoutEdgeAssetsXml": n => { windows10GeneralConfiguration.startMenuLayoutEdgeAssetsXml = n.getStringValue(); }, "startMenuLayoutXml": n => { windows10GeneralConfiguration.startMenuLayoutXml = n.getStringValue(); }, "startMenuMode": n => { windows10GeneralConfiguration.startMenuMode = n.getEnumValue(WindowsStartMenuModeTypeObject); }, "startMenuPinnedFolderDocuments": n => { windows10GeneralConfiguration.startMenuPinnedFolderDocuments = n.getEnumValue(VisibilitySettingObject); }, "startMenuPinnedFolderDownloads": n => { windows10GeneralConfiguration.startMenuPinnedFolderDownloads = n.getEnumValue(VisibilitySettingObject); }, "startMenuPinnedFolderFileExplorer": n => { windows10GeneralConfiguration.startMenuPinnedFolderFileExplorer = n.getEnumValue(VisibilitySettingObject); }, "startMenuPinnedFolderHomeGroup": n => { windows10GeneralConfiguration.startMenuPinnedFolderHomeGroup = n.getEnumValue(VisibilitySettingObject); }, "startMenuPinnedFolderMusic": n => { windows10GeneralConfiguration.startMenuPinnedFolderMusic = n.getEnumValue(VisibilitySettingObject); }, "startMenuPinnedFolderNetwork": n => { windows10GeneralConfiguration.startMenuPinnedFolderNetwork = n.getEnumValue(VisibilitySettingObject); }, "startMenuPinnedFolderPersonalFolder": n => { windows10GeneralConfiguration.startMenuPinnedFolderPersonalFolder = n.getEnumValue(VisibilitySettingObject); }, "startMenuPinnedFolderPictures": n => { windows10GeneralConfiguration.startMenuPinnedFolderPictures = n.getEnumValue(VisibilitySettingObject); }, "startMenuPinnedFolderSettings": n => { windows10GeneralConfiguration.startMenuPinnedFolderSettings = n.getEnumValue(VisibilitySettingObject); }, "startMenuPinnedFolderVideos": n => { windows10GeneralConfiguration.startMenuPinnedFolderVideos = n.getEnumValue(VisibilitySettingObject); }, "storageBlockRemovableStorage": n => { windows10GeneralConfiguration.storageBlockRemovableStorage = n.getBooleanValue(); }, "storageRequireMobileDeviceEncryption": n => { windows10GeneralConfiguration.storageRequireMobileDeviceEncryption = n.getBooleanValue(); }, "storageRestrictAppDataToSystemVolume": n => { windows10GeneralConfiguration.storageRestrictAppDataToSystemVolume = n.getBooleanValue(); }, "storageRestrictAppInstallToSystemVolume": n => { windows10GeneralConfiguration.storageRestrictAppInstallToSystemVolume = n.getBooleanValue(); }, "tenantLockdownRequireNetworkDuringOutOfBoxExperience": n => { windows10GeneralConfiguration.tenantLockdownRequireNetworkDuringOutOfBoxExperience = n.getBooleanValue(); }, "usbBlocked": n => { windows10GeneralConfiguration.usbBlocked = n.getBooleanValue(); }, "voiceRecordingBlocked": n => { windows10GeneralConfiguration.voiceRecordingBlocked = n.getBooleanValue(); }, "webRtcBlockLocalhostIpAddress": n => { windows10GeneralConfiguration.webRtcBlockLocalhostIpAddress = n.getBooleanValue(); }, "wiFiBlockAutomaticConnectHotspots": n => { windows10GeneralConfiguration.wiFiBlockAutomaticConnectHotspots = n.getBooleanValue(); }, "wiFiBlocked": n => { windows10GeneralConfiguration.wiFiBlocked = n.getBooleanValue(); }, "wiFiBlockManualConfiguration": n => { windows10GeneralConfiguration.wiFiBlockManualConfiguration = n.getBooleanValue(); }, "wiFiScanInterval": n => { windows10GeneralConfiguration.wiFiScanInterval = n.getNumberValue(); }, "windowsSpotlightBlockConsumerSpecificFeatures": n => { windows10GeneralConfiguration.windowsSpotlightBlockConsumerSpecificFeatures = n.getBooleanValue(); }, "windowsSpotlightBlocked": n => { windows10GeneralConfiguration.windowsSpotlightBlocked = n.getBooleanValue(); }, "windowsSpotlightBlockOnActionCenter": n => { windows10GeneralConfiguration.windowsSpotlightBlockOnActionCenter = n.getBooleanValue(); }, "windowsSpotlightBlockTailoredExperiences": n => { windows10GeneralConfiguration.windowsSpotlightBlockTailoredExperiences = n.getBooleanValue(); }, "windowsSpotlightBlockThirdPartyNotifications": n => { windows10GeneralConfiguration.windowsSpotlightBlockThirdPartyNotifications = n.getBooleanValue(); }, "windowsSpotlightBlockWelcomeExperience": n => { windows10GeneralConfiguration.windowsSpotlightBlockWelcomeExperience = n.getBooleanValue(); }, "windowsSpotlightBlockWindowsTips": n => { windows10GeneralConfiguration.windowsSpotlightBlockWindowsTips = n.getBooleanValue(); }, "windowsSpotlightConfigureOnLockScreen": n => { windows10GeneralConfiguration.windowsSpotlightConfigureOnLockScreen = n.getEnumValue(WindowsSpotlightEnablementSettingsObject); }, "windowsStoreBlockAutoUpdate": n => { windows10GeneralConfiguration.windowsStoreBlockAutoUpdate = n.getBooleanValue(); }, "windowsStoreBlocked": n => { windows10GeneralConfiguration.windowsStoreBlocked = n.getBooleanValue(); }, "windowsStoreEnablePrivateStoreOnly": n => { windows10GeneralConfiguration.windowsStoreEnablePrivateStoreOnly = n.getBooleanValue(); }, "wirelessDisplayBlockProjectionToThisDevice": n => { windows10GeneralConfiguration.wirelessDisplayBlockProjectionToThisDevice = n.getBooleanValue(); }, "wirelessDisplayBlockUserInputFromReceiver": n => { windows10GeneralConfiguration.wirelessDisplayBlockUserInputFromReceiver = n.getBooleanValue(); }, "wirelessDisplayRequirePinForPairing": n => { windows10GeneralConfiguration.wirelessDisplayRequirePinForPairing = n.getBooleanValue(); } });
|
|
47523
|
+
return Object.assign(Object.assign({}, deserializeIntoDeviceConfiguration(windows10GeneralConfiguration)), { "accountsBlockAddingNonMicrosoftAccountEmail": n => { windows10GeneralConfiguration.accountsBlockAddingNonMicrosoftAccountEmail = n.getBooleanValue(); }, "antiTheftModeBlocked": n => { windows10GeneralConfiguration.antiTheftModeBlocked = n.getBooleanValue(); }, "appsAllowTrustedAppsSideloading": n => { windows10GeneralConfiguration.appsAllowTrustedAppsSideloading = n.getEnumValue(StateManagementSettingObject); }, "appsBlockWindowsStoreOriginatedApps": n => { windows10GeneralConfiguration.appsBlockWindowsStoreOriginatedApps = n.getBooleanValue(); }, "bluetoothAllowedServices": n => { windows10GeneralConfiguration.bluetoothAllowedServices = n.getCollectionOfPrimitiveValues(); }, "bluetoothBlockAdvertising": n => { windows10GeneralConfiguration.bluetoothBlockAdvertising = n.getBooleanValue(); }, "bluetoothBlockDiscoverableMode": n => { windows10GeneralConfiguration.bluetoothBlockDiscoverableMode = n.getBooleanValue(); }, "bluetoothBlocked": n => { windows10GeneralConfiguration.bluetoothBlocked = n.getBooleanValue(); }, "bluetoothBlockPrePairing": n => { windows10GeneralConfiguration.bluetoothBlockPrePairing = n.getBooleanValue(); }, "cameraBlocked": n => { windows10GeneralConfiguration.cameraBlocked = n.getBooleanValue(); }, "cellularBlockDataWhenRoaming": n => { windows10GeneralConfiguration.cellularBlockDataWhenRoaming = n.getBooleanValue(); }, "cellularBlockVpn": n => { windows10GeneralConfiguration.cellularBlockVpn = n.getBooleanValue(); }, "cellularBlockVpnWhenRoaming": n => { windows10GeneralConfiguration.cellularBlockVpnWhenRoaming = n.getBooleanValue(); }, "certificatesBlockManualRootCertificateInstallation": n => { windows10GeneralConfiguration.certificatesBlockManualRootCertificateInstallation = n.getBooleanValue(); }, "connectedDevicesServiceBlocked": n => { windows10GeneralConfiguration.connectedDevicesServiceBlocked = n.getBooleanValue(); }, "copyPasteBlocked": n => { windows10GeneralConfiguration.copyPasteBlocked = n.getBooleanValue(); }, "cortanaBlocked": n => { windows10GeneralConfiguration.cortanaBlocked = n.getBooleanValue(); }, "defenderBlockEndUserAccess": n => { windows10GeneralConfiguration.defenderBlockEndUserAccess = n.getBooleanValue(); }, "defenderCloudBlockLevel": n => { windows10GeneralConfiguration.defenderCloudBlockLevel = n.getEnumValue(DefenderCloudBlockLevelTypeObject); }, "defenderDaysBeforeDeletingQuarantinedMalware": n => { windows10GeneralConfiguration.defenderDaysBeforeDeletingQuarantinedMalware = n.getNumberValue(); }, "defenderDetectedMalwareActions": n => { windows10GeneralConfiguration.defenderDetectedMalwareActions = n.getObjectValue(createDefenderDetectedMalwareActionsFromDiscriminatorValue); }, "defenderFileExtensionsToExclude": n => { windows10GeneralConfiguration.defenderFileExtensionsToExclude = n.getCollectionOfPrimitiveValues(); }, "defenderFilesAndFoldersToExclude": n => { windows10GeneralConfiguration.defenderFilesAndFoldersToExclude = n.getCollectionOfPrimitiveValues(); }, "defenderMonitorFileActivity": n => { windows10GeneralConfiguration.defenderMonitorFileActivity = n.getEnumValue(DefenderMonitorFileActivityObject); }, "defenderProcessesToExclude": n => { windows10GeneralConfiguration.defenderProcessesToExclude = n.getCollectionOfPrimitiveValues(); }, "defenderPromptForSampleSubmission": n => { windows10GeneralConfiguration.defenderPromptForSampleSubmission = n.getEnumValue(DefenderPromptForSampleSubmissionObject); }, "defenderRequireBehaviorMonitoring": n => { windows10GeneralConfiguration.defenderRequireBehaviorMonitoring = n.getBooleanValue(); }, "defenderRequireCloudProtection": n => { windows10GeneralConfiguration.defenderRequireCloudProtection = n.getBooleanValue(); }, "defenderRequireNetworkInspectionSystem": n => { windows10GeneralConfiguration.defenderRequireNetworkInspectionSystem = n.getBooleanValue(); }, "defenderRequireRealTimeMonitoring": n => { windows10GeneralConfiguration.defenderRequireRealTimeMonitoring = n.getBooleanValue(); }, "defenderScanArchiveFiles": n => { windows10GeneralConfiguration.defenderScanArchiveFiles = n.getBooleanValue(); }, "defenderScanDownloads": n => { windows10GeneralConfiguration.defenderScanDownloads = n.getBooleanValue(); }, "defenderScanIncomingMail": n => { windows10GeneralConfiguration.defenderScanIncomingMail = n.getBooleanValue(); }, "defenderScanMappedNetworkDrivesDuringFullScan": n => { windows10GeneralConfiguration.defenderScanMappedNetworkDrivesDuringFullScan = n.getBooleanValue(); }, "defenderScanMaxCpu": n => { windows10GeneralConfiguration.defenderScanMaxCpu = n.getNumberValue(); }, "defenderScanNetworkFiles": n => { windows10GeneralConfiguration.defenderScanNetworkFiles = n.getBooleanValue(); }, "defenderScanRemovableDrivesDuringFullScan": n => { windows10GeneralConfiguration.defenderScanRemovableDrivesDuringFullScan = n.getBooleanValue(); }, "defenderScanScriptsLoadedInInternetExplorer": n => { windows10GeneralConfiguration.defenderScanScriptsLoadedInInternetExplorer = n.getBooleanValue(); }, "defenderScanType": n => { windows10GeneralConfiguration.defenderScanType = n.getEnumValue(DefenderScanTypeObject); }, "defenderScheduledQuickScanTime": n => { windows10GeneralConfiguration.defenderScheduledQuickScanTime = n.getTimeOnlyValue(); }, "defenderScheduledScanTime": n => { windows10GeneralConfiguration.defenderScheduledScanTime = n.getTimeOnlyValue(); }, "defenderSignatureUpdateIntervalInHours": n => { windows10GeneralConfiguration.defenderSignatureUpdateIntervalInHours = n.getNumberValue(); }, "defenderSystemScanSchedule": n => { windows10GeneralConfiguration.defenderSystemScanSchedule = n.getEnumValue(WeeklyScheduleObject); }, "developerUnlockSetting": n => { windows10GeneralConfiguration.developerUnlockSetting = n.getEnumValue(StateManagementSettingObject); }, "deviceManagementBlockFactoryResetOnMobile": n => { windows10GeneralConfiguration.deviceManagementBlockFactoryResetOnMobile = n.getBooleanValue(); }, "deviceManagementBlockManualUnenroll": n => { windows10GeneralConfiguration.deviceManagementBlockManualUnenroll = n.getBooleanValue(); }, "diagnosticsDataSubmissionMode": n => { windows10GeneralConfiguration.diagnosticsDataSubmissionMode = n.getEnumValue(DiagnosticDataSubmissionModeObject); }, "edgeAllowStartPagesModification": n => { windows10GeneralConfiguration.edgeAllowStartPagesModification = n.getBooleanValue(); }, "edgeBlockAccessToAboutFlags": n => { windows10GeneralConfiguration.edgeBlockAccessToAboutFlags = n.getBooleanValue(); }, "edgeBlockAddressBarDropdown": n => { windows10GeneralConfiguration.edgeBlockAddressBarDropdown = n.getBooleanValue(); }, "edgeBlockAutofill": n => { windows10GeneralConfiguration.edgeBlockAutofill = n.getBooleanValue(); }, "edgeBlockCompatibilityList": n => { windows10GeneralConfiguration.edgeBlockCompatibilityList = n.getBooleanValue(); }, "edgeBlockDeveloperTools": n => { windows10GeneralConfiguration.edgeBlockDeveloperTools = n.getBooleanValue(); }, "edgeBlocked": n => { windows10GeneralConfiguration.edgeBlocked = n.getBooleanValue(); }, "edgeBlockExtensions": n => { windows10GeneralConfiguration.edgeBlockExtensions = n.getBooleanValue(); }, "edgeBlockInPrivateBrowsing": n => { windows10GeneralConfiguration.edgeBlockInPrivateBrowsing = n.getBooleanValue(); }, "edgeBlockJavaScript": n => { windows10GeneralConfiguration.edgeBlockJavaScript = n.getBooleanValue(); }, "edgeBlockLiveTileDataCollection": n => { windows10GeneralConfiguration.edgeBlockLiveTileDataCollection = n.getBooleanValue(); }, "edgeBlockPasswordManager": n => { windows10GeneralConfiguration.edgeBlockPasswordManager = n.getBooleanValue(); }, "edgeBlockPopups": n => { windows10GeneralConfiguration.edgeBlockPopups = n.getBooleanValue(); }, "edgeBlockSearchSuggestions": n => { windows10GeneralConfiguration.edgeBlockSearchSuggestions = n.getBooleanValue(); }, "edgeBlockSendingDoNotTrackHeader": n => { windows10GeneralConfiguration.edgeBlockSendingDoNotTrackHeader = n.getBooleanValue(); }, "edgeBlockSendingIntranetTrafficToInternetExplorer": n => { windows10GeneralConfiguration.edgeBlockSendingIntranetTrafficToInternetExplorer = n.getBooleanValue(); }, "edgeClearBrowsingDataOnExit": n => { windows10GeneralConfiguration.edgeClearBrowsingDataOnExit = n.getBooleanValue(); }, "edgeCookiePolicy": n => { windows10GeneralConfiguration.edgeCookiePolicy = n.getEnumValue(EdgeCookiePolicyObject); }, "edgeDisableFirstRunPage": n => { windows10GeneralConfiguration.edgeDisableFirstRunPage = n.getBooleanValue(); }, "edgeEnterpriseModeSiteListLocation": n => { windows10GeneralConfiguration.edgeEnterpriseModeSiteListLocation = n.getStringValue(); }, "edgeFirstRunUrl": n => { windows10GeneralConfiguration.edgeFirstRunUrl = n.getStringValue(); }, "edgeHomepageUrls": n => { windows10GeneralConfiguration.edgeHomepageUrls = n.getCollectionOfPrimitiveValues(); }, "edgeRequireSmartScreen": n => { windows10GeneralConfiguration.edgeRequireSmartScreen = n.getBooleanValue(); }, "edgeSearchEngine": n => { windows10GeneralConfiguration.edgeSearchEngine = n.getObjectValue(createEdgeSearchEngineBaseFromDiscriminatorValue); }, "edgeSendIntranetTrafficToInternetExplorer": n => { windows10GeneralConfiguration.edgeSendIntranetTrafficToInternetExplorer = n.getBooleanValue(); }, "edgeSyncFavoritesWithInternetExplorer": n => { windows10GeneralConfiguration.edgeSyncFavoritesWithInternetExplorer = n.getBooleanValue(); }, "enterpriseCloudPrintDiscoveryEndPoint": n => { windows10GeneralConfiguration.enterpriseCloudPrintDiscoveryEndPoint = n.getStringValue(); }, "enterpriseCloudPrintDiscoveryMaxLimit": n => { windows10GeneralConfiguration.enterpriseCloudPrintDiscoveryMaxLimit = n.getNumberValue(); }, "enterpriseCloudPrintMopriaDiscoveryResourceIdentifier": n => { windows10GeneralConfiguration.enterpriseCloudPrintMopriaDiscoveryResourceIdentifier = n.getStringValue(); }, "enterpriseCloudPrintOAuthAuthority": n => { windows10GeneralConfiguration.enterpriseCloudPrintOAuthAuthority = n.getStringValue(); }, "enterpriseCloudPrintOAuthClientIdentifier": n => { windows10GeneralConfiguration.enterpriseCloudPrintOAuthClientIdentifier = n.getStringValue(); }, "enterpriseCloudPrintResourceIdentifier": n => { windows10GeneralConfiguration.enterpriseCloudPrintResourceIdentifier = n.getStringValue(); }, "experienceBlockDeviceDiscovery": n => { windows10GeneralConfiguration.experienceBlockDeviceDiscovery = n.getBooleanValue(); }, "experienceBlockErrorDialogWhenNoSIM": n => { windows10GeneralConfiguration.experienceBlockErrorDialogWhenNoSIM = n.getBooleanValue(); }, "experienceBlockTaskSwitcher": n => { windows10GeneralConfiguration.experienceBlockTaskSwitcher = n.getBooleanValue(); }, "gameDvrBlocked": n => { windows10GeneralConfiguration.gameDvrBlocked = n.getBooleanValue(); }, "internetSharingBlocked": n => { windows10GeneralConfiguration.internetSharingBlocked = n.getBooleanValue(); }, "locationServicesBlocked": n => { windows10GeneralConfiguration.locationServicesBlocked = n.getBooleanValue(); }, "lockScreenAllowTimeoutConfiguration": n => { windows10GeneralConfiguration.lockScreenAllowTimeoutConfiguration = n.getBooleanValue(); }, "lockScreenBlockActionCenterNotifications": n => { windows10GeneralConfiguration.lockScreenBlockActionCenterNotifications = n.getBooleanValue(); }, "lockScreenBlockCortana": n => { windows10GeneralConfiguration.lockScreenBlockCortana = n.getBooleanValue(); }, "lockScreenBlockToastNotifications": n => { windows10GeneralConfiguration.lockScreenBlockToastNotifications = n.getBooleanValue(); }, "lockScreenTimeoutInSeconds": n => { windows10GeneralConfiguration.lockScreenTimeoutInSeconds = n.getNumberValue(); }, "logonBlockFastUserSwitching": n => { windows10GeneralConfiguration.logonBlockFastUserSwitching = n.getBooleanValue(); }, "microsoftAccountBlocked": n => { windows10GeneralConfiguration.microsoftAccountBlocked = n.getBooleanValue(); }, "microsoftAccountBlockSettingsSync": n => { windows10GeneralConfiguration.microsoftAccountBlockSettingsSync = n.getBooleanValue(); }, "networkProxyApplySettingsDeviceWide": n => { windows10GeneralConfiguration.networkProxyApplySettingsDeviceWide = n.getBooleanValue(); }, "networkProxyAutomaticConfigurationUrl": n => { windows10GeneralConfiguration.networkProxyAutomaticConfigurationUrl = n.getStringValue(); }, "networkProxyDisableAutoDetect": n => { windows10GeneralConfiguration.networkProxyDisableAutoDetect = n.getBooleanValue(); }, "networkProxyServer": n => { windows10GeneralConfiguration.networkProxyServer = n.getObjectValue(createWindows10NetworkProxyServerFromDiscriminatorValue); }, "nfcBlocked": n => { windows10GeneralConfiguration.nfcBlocked = n.getBooleanValue(); }, "oneDriveDisableFileSync": n => { windows10GeneralConfiguration.oneDriveDisableFileSync = n.getBooleanValue(); }, "passwordBlockSimple": n => { windows10GeneralConfiguration.passwordBlockSimple = n.getBooleanValue(); }, "passwordExpirationDays": n => { windows10GeneralConfiguration.passwordExpirationDays = n.getNumberValue(); }, "passwordMinimumCharacterSetCount": n => { windows10GeneralConfiguration.passwordMinimumCharacterSetCount = n.getNumberValue(); }, "passwordMinimumLength": n => { windows10GeneralConfiguration.passwordMinimumLength = n.getNumberValue(); }, "passwordMinutesOfInactivityBeforeScreenTimeout": n => { windows10GeneralConfiguration.passwordMinutesOfInactivityBeforeScreenTimeout = n.getNumberValue(); }, "passwordPreviousPasswordBlockCount": n => { windows10GeneralConfiguration.passwordPreviousPasswordBlockCount = n.getNumberValue(); }, "passwordRequired": n => { windows10GeneralConfiguration.passwordRequired = n.getBooleanValue(); }, "passwordRequiredType": n => { windows10GeneralConfiguration.passwordRequiredType = n.getEnumValue(RequiredPasswordTypeObject); }, "passwordRequireWhenResumeFromIdleState": n => { windows10GeneralConfiguration.passwordRequireWhenResumeFromIdleState = n.getBooleanValue(); }, "passwordSignInFailureCountBeforeFactoryReset": n => { windows10GeneralConfiguration.passwordSignInFailureCountBeforeFactoryReset = n.getNumberValue(); }, "personalizationDesktopImageUrl": n => { windows10GeneralConfiguration.personalizationDesktopImageUrl = n.getStringValue(); }, "personalizationLockScreenImageUrl": n => { windows10GeneralConfiguration.personalizationLockScreenImageUrl = n.getStringValue(); }, "privacyAdvertisingId": n => { windows10GeneralConfiguration.privacyAdvertisingId = n.getEnumValue(StateManagementSettingObject); }, "privacyAutoAcceptPairingAndConsentPrompts": n => { windows10GeneralConfiguration.privacyAutoAcceptPairingAndConsentPrompts = n.getBooleanValue(); }, "privacyBlockInputPersonalization": n => { windows10GeneralConfiguration.privacyBlockInputPersonalization = n.getBooleanValue(); }, "resetProtectionModeBlocked": n => { windows10GeneralConfiguration.resetProtectionModeBlocked = n.getBooleanValue(); }, "safeSearchFilter": n => { windows10GeneralConfiguration.safeSearchFilter = n.getEnumValue(SafeSearchFilterTypeObject); }, "screenCaptureBlocked": n => { windows10GeneralConfiguration.screenCaptureBlocked = n.getBooleanValue(); }, "searchBlockDiacritics": n => { windows10GeneralConfiguration.searchBlockDiacritics = n.getBooleanValue(); }, "searchDisableAutoLanguageDetection": n => { windows10GeneralConfiguration.searchDisableAutoLanguageDetection = n.getBooleanValue(); }, "searchDisableIndexerBackoff": n => { windows10GeneralConfiguration.searchDisableIndexerBackoff = n.getBooleanValue(); }, "searchDisableIndexingEncryptedItems": n => { windows10GeneralConfiguration.searchDisableIndexingEncryptedItems = n.getBooleanValue(); }, "searchDisableIndexingRemovableDrive": n => { windows10GeneralConfiguration.searchDisableIndexingRemovableDrive = n.getBooleanValue(); }, "searchEnableAutomaticIndexSizeManangement": n => { windows10GeneralConfiguration.searchEnableAutomaticIndexSizeManangement = n.getBooleanValue(); }, "searchEnableRemoteQueries": n => { windows10GeneralConfiguration.searchEnableRemoteQueries = n.getBooleanValue(); }, "settingsBlockAccountsPage": n => { windows10GeneralConfiguration.settingsBlockAccountsPage = n.getBooleanValue(); }, "settingsBlockAddProvisioningPackage": n => { windows10GeneralConfiguration.settingsBlockAddProvisioningPackage = n.getBooleanValue(); }, "settingsBlockAppsPage": n => { windows10GeneralConfiguration.settingsBlockAppsPage = n.getBooleanValue(); }, "settingsBlockChangeLanguage": n => { windows10GeneralConfiguration.settingsBlockChangeLanguage = n.getBooleanValue(); }, "settingsBlockChangePowerSleep": n => { windows10GeneralConfiguration.settingsBlockChangePowerSleep = n.getBooleanValue(); }, "settingsBlockChangeRegion": n => { windows10GeneralConfiguration.settingsBlockChangeRegion = n.getBooleanValue(); }, "settingsBlockChangeSystemTime": n => { windows10GeneralConfiguration.settingsBlockChangeSystemTime = n.getBooleanValue(); }, "settingsBlockDevicesPage": n => { windows10GeneralConfiguration.settingsBlockDevicesPage = n.getBooleanValue(); }, "settingsBlockEaseOfAccessPage": n => { windows10GeneralConfiguration.settingsBlockEaseOfAccessPage = n.getBooleanValue(); }, "settingsBlockEditDeviceName": n => { windows10GeneralConfiguration.settingsBlockEditDeviceName = n.getBooleanValue(); }, "settingsBlockGamingPage": n => { windows10GeneralConfiguration.settingsBlockGamingPage = n.getBooleanValue(); }, "settingsBlockNetworkInternetPage": n => { windows10GeneralConfiguration.settingsBlockNetworkInternetPage = n.getBooleanValue(); }, "settingsBlockPersonalizationPage": n => { windows10GeneralConfiguration.settingsBlockPersonalizationPage = n.getBooleanValue(); }, "settingsBlockPrivacyPage": n => { windows10GeneralConfiguration.settingsBlockPrivacyPage = n.getBooleanValue(); }, "settingsBlockRemoveProvisioningPackage": n => { windows10GeneralConfiguration.settingsBlockRemoveProvisioningPackage = n.getBooleanValue(); }, "settingsBlockSettingsApp": n => { windows10GeneralConfiguration.settingsBlockSettingsApp = n.getBooleanValue(); }, "settingsBlockSystemPage": n => { windows10GeneralConfiguration.settingsBlockSystemPage = n.getBooleanValue(); }, "settingsBlockTimeLanguagePage": n => { windows10GeneralConfiguration.settingsBlockTimeLanguagePage = n.getBooleanValue(); }, "settingsBlockUpdateSecurityPage": n => { windows10GeneralConfiguration.settingsBlockUpdateSecurityPage = n.getBooleanValue(); }, "sharedUserAppDataAllowed": n => { windows10GeneralConfiguration.sharedUserAppDataAllowed = n.getBooleanValue(); }, "smartScreenBlockPromptOverride": n => { windows10GeneralConfiguration.smartScreenBlockPromptOverride = n.getBooleanValue(); }, "smartScreenBlockPromptOverrideForFiles": n => { windows10GeneralConfiguration.smartScreenBlockPromptOverrideForFiles = n.getBooleanValue(); }, "smartScreenEnableAppInstallControl": n => { windows10GeneralConfiguration.smartScreenEnableAppInstallControl = n.getBooleanValue(); }, "startBlockUnpinningAppsFromTaskbar": n => { windows10GeneralConfiguration.startBlockUnpinningAppsFromTaskbar = n.getBooleanValue(); }, "startMenuAppListVisibility": n => { windows10GeneralConfiguration.startMenuAppListVisibility = n.getCollectionOfEnumValues(WindowsStartMenuAppListVisibilityTypeObject); }, "startMenuHideChangeAccountSettings": n => { windows10GeneralConfiguration.startMenuHideChangeAccountSettings = n.getBooleanValue(); }, "startMenuHideFrequentlyUsedApps": n => { windows10GeneralConfiguration.startMenuHideFrequentlyUsedApps = n.getBooleanValue(); }, "startMenuHideHibernate": n => { windows10GeneralConfiguration.startMenuHideHibernate = n.getBooleanValue(); }, "startMenuHideLock": n => { windows10GeneralConfiguration.startMenuHideLock = n.getBooleanValue(); }, "startMenuHidePowerButton": n => { windows10GeneralConfiguration.startMenuHidePowerButton = n.getBooleanValue(); }, "startMenuHideRecentJumpLists": n => { windows10GeneralConfiguration.startMenuHideRecentJumpLists = n.getBooleanValue(); }, "startMenuHideRecentlyAddedApps": n => { windows10GeneralConfiguration.startMenuHideRecentlyAddedApps = n.getBooleanValue(); }, "startMenuHideRestartOptions": n => { windows10GeneralConfiguration.startMenuHideRestartOptions = n.getBooleanValue(); }, "startMenuHideShutDown": n => { windows10GeneralConfiguration.startMenuHideShutDown = n.getBooleanValue(); }, "startMenuHideSignOut": n => { windows10GeneralConfiguration.startMenuHideSignOut = n.getBooleanValue(); }, "startMenuHideSleep": n => { windows10GeneralConfiguration.startMenuHideSleep = n.getBooleanValue(); }, "startMenuHideSwitchAccount": n => { windows10GeneralConfiguration.startMenuHideSwitchAccount = n.getBooleanValue(); }, "startMenuHideUserTile": n => { windows10GeneralConfiguration.startMenuHideUserTile = n.getBooleanValue(); }, "startMenuLayoutEdgeAssetsXml": n => { windows10GeneralConfiguration.startMenuLayoutEdgeAssetsXml = n.getByteArrayValue(); }, "startMenuLayoutXml": n => { windows10GeneralConfiguration.startMenuLayoutXml = n.getByteArrayValue(); }, "startMenuMode": n => { windows10GeneralConfiguration.startMenuMode = n.getEnumValue(WindowsStartMenuModeTypeObject); }, "startMenuPinnedFolderDocuments": n => { windows10GeneralConfiguration.startMenuPinnedFolderDocuments = n.getEnumValue(VisibilitySettingObject); }, "startMenuPinnedFolderDownloads": n => { windows10GeneralConfiguration.startMenuPinnedFolderDownloads = n.getEnumValue(VisibilitySettingObject); }, "startMenuPinnedFolderFileExplorer": n => { windows10GeneralConfiguration.startMenuPinnedFolderFileExplorer = n.getEnumValue(VisibilitySettingObject); }, "startMenuPinnedFolderHomeGroup": n => { windows10GeneralConfiguration.startMenuPinnedFolderHomeGroup = n.getEnumValue(VisibilitySettingObject); }, "startMenuPinnedFolderMusic": n => { windows10GeneralConfiguration.startMenuPinnedFolderMusic = n.getEnumValue(VisibilitySettingObject); }, "startMenuPinnedFolderNetwork": n => { windows10GeneralConfiguration.startMenuPinnedFolderNetwork = n.getEnumValue(VisibilitySettingObject); }, "startMenuPinnedFolderPersonalFolder": n => { windows10GeneralConfiguration.startMenuPinnedFolderPersonalFolder = n.getEnumValue(VisibilitySettingObject); }, "startMenuPinnedFolderPictures": n => { windows10GeneralConfiguration.startMenuPinnedFolderPictures = n.getEnumValue(VisibilitySettingObject); }, "startMenuPinnedFolderSettings": n => { windows10GeneralConfiguration.startMenuPinnedFolderSettings = n.getEnumValue(VisibilitySettingObject); }, "startMenuPinnedFolderVideos": n => { windows10GeneralConfiguration.startMenuPinnedFolderVideos = n.getEnumValue(VisibilitySettingObject); }, "storageBlockRemovableStorage": n => { windows10GeneralConfiguration.storageBlockRemovableStorage = n.getBooleanValue(); }, "storageRequireMobileDeviceEncryption": n => { windows10GeneralConfiguration.storageRequireMobileDeviceEncryption = n.getBooleanValue(); }, "storageRestrictAppDataToSystemVolume": n => { windows10GeneralConfiguration.storageRestrictAppDataToSystemVolume = n.getBooleanValue(); }, "storageRestrictAppInstallToSystemVolume": n => { windows10GeneralConfiguration.storageRestrictAppInstallToSystemVolume = n.getBooleanValue(); }, "tenantLockdownRequireNetworkDuringOutOfBoxExperience": n => { windows10GeneralConfiguration.tenantLockdownRequireNetworkDuringOutOfBoxExperience = n.getBooleanValue(); }, "usbBlocked": n => { windows10GeneralConfiguration.usbBlocked = n.getBooleanValue(); }, "voiceRecordingBlocked": n => { windows10GeneralConfiguration.voiceRecordingBlocked = n.getBooleanValue(); }, "webRtcBlockLocalhostIpAddress": n => { windows10GeneralConfiguration.webRtcBlockLocalhostIpAddress = n.getBooleanValue(); }, "wiFiBlockAutomaticConnectHotspots": n => { windows10GeneralConfiguration.wiFiBlockAutomaticConnectHotspots = n.getBooleanValue(); }, "wiFiBlocked": n => { windows10GeneralConfiguration.wiFiBlocked = n.getBooleanValue(); }, "wiFiBlockManualConfiguration": n => { windows10GeneralConfiguration.wiFiBlockManualConfiguration = n.getBooleanValue(); }, "wiFiScanInterval": n => { windows10GeneralConfiguration.wiFiScanInterval = n.getNumberValue(); }, "windowsSpotlightBlockConsumerSpecificFeatures": n => { windows10GeneralConfiguration.windowsSpotlightBlockConsumerSpecificFeatures = n.getBooleanValue(); }, "windowsSpotlightBlocked": n => { windows10GeneralConfiguration.windowsSpotlightBlocked = n.getBooleanValue(); }, "windowsSpotlightBlockOnActionCenter": n => { windows10GeneralConfiguration.windowsSpotlightBlockOnActionCenter = n.getBooleanValue(); }, "windowsSpotlightBlockTailoredExperiences": n => { windows10GeneralConfiguration.windowsSpotlightBlockTailoredExperiences = n.getBooleanValue(); }, "windowsSpotlightBlockThirdPartyNotifications": n => { windows10GeneralConfiguration.windowsSpotlightBlockThirdPartyNotifications = n.getBooleanValue(); }, "windowsSpotlightBlockWelcomeExperience": n => { windows10GeneralConfiguration.windowsSpotlightBlockWelcomeExperience = n.getBooleanValue(); }, "windowsSpotlightBlockWindowsTips": n => { windows10GeneralConfiguration.windowsSpotlightBlockWindowsTips = n.getBooleanValue(); }, "windowsSpotlightConfigureOnLockScreen": n => { windows10GeneralConfiguration.windowsSpotlightConfigureOnLockScreen = n.getEnumValue(WindowsSpotlightEnablementSettingsObject); }, "windowsStoreBlockAutoUpdate": n => { windows10GeneralConfiguration.windowsStoreBlockAutoUpdate = n.getBooleanValue(); }, "windowsStoreBlocked": n => { windows10GeneralConfiguration.windowsStoreBlocked = n.getBooleanValue(); }, "windowsStoreEnablePrivateStoreOnly": n => { windows10GeneralConfiguration.windowsStoreEnablePrivateStoreOnly = n.getBooleanValue(); }, "wirelessDisplayBlockProjectionToThisDevice": n => { windows10GeneralConfiguration.wirelessDisplayBlockProjectionToThisDevice = n.getBooleanValue(); }, "wirelessDisplayBlockUserInputFromReceiver": n => { windows10GeneralConfiguration.wirelessDisplayBlockUserInputFromReceiver = n.getBooleanValue(); }, "wirelessDisplayRequirePinForPairing": n => { windows10GeneralConfiguration.wirelessDisplayRequirePinForPairing = n.getBooleanValue(); } });
|
|
47501
47524
|
}
|
|
47502
47525
|
/**
|
|
47503
47526
|
* The deserialization information for the current model
|
|
@@ -47754,7 +47777,7 @@ export function deserializeIntoWindowsInformationProtectionAppLearningSummaryCol
|
|
|
47754
47777
|
*/
|
|
47755
47778
|
// @ts-ignore
|
|
47756
47779
|
export function deserializeIntoWindowsInformationProtectionAppLockerFile(windowsInformationProtectionAppLockerFile = {}) {
|
|
47757
|
-
return Object.assign(Object.assign({}, deserializeIntoEntity(windowsInformationProtectionAppLockerFile)), { "displayName": n => { windowsInformationProtectionAppLockerFile.displayName = n.getStringValue(); }, "file": n => { windowsInformationProtectionAppLockerFile.file = n.
|
|
47780
|
+
return Object.assign(Object.assign({}, deserializeIntoEntity(windowsInformationProtectionAppLockerFile)), { "displayName": n => { windowsInformationProtectionAppLockerFile.displayName = n.getStringValue(); }, "file": n => { windowsInformationProtectionAppLockerFile.file = n.getByteArrayValue(); }, "fileHash": n => { windowsInformationProtectionAppLockerFile.fileHash = n.getStringValue(); }, "version": n => { windowsInformationProtectionAppLockerFile.version = n.getStringValue(); } });
|
|
47758
47781
|
}
|
|
47759
47782
|
/**
|
|
47760
47783
|
* The deserialization information for the current model
|
|
@@ -47772,7 +47795,7 @@ export function deserializeIntoWindowsInformationProtectionAppLockerFileCollecti
|
|
|
47772
47795
|
export function deserializeIntoWindowsInformationProtectionDataRecoveryCertificate(windowsInformationProtectionDataRecoveryCertificate = {}) {
|
|
47773
47796
|
return {
|
|
47774
47797
|
"backingStoreEnabled": n => { windowsInformationProtectionDataRecoveryCertificate.backingStoreEnabled = true; },
|
|
47775
|
-
"certificate": n => { windowsInformationProtectionDataRecoveryCertificate.certificate = n.
|
|
47798
|
+
"certificate": n => { windowsInformationProtectionDataRecoveryCertificate.certificate = n.getByteArrayValue(); },
|
|
47776
47799
|
"description": n => { windowsInformationProtectionDataRecoveryCertificate.description = n.getStringValue(); },
|
|
47777
47800
|
"expirationDateTime": n => { windowsInformationProtectionDataRecoveryCertificate.expirationDateTime = n.getDateValue(); },
|
|
47778
47801
|
"@odata.type": n => { windowsInformationProtectionDataRecoveryCertificate.odataType = n.getStringValue(); },
|
|
@@ -50277,7 +50300,7 @@ export function serializeAgreementFile(writer, agreementFile = {}) {
|
|
|
50277
50300
|
// @ts-ignore
|
|
50278
50301
|
export function serializeAgreementFileData(writer, agreementFileData = {}) {
|
|
50279
50302
|
if (agreementFileData) {
|
|
50280
|
-
writer.
|
|
50303
|
+
writer.writeByteArrayValue("data", agreementFileData.data);
|
|
50281
50304
|
writer.writeStringValue("@odata.type", agreementFileData.odataType);
|
|
50282
50305
|
writer.writeAdditionalData(agreementFileData.additionalData);
|
|
50283
50306
|
}
|
|
@@ -50548,7 +50571,7 @@ export function serializeAlteredQueryToken(writer, alteredQueryToken = {}) {
|
|
|
50548
50571
|
export function serializeAlternativeSecurityId(writer, alternativeSecurityId = {}) {
|
|
50549
50572
|
if (alternativeSecurityId) {
|
|
50550
50573
|
writer.writeStringValue("identityProvider", alternativeSecurityId.identityProvider);
|
|
50551
|
-
writer.
|
|
50574
|
+
writer.writeByteArrayValue("key", alternativeSecurityId.key);
|
|
50552
50575
|
writer.writeStringValue("@odata.type", alternativeSecurityId.odataType);
|
|
50553
50576
|
writer.writeNumberValue("type", alternativeSecurityId.type);
|
|
50554
50577
|
writer.writeAdditionalData(alternativeSecurityId.additionalData);
|
|
@@ -51059,6 +51082,7 @@ export function serializeApplication(writer, application = {}) {
|
|
|
51059
51082
|
writer.writeStringValue("applicationTemplateId", application.applicationTemplateId);
|
|
51060
51083
|
writer.writeCollectionOfObjectValues("appManagementPolicies", application.appManagementPolicies, serializeAppManagementPolicy);
|
|
51061
51084
|
writer.writeCollectionOfObjectValues("appRoles", application.appRoles, serializeAppRole);
|
|
51085
|
+
writer.writeObjectValue("authenticationBehaviors", application.authenticationBehaviors, serializeAuthenticationBehaviors);
|
|
51062
51086
|
writer.writeObjectValue("certification", application.certification, serializeCertification);
|
|
51063
51087
|
writer.writeDateValue("createdDateTime", application.createdDateTime);
|
|
51064
51088
|
writer.writeObjectValue("createdOnBehalfOf", application.createdOnBehalfOf, serializeDirectoryObject);
|
|
@@ -51075,7 +51099,7 @@ export function serializeApplication(writer, application = {}) {
|
|
|
51075
51099
|
writer.writeBooleanValue("isDeviceOnlyAuthSupported", application.isDeviceOnlyAuthSupported);
|
|
51076
51100
|
writer.writeBooleanValue("isFallbackPublicClient", application.isFallbackPublicClient);
|
|
51077
51101
|
writer.writeCollectionOfObjectValues("keyCredentials", application.keyCredentials, serializeKeyCredential);
|
|
51078
|
-
writer.
|
|
51102
|
+
writer.writeByteArrayValue("logo", application.logo);
|
|
51079
51103
|
writer.writeEnumValue("nativeAuthenticationApisEnabled", application.nativeAuthenticationApisEnabled);
|
|
51080
51104
|
writer.writeStringValue("notes", application.notes);
|
|
51081
51105
|
writer.writeBooleanValue("oauth2RequirePostResponse", application.oauth2RequirePostResponse);
|
|
@@ -51657,7 +51681,7 @@ export function serializeAttachmentItem(writer, attachmentItem = {}) {
|
|
|
51657
51681
|
export function serializeAttachmentSession(writer, attachmentSession = {}) {
|
|
51658
51682
|
if (attachmentSession) {
|
|
51659
51683
|
serializeEntity(writer, attachmentSession);
|
|
51660
|
-
writer.
|
|
51684
|
+
writer.writeByteArrayValue("content", attachmentSession.content);
|
|
51661
51685
|
writer.writeDateValue("expirationDateTime", attachmentSession.expirationDateTime);
|
|
51662
51686
|
writer.writeCollectionOfPrimitiveValues("nextExpectedRanges", attachmentSession.nextExpectedRanges);
|
|
51663
51687
|
}
|
|
@@ -52260,6 +52284,20 @@ export function serializeAuthenticationAttributeCollectionPageViewConfiguration(
|
|
|
52260
52284
|
* @param writer Serialization writer to use to serialize this model
|
|
52261
52285
|
*/
|
|
52262
52286
|
// @ts-ignore
|
|
52287
|
+
export function serializeAuthenticationBehaviors(writer, authenticationBehaviors = {}) {
|
|
52288
|
+
if (authenticationBehaviors) {
|
|
52289
|
+
writer.writeBooleanValue("blockAzureADGraphAccess", authenticationBehaviors.blockAzureADGraphAccess);
|
|
52290
|
+
writer.writeStringValue("@odata.type", authenticationBehaviors.odataType);
|
|
52291
|
+
writer.writeBooleanValue("removeUnverifiedEmailClaim", authenticationBehaviors.removeUnverifiedEmailClaim);
|
|
52292
|
+
writer.writeBooleanValue("requireClientServicePrincipal", authenticationBehaviors.requireClientServicePrincipal);
|
|
52293
|
+
writer.writeAdditionalData(authenticationBehaviors.additionalData);
|
|
52294
|
+
}
|
|
52295
|
+
}
|
|
52296
|
+
/**
|
|
52297
|
+
* Serializes information the current object
|
|
52298
|
+
* @param writer Serialization writer to use to serialize this model
|
|
52299
|
+
*/
|
|
52300
|
+
// @ts-ignore
|
|
52263
52301
|
export function serializeAuthenticationCombinationConfiguration(writer, authenticationCombinationConfiguration = {}) {
|
|
52264
52302
|
if (authenticationCombinationConfiguration) {
|
|
52265
52303
|
serializeEntity(writer, authenticationCombinationConfiguration);
|
|
@@ -53956,7 +53994,7 @@ export function serializeCallRecording(writer, callRecording = {}) {
|
|
|
53956
53994
|
if (callRecording) {
|
|
53957
53995
|
serializeEntity(writer, callRecording);
|
|
53958
53996
|
writer.writeStringValue("callId", callRecording.callId);
|
|
53959
|
-
writer.
|
|
53997
|
+
writer.writeByteArrayValue("content", callRecording.content);
|
|
53960
53998
|
writer.writeStringValue("contentCorrelationId", callRecording.contentCorrelationId);
|
|
53961
53999
|
writer.writeDateValue("createdDateTime", callRecording.createdDateTime);
|
|
53962
54000
|
writer.writeDateValue("endDateTime", callRecording.endDateTime);
|
|
@@ -54029,13 +54067,13 @@ export function serializeCallTranscript(writer, callTranscript = {}) {
|
|
|
54029
54067
|
if (callTranscript) {
|
|
54030
54068
|
serializeEntity(writer, callTranscript);
|
|
54031
54069
|
writer.writeStringValue("callId", callTranscript.callId);
|
|
54032
|
-
writer.
|
|
54070
|
+
writer.writeByteArrayValue("content", callTranscript.content);
|
|
54033
54071
|
writer.writeStringValue("contentCorrelationId", callTranscript.contentCorrelationId);
|
|
54034
54072
|
writer.writeDateValue("createdDateTime", callTranscript.createdDateTime);
|
|
54035
54073
|
writer.writeDateValue("endDateTime", callTranscript.endDateTime);
|
|
54036
54074
|
writer.writeStringValue("meetingId", callTranscript.meetingId);
|
|
54037
54075
|
writer.writeObjectValue("meetingOrganizer", callTranscript.meetingOrganizer, serializeIdentitySet);
|
|
54038
|
-
writer.
|
|
54076
|
+
writer.writeByteArrayValue("metadataContent", callTranscript.metadataContent);
|
|
54039
54077
|
writer.writeStringValue("transcriptContentUrl", callTranscript.transcriptContentUrl);
|
|
54040
54078
|
}
|
|
54041
54079
|
}
|
|
@@ -54105,7 +54143,7 @@ export function serializeCanvasLayout(writer, canvasLayout = {}) {
|
|
|
54105
54143
|
// @ts-ignore
|
|
54106
54144
|
export function serializeCertificateAuthority(writer, certificateAuthority = {}) {
|
|
54107
54145
|
if (certificateAuthority) {
|
|
54108
|
-
writer.
|
|
54146
|
+
writer.writeByteArrayValue("certificate", certificateAuthority.certificate);
|
|
54109
54147
|
writer.writeStringValue("certificateRevocationListUrl", certificateAuthority.certificateRevocationListUrl);
|
|
54110
54148
|
writer.writeStringValue("deltaCertificateRevocationListUrl", certificateAuthority.deltaCertificateRevocationListUrl);
|
|
54111
54149
|
writer.writeBooleanValue("isRootAuthority", certificateAuthority.isRootAuthority);
|
|
@@ -57432,7 +57470,7 @@ export function serializeDeviceAndAppManagementAssignmentTarget(writer, deviceAn
|
|
|
57432
57470
|
// @ts-ignore
|
|
57433
57471
|
export function serializeDeviceAndAppManagementData(writer, deviceAndAppManagementData = {}) {
|
|
57434
57472
|
if (deviceAndAppManagementData) {
|
|
57435
|
-
writer.
|
|
57473
|
+
writer.writeByteArrayValue("content", deviceAndAppManagementData.content);
|
|
57436
57474
|
writer.writeStringValue("@odata.type", deviceAndAppManagementData.odataType);
|
|
57437
57475
|
writer.writeAdditionalData(deviceAndAppManagementData.additionalData);
|
|
57438
57476
|
}
|
|
@@ -59134,7 +59172,7 @@ export function serializeDriveItem(writer, driveItem = {}) {
|
|
|
59134
59172
|
writer.writeObjectValue("audio", driveItem.audio, serializeAudio);
|
|
59135
59173
|
writer.writeObjectValue("bundle", driveItem.bundle, serializeBundle);
|
|
59136
59174
|
writer.writeCollectionOfObjectValues("children", driveItem.children, serializeDriveItem);
|
|
59137
|
-
writer.
|
|
59175
|
+
writer.writeByteArrayValue("content", driveItem.content);
|
|
59138
59176
|
writer.writeStringValue("cTag", driveItem.cTag);
|
|
59139
59177
|
writer.writeObjectValue("deleted", driveItem.deleted, serializeDeleted);
|
|
59140
59178
|
writer.writeObjectValue("file", driveItem.file, serializeFile);
|
|
@@ -59214,7 +59252,7 @@ export function serializeDriveItemUploadableProperties(writer, driveItemUploadab
|
|
|
59214
59252
|
export function serializeDriveItemVersion(writer, driveItemVersion = {}) {
|
|
59215
59253
|
if (driveItemVersion) {
|
|
59216
59254
|
serializeBaseItemVersion(writer, driveItemVersion);
|
|
59217
|
-
writer.
|
|
59255
|
+
writer.writeByteArrayValue("content", driveItemVersion.content);
|
|
59218
59256
|
writer.writeNumberValue("size", driveItemVersion.size);
|
|
59219
59257
|
}
|
|
59220
59258
|
}
|
|
@@ -60517,7 +60555,7 @@ export function serializeEnrollmentTroubleshootingEvent(writer, enrollmentTroubl
|
|
|
60517
60555
|
export function serializeEnterpriseCodeSigningCertificate(writer, enterpriseCodeSigningCertificate = {}) {
|
|
60518
60556
|
if (enterpriseCodeSigningCertificate) {
|
|
60519
60557
|
serializeEntity(writer, enterpriseCodeSigningCertificate);
|
|
60520
|
-
writer.
|
|
60558
|
+
writer.writeByteArrayValue("content", enterpriseCodeSigningCertificate.content);
|
|
60521
60559
|
writer.writeDateValue("expirationDateTime", enterpriseCodeSigningCertificate.expirationDateTime);
|
|
60522
60560
|
writer.writeStringValue("issuer", enterpriseCodeSigningCertificate.issuer);
|
|
60523
60561
|
writer.writeStringValue("issuerName", enterpriseCodeSigningCertificate.issuerName);
|
|
@@ -61136,7 +61174,7 @@ export function serializeFileAssessmentRequest(writer, fileAssessmentRequest = {
|
|
|
61136
61174
|
export function serializeFileAttachment(writer, fileAttachment = {}) {
|
|
61137
61175
|
if (fileAttachment) {
|
|
61138
61176
|
serializeAttachment(writer, fileAttachment);
|
|
61139
|
-
writer.
|
|
61177
|
+
writer.writeByteArrayValue("contentBytes", fileAttachment.contentBytes);
|
|
61140
61178
|
writer.writeStringValue("contentId", fileAttachment.contentId);
|
|
61141
61179
|
writer.writeStringValue("contentLocation", fileAttachment.contentLocation);
|
|
61142
61180
|
}
|
|
@@ -61148,12 +61186,12 @@ export function serializeFileAttachment(writer, fileAttachment = {}) {
|
|
|
61148
61186
|
// @ts-ignore
|
|
61149
61187
|
export function serializeFileEncryptionInfo(writer, fileEncryptionInfo = {}) {
|
|
61150
61188
|
if (fileEncryptionInfo) {
|
|
61151
|
-
writer.
|
|
61152
|
-
writer.
|
|
61189
|
+
writer.writeByteArrayValue("encryptionKey", fileEncryptionInfo.encryptionKey);
|
|
61190
|
+
writer.writeByteArrayValue("fileDigest", fileEncryptionInfo.fileDigest);
|
|
61153
61191
|
writer.writeStringValue("fileDigestAlgorithm", fileEncryptionInfo.fileDigestAlgorithm);
|
|
61154
|
-
writer.
|
|
61155
|
-
writer.
|
|
61156
|
-
writer.
|
|
61192
|
+
writer.writeByteArrayValue("initializationVector", fileEncryptionInfo.initializationVector);
|
|
61193
|
+
writer.writeByteArrayValue("mac", fileEncryptionInfo.mac);
|
|
61194
|
+
writer.writeByteArrayValue("macKey", fileEncryptionInfo.macKey);
|
|
61157
61195
|
writer.writeStringValue("@odata.type", fileEncryptionInfo.odataType);
|
|
61158
61196
|
writer.writeStringValue("profileIdentifier", fileEncryptionInfo.profileIdentifier);
|
|
61159
61197
|
writer.writeAdditionalData(fileEncryptionInfo.additionalData);
|
|
@@ -62149,7 +62187,7 @@ export function serializeImportedWindowsAutopilotDeviceIdentity(writer, imported
|
|
|
62149
62187
|
serializeEntity(writer, importedWindowsAutopilotDeviceIdentity);
|
|
62150
62188
|
writer.writeStringValue("assignedUserPrincipalName", importedWindowsAutopilotDeviceIdentity.assignedUserPrincipalName);
|
|
62151
62189
|
writer.writeStringValue("groupTag", importedWindowsAutopilotDeviceIdentity.groupTag);
|
|
62152
|
-
writer.
|
|
62190
|
+
writer.writeByteArrayValue("hardwareIdentifier", importedWindowsAutopilotDeviceIdentity.hardwareIdentifier);
|
|
62153
62191
|
writer.writeStringValue("importId", importedWindowsAutopilotDeviceIdentity.importId);
|
|
62154
62192
|
writer.writeStringValue("productKey", importedWindowsAutopilotDeviceIdentity.productKey);
|
|
62155
62193
|
writer.writeStringValue("serialNumber", importedWindowsAutopilotDeviceIdentity.serialNumber);
|
|
@@ -62621,7 +62659,7 @@ export function serializeIosCompliancePolicy(writer, iosCompliancePolicy = {}) {
|
|
|
62621
62659
|
export function serializeIosCustomConfiguration(writer, iosCustomConfiguration = {}) {
|
|
62622
62660
|
if (iosCustomConfiguration) {
|
|
62623
62661
|
serializeDeviceConfiguration(writer, iosCustomConfiguration);
|
|
62624
|
-
writer.
|
|
62662
|
+
writer.writeByteArrayValue("payload", iosCustomConfiguration.payload);
|
|
62625
62663
|
writer.writeStringValue("payloadFileName", iosCustomConfiguration.payloadFileName);
|
|
62626
62664
|
writer.writeStringValue("payloadName", iosCustomConfiguration.payloadName);
|
|
62627
62665
|
}
|
|
@@ -62983,7 +63021,7 @@ export function serializeIosMinimumOperatingSystem(writer, iosMinimumOperatingSy
|
|
|
62983
63021
|
export function serializeIosMobileAppConfiguration(writer, iosMobileAppConfiguration = {}) {
|
|
62984
63022
|
if (iosMobileAppConfiguration) {
|
|
62985
63023
|
serializeManagedDeviceMobileAppConfiguration(writer, iosMobileAppConfiguration);
|
|
62986
|
-
writer.
|
|
63024
|
+
writer.writeByteArrayValue("encodedSettingXml", iosMobileAppConfiguration.encodedSettingXml);
|
|
62987
63025
|
writer.writeCollectionOfObjectValues("settings", iosMobileAppConfiguration.settings, serializeAppConfigurationSettingItem);
|
|
62988
63026
|
}
|
|
62989
63027
|
}
|
|
@@ -63454,10 +63492,10 @@ export function serializeJoinMeetingIdSettings(writer, joinMeetingIdSettings = {
|
|
|
63454
63492
|
// @ts-ignore
|
|
63455
63493
|
export function serializeKeyCredential(writer, keyCredential = {}) {
|
|
63456
63494
|
if (keyCredential) {
|
|
63457
|
-
writer.
|
|
63495
|
+
writer.writeByteArrayValue("customKeyIdentifier", keyCredential.customKeyIdentifier);
|
|
63458
63496
|
writer.writeStringValue("displayName", keyCredential.displayName);
|
|
63459
63497
|
writer.writeDateValue("endDateTime", keyCredential.endDateTime);
|
|
63460
|
-
writer.
|
|
63498
|
+
writer.writeByteArrayValue("key", keyCredential.key);
|
|
63461
63499
|
writer.writeGuidValue("keyId", keyCredential.keyId);
|
|
63462
63500
|
writer.writeStringValue("@odata.type", keyCredential.odataType);
|
|
63463
63501
|
writer.writeDateValue("startDateTime", keyCredential.startDateTime);
|
|
@@ -64160,7 +64198,7 @@ export function serializeMacOSCompliancePolicy(writer, macOSCompliancePolicy = {
|
|
|
64160
64198
|
export function serializeMacOSCustomConfiguration(writer, macOSCustomConfiguration = {}) {
|
|
64161
64199
|
if (macOSCustomConfiguration) {
|
|
64162
64200
|
serializeDeviceConfiguration(writer, macOSCustomConfiguration);
|
|
64163
|
-
writer.
|
|
64201
|
+
writer.writeByteArrayValue("payload", macOSCustomConfiguration.payload);
|
|
64164
64202
|
writer.writeStringValue("payloadFileName", macOSCustomConfiguration.payloadFileName);
|
|
64165
64203
|
writer.writeStringValue("payloadName", macOSCustomConfiguration.payloadName);
|
|
64166
64204
|
}
|
|
@@ -65571,7 +65609,7 @@ export function serializeMessage(writer, message = {}) {
|
|
|
65571
65609
|
writer.writeStringValue("bodyPreview", message.bodyPreview);
|
|
65572
65610
|
writer.writeCollectionOfObjectValues("ccRecipients", message.ccRecipients, serializeRecipient);
|
|
65573
65611
|
writer.writeStringValue("conversationId", message.conversationId);
|
|
65574
|
-
writer.
|
|
65612
|
+
writer.writeByteArrayValue("conversationIndex", message.conversationIndex);
|
|
65575
65613
|
writer.writeCollectionOfObjectValues("extensions", message.extensions, serializeExtension);
|
|
65576
65614
|
writer.writeObjectValue("flag", message.flag, serializeFollowupFlag);
|
|
65577
65615
|
writer.writeObjectValue("from", message.from, serializeRecipient);
|
|
@@ -65928,7 +65966,7 @@ export function serializeMimeContent(writer, mimeContent = {}) {
|
|
|
65928
65966
|
if (mimeContent) {
|
|
65929
65967
|
writer.writeStringValue("@odata.type", mimeContent.odataType);
|
|
65930
65968
|
writer.writeStringValue("type", mimeContent.type);
|
|
65931
|
-
writer.
|
|
65969
|
+
writer.writeByteArrayValue("value", mimeContent.value);
|
|
65932
65970
|
writer.writeAdditionalData(mimeContent.additionalData);
|
|
65933
65971
|
}
|
|
65934
65972
|
}
|
|
@@ -66055,7 +66093,7 @@ export function serializeMobileAppContentFile(writer, mobileAppContentFile = {})
|
|
|
66055
66093
|
if (mobileAppContentFile) {
|
|
66056
66094
|
serializeEntity(writer, mobileAppContentFile);
|
|
66057
66095
|
writer.writeBooleanValue("isDependency", mobileAppContentFile.isDependency);
|
|
66058
|
-
writer.
|
|
66096
|
+
writer.writeByteArrayValue("manifest", mobileAppContentFile.manifest);
|
|
66059
66097
|
writer.writeStringValue("name", mobileAppContentFile.name);
|
|
66060
66098
|
writer.writeNumberValue("size", mobileAppContentFile.size);
|
|
66061
66099
|
writer.writeNumberValue("sizeEncrypted", mobileAppContentFile.sizeEncrypted);
|
|
@@ -66753,7 +66791,7 @@ export function serializeOmaSettingStringXml(writer, omaSettingStringXml = {}) {
|
|
|
66753
66791
|
if (omaSettingStringXml) {
|
|
66754
66792
|
serializeOmaSetting(writer, omaSettingStringXml);
|
|
66755
66793
|
writer.writeStringValue("fileName", omaSettingStringXml.fileName);
|
|
66756
|
-
writer.
|
|
66794
|
+
writer.writeByteArrayValue("value", omaSettingStringXml.value);
|
|
66757
66795
|
}
|
|
66758
66796
|
}
|
|
66759
66797
|
/**
|
|
@@ -66966,7 +67004,7 @@ export function serializeOnenoteOperationError(writer, onenoteOperationError = {
|
|
|
66966
67004
|
export function serializeOnenotePage(writer, onenotePage = {}) {
|
|
66967
67005
|
if (onenotePage) {
|
|
66968
67006
|
serializeOnenoteEntitySchemaObjectModel(writer, onenotePage);
|
|
66969
|
-
writer.
|
|
67007
|
+
writer.writeByteArrayValue("content", onenotePage.content);
|
|
66970
67008
|
writer.writeStringValue("contentUrl", onenotePage.contentUrl);
|
|
66971
67009
|
writer.writeStringValue("createdByAppId", onenotePage.createdByAppId);
|
|
66972
67010
|
writer.writeDateValue("lastModifiedDateTime", onenotePage.lastModifiedDateTime);
|
|
@@ -67038,7 +67076,7 @@ export function serializeOnenotePatchContentCommand(writer, onenotePatchContentC
|
|
|
67038
67076
|
export function serializeOnenoteResource(writer, onenoteResource = {}) {
|
|
67039
67077
|
if (onenoteResource) {
|
|
67040
67078
|
serializeOnenoteEntityBaseModel(writer, onenoteResource);
|
|
67041
|
-
writer.
|
|
67079
|
+
writer.writeByteArrayValue("content", onenoteResource.content);
|
|
67042
67080
|
writer.writeStringValue("contentUrl", onenoteResource.contentUrl);
|
|
67043
67081
|
}
|
|
67044
67082
|
}
|
|
@@ -67121,7 +67159,7 @@ export function serializeOnInteractiveAuthFlowStartListener(writer, onInteractiv
|
|
|
67121
67159
|
export function serializeOnlineMeeting(writer, onlineMeeting = {}) {
|
|
67122
67160
|
if (onlineMeeting) {
|
|
67123
67161
|
serializeOnlineMeetingBase(writer, onlineMeeting);
|
|
67124
|
-
writer.
|
|
67162
|
+
writer.writeByteArrayValue("attendeeReport", onlineMeeting.attendeeReport);
|
|
67125
67163
|
writer.writeObjectValue("broadcastSettings", onlineMeeting.broadcastSettings, serializeBroadcastMeetingSettings);
|
|
67126
67164
|
writer.writeDateValue("creationDateTime", onlineMeeting.creationDateTime);
|
|
67127
67165
|
writer.writeDateValue("endDateTime", onlineMeeting.endDateTime);
|
|
@@ -67637,16 +67675,16 @@ export function serializeOrganizationalBrandingProperties(writer, organizational
|
|
|
67637
67675
|
if (organizationalBrandingProperties) {
|
|
67638
67676
|
serializeEntity(writer, organizationalBrandingProperties);
|
|
67639
67677
|
writer.writeStringValue("backgroundColor", organizationalBrandingProperties.backgroundColor);
|
|
67640
|
-
writer.
|
|
67678
|
+
writer.writeByteArrayValue("backgroundImage", organizationalBrandingProperties.backgroundImage);
|
|
67641
67679
|
writer.writeStringValue("backgroundImageRelativeUrl", organizationalBrandingProperties.backgroundImageRelativeUrl);
|
|
67642
|
-
writer.
|
|
67680
|
+
writer.writeByteArrayValue("bannerLogo", organizationalBrandingProperties.bannerLogo);
|
|
67643
67681
|
writer.writeStringValue("bannerLogoRelativeUrl", organizationalBrandingProperties.bannerLogoRelativeUrl);
|
|
67644
67682
|
writer.writeCollectionOfPrimitiveValues("cdnList", organizationalBrandingProperties.cdnList);
|
|
67645
67683
|
writer.writeObjectValue("contentCustomization", organizationalBrandingProperties.contentCustomization, serializeContentCustomization);
|
|
67646
67684
|
writer.writeStringValue("customAccountResetCredentialsUrl", organizationalBrandingProperties.customAccountResetCredentialsUrl);
|
|
67647
67685
|
writer.writeStringValue("customCannotAccessYourAccountText", organizationalBrandingProperties.customCannotAccessYourAccountText);
|
|
67648
67686
|
writer.writeStringValue("customCannotAccessYourAccountUrl", organizationalBrandingProperties.customCannotAccessYourAccountUrl);
|
|
67649
|
-
writer.
|
|
67687
|
+
writer.writeByteArrayValue("customCSS", organizationalBrandingProperties.customCSS);
|
|
67650
67688
|
writer.writeStringValue("customCSSRelativeUrl", organizationalBrandingProperties.customCSSRelativeUrl);
|
|
67651
67689
|
writer.writeStringValue("customForgotMyPasswordText", organizationalBrandingProperties.customForgotMyPasswordText);
|
|
67652
67690
|
writer.writeStringValue("customPrivacyAndCookiesText", organizationalBrandingProperties.customPrivacyAndCookiesText);
|
|
@@ -67654,16 +67692,16 @@ export function serializeOrganizationalBrandingProperties(writer, organizational
|
|
|
67654
67692
|
writer.writeStringValue("customResetItNowText", organizationalBrandingProperties.customResetItNowText);
|
|
67655
67693
|
writer.writeStringValue("customTermsOfUseText", organizationalBrandingProperties.customTermsOfUseText);
|
|
67656
67694
|
writer.writeStringValue("customTermsOfUseUrl", organizationalBrandingProperties.customTermsOfUseUrl);
|
|
67657
|
-
writer.
|
|
67695
|
+
writer.writeByteArrayValue("favicon", organizationalBrandingProperties.favicon);
|
|
67658
67696
|
writer.writeStringValue("faviconRelativeUrl", organizationalBrandingProperties.faviconRelativeUrl);
|
|
67659
67697
|
writer.writeStringValue("headerBackgroundColor", organizationalBrandingProperties.headerBackgroundColor);
|
|
67660
|
-
writer.
|
|
67698
|
+
writer.writeByteArrayValue("headerLogo", organizationalBrandingProperties.headerLogo);
|
|
67661
67699
|
writer.writeStringValue("headerLogoRelativeUrl", organizationalBrandingProperties.headerLogoRelativeUrl);
|
|
67662
67700
|
writer.writeObjectValue("loginPageLayoutConfiguration", organizationalBrandingProperties.loginPageLayoutConfiguration, serializeLoginPageLayoutConfiguration);
|
|
67663
67701
|
writer.writeObjectValue("loginPageTextVisibilitySettings", organizationalBrandingProperties.loginPageTextVisibilitySettings, serializeLoginPageTextVisibilitySettings);
|
|
67664
67702
|
writer.writeStringValue("signInPageText", organizationalBrandingProperties.signInPageText);
|
|
67665
|
-
writer.
|
|
67666
|
-
writer.
|
|
67703
|
+
writer.writeByteArrayValue("squareLogo", organizationalBrandingProperties.squareLogo);
|
|
67704
|
+
writer.writeByteArrayValue("squareLogoDark", organizationalBrandingProperties.squareLogoDark);
|
|
67667
67705
|
writer.writeStringValue("squareLogoDarkRelativeUrl", organizationalBrandingProperties.squareLogoDarkRelativeUrl);
|
|
67668
67706
|
writer.writeStringValue("squareLogoRelativeUrl", organizationalBrandingProperties.squareLogoRelativeUrl);
|
|
67669
67707
|
writer.writeStringValue("usernameHintText", organizationalBrandingProperties.usernameHintText);
|
|
@@ -68001,7 +68039,7 @@ export function serializePasswordAuthenticationMethodCollectionResponse(writer,
|
|
|
68001
68039
|
// @ts-ignore
|
|
68002
68040
|
export function serializePasswordCredential(writer, passwordCredential = {}) {
|
|
68003
68041
|
if (passwordCredential) {
|
|
68004
|
-
writer.
|
|
68042
|
+
writer.writeByteArrayValue("customKeyIdentifier", passwordCredential.customKeyIdentifier);
|
|
68005
68043
|
writer.writeStringValue("displayName", passwordCredential.displayName);
|
|
68006
68044
|
writer.writeDateValue("endDateTime", passwordCredential.endDateTime);
|
|
68007
68045
|
writer.writeStringValue("hint", passwordCredential.hint);
|
|
@@ -70779,7 +70817,7 @@ export function serializeRemovedState(writer, removedState = {}) {
|
|
|
70779
70817
|
// @ts-ignore
|
|
70780
70818
|
export function serializeReport(writer, report = {}) {
|
|
70781
70819
|
if (report) {
|
|
70782
|
-
writer.
|
|
70820
|
+
writer.writeByteArrayValue("content", report.content);
|
|
70783
70821
|
writer.writeStringValue("@odata.type", report.odataType);
|
|
70784
70822
|
writer.writeAdditionalData(report.additionalData);
|
|
70785
70823
|
}
|
|
@@ -72224,10 +72262,10 @@ export function serializeSelfServiceSignUpAuthenticationFlowConfiguration(writer
|
|
|
72224
72262
|
// @ts-ignore
|
|
72225
72263
|
export function serializeSelfSignedCertificate(writer, selfSignedCertificate = {}) {
|
|
72226
72264
|
if (selfSignedCertificate) {
|
|
72227
|
-
writer.
|
|
72265
|
+
writer.writeByteArrayValue("customKeyIdentifier", selfSignedCertificate.customKeyIdentifier);
|
|
72228
72266
|
writer.writeStringValue("displayName", selfSignedCertificate.displayName);
|
|
72229
72267
|
writer.writeDateValue("endDateTime", selfSignedCertificate.endDateTime);
|
|
72230
|
-
writer.
|
|
72268
|
+
writer.writeByteArrayValue("key", selfSignedCertificate.key);
|
|
72231
72269
|
writer.writeGuidValue("keyId", selfSignedCertificate.keyId);
|
|
72232
72270
|
writer.writeStringValue("@odata.type", selfSignedCertificate.odataType);
|
|
72233
72271
|
writer.writeDateValue("startDateTime", selfSignedCertificate.startDateTime);
|
|
@@ -72298,7 +72336,7 @@ export function serializeServiceAnnouncement(writer, serviceAnnouncement = {}) {
|
|
|
72298
72336
|
export function serializeServiceAnnouncementAttachment(writer, serviceAnnouncementAttachment = {}) {
|
|
72299
72337
|
if (serviceAnnouncementAttachment) {
|
|
72300
72338
|
serializeEntity(writer, serviceAnnouncementAttachment);
|
|
72301
|
-
writer.
|
|
72339
|
+
writer.writeByteArrayValue("content", serviceAnnouncementAttachment.content);
|
|
72302
72340
|
writer.writeStringValue("contentType", serviceAnnouncementAttachment.contentType);
|
|
72303
72341
|
writer.writeDateValue("lastModifiedDateTime", serviceAnnouncementAttachment.lastModifiedDateTime);
|
|
72304
72342
|
writer.writeStringValue("name", serviceAnnouncementAttachment.name);
|
|
@@ -72678,7 +72716,7 @@ export function serializeServiceUpdateMessage(writer, serviceUpdateMessage = {})
|
|
|
72678
72716
|
serializeServiceAnnouncementBase(writer, serviceUpdateMessage);
|
|
72679
72717
|
writer.writeDateValue("actionRequiredByDateTime", serviceUpdateMessage.actionRequiredByDateTime);
|
|
72680
72718
|
writer.writeCollectionOfObjectValues("attachments", serviceUpdateMessage.attachments, serializeServiceAnnouncementAttachment);
|
|
72681
|
-
writer.
|
|
72719
|
+
writer.writeByteArrayValue("attachmentsArchive", serviceUpdateMessage.attachmentsArchive);
|
|
72682
72720
|
writer.writeObjectValue("body", serviceUpdateMessage.body, serializeItemBody);
|
|
72683
72721
|
writer.writeEnumValue("category", serviceUpdateMessage.category);
|
|
72684
72722
|
writer.writeBooleanValue("hasAttachments", serviceUpdateMessage.hasAttachments);
|
|
@@ -74774,7 +74812,7 @@ export function serializeTargetUserSponsors(writer, targetUserSponsors = {}) {
|
|
|
74774
74812
|
export function serializeTaskFileAttachment(writer, taskFileAttachment = {}) {
|
|
74775
74813
|
if (taskFileAttachment) {
|
|
74776
74814
|
serializeAttachmentBase(writer, taskFileAttachment);
|
|
74777
|
-
writer.
|
|
74815
|
+
writer.writeByteArrayValue("contentBytes", taskFileAttachment.contentBytes);
|
|
74778
74816
|
}
|
|
74779
74817
|
}
|
|
74780
74818
|
/**
|
|
@@ -75353,7 +75391,7 @@ export function serializeTeamworkConversationIdentity(writer, teamworkConversati
|
|
|
75353
75391
|
export function serializeTeamworkHostedContent(writer, teamworkHostedContent = {}) {
|
|
75354
75392
|
if (teamworkHostedContent) {
|
|
75355
75393
|
serializeEntity(writer, teamworkHostedContent);
|
|
75356
|
-
writer.
|
|
75394
|
+
writer.writeByteArrayValue("contentBytes", teamworkHostedContent.contentBytes);
|
|
75357
75395
|
writer.writeStringValue("contentType", teamworkHostedContent.contentType);
|
|
75358
75396
|
}
|
|
75359
75397
|
}
|
|
@@ -75859,7 +75897,7 @@ export function serializeThreatAssessmentResultCollectionResponse(writer, threat
|
|
|
75859
75897
|
// @ts-ignore
|
|
75860
75898
|
export function serializeThumbnail(writer, thumbnail = {}) {
|
|
75861
75899
|
if (thumbnail) {
|
|
75862
|
-
writer.
|
|
75900
|
+
writer.writeByteArrayValue("content", thumbnail.content);
|
|
75863
75901
|
writer.writeNumberValue("height", thumbnail.height);
|
|
75864
75902
|
writer.writeStringValue("@odata.type", thumbnail.odataType);
|
|
75865
75903
|
writer.writeStringValue("sourceItemId", thumbnail.sourceItemId);
|
|
@@ -78752,7 +78790,7 @@ export function serializeVirtualEventPresenterDetails(writer, virtualEventPresen
|
|
|
78752
78790
|
writer.writeStringValue("linkedInProfileWebUrl", virtualEventPresenterDetails.linkedInProfileWebUrl);
|
|
78753
78791
|
writer.writeStringValue("@odata.type", virtualEventPresenterDetails.odataType);
|
|
78754
78792
|
writer.writeStringValue("personalSiteWebUrl", virtualEventPresenterDetails.personalSiteWebUrl);
|
|
78755
|
-
writer.
|
|
78793
|
+
writer.writeByteArrayValue("photo", virtualEventPresenterDetails.photo);
|
|
78756
78794
|
writer.writeStringValue("twitterProfileWebUrl", virtualEventPresenterDetails.twitterProfileWebUrl);
|
|
78757
78795
|
writer.writeAdditionalData(virtualEventPresenterDetails.additionalData);
|
|
78758
78796
|
}
|
|
@@ -79439,7 +79477,7 @@ export function serializeWindows10EndpointProtectionConfiguration(writer, window
|
|
|
79439
79477
|
writer.writeObjectValue("bitLockerRemovableDrivePolicy", windows10EndpointProtectionConfiguration.bitLockerRemovableDrivePolicy, serializeBitLockerRemovableDrivePolicy);
|
|
79440
79478
|
writer.writeCollectionOfPrimitiveValues("defenderAdditionalGuardedFolders", windows10EndpointProtectionConfiguration.defenderAdditionalGuardedFolders);
|
|
79441
79479
|
writer.writeCollectionOfPrimitiveValues("defenderAttackSurfaceReductionExcludedPaths", windows10EndpointProtectionConfiguration.defenderAttackSurfaceReductionExcludedPaths);
|
|
79442
|
-
writer.
|
|
79480
|
+
writer.writeByteArrayValue("defenderExploitProtectionXml", windows10EndpointProtectionConfiguration.defenderExploitProtectionXml);
|
|
79443
79481
|
writer.writeStringValue("defenderExploitProtectionXmlFileName", windows10EndpointProtectionConfiguration.defenderExploitProtectionXmlFileName);
|
|
79444
79482
|
writer.writeCollectionOfPrimitiveValues("defenderGuardedFoldersAllowedAppPaths", windows10EndpointProtectionConfiguration.defenderGuardedFoldersAllowedAppPaths);
|
|
79445
79483
|
writer.writeBooleanValue("defenderSecurityCenterBlockExploitProtectionOverride", windows10EndpointProtectionConfiguration.defenderSecurityCenterBlockExploitProtectionOverride);
|
|
@@ -79652,8 +79690,8 @@ export function serializeWindows10GeneralConfiguration(writer, windows10GeneralC
|
|
|
79652
79690
|
writer.writeBooleanValue("startMenuHideSleep", windows10GeneralConfiguration.startMenuHideSleep);
|
|
79653
79691
|
writer.writeBooleanValue("startMenuHideSwitchAccount", windows10GeneralConfiguration.startMenuHideSwitchAccount);
|
|
79654
79692
|
writer.writeBooleanValue("startMenuHideUserTile", windows10GeneralConfiguration.startMenuHideUserTile);
|
|
79655
|
-
writer.
|
|
79656
|
-
writer.
|
|
79693
|
+
writer.writeByteArrayValue("startMenuLayoutEdgeAssetsXml", windows10GeneralConfiguration.startMenuLayoutEdgeAssetsXml);
|
|
79694
|
+
writer.writeByteArrayValue("startMenuLayoutXml", windows10GeneralConfiguration.startMenuLayoutXml);
|
|
79657
79695
|
writer.writeEnumValue("startMenuMode", windows10GeneralConfiguration.startMenuMode);
|
|
79658
79696
|
writer.writeEnumValue("startMenuPinnedFolderDocuments", windows10GeneralConfiguration.startMenuPinnedFolderDocuments);
|
|
79659
79697
|
writer.writeEnumValue("startMenuPinnedFolderDownloads", windows10GeneralConfiguration.startMenuPinnedFolderDownloads);
|
|
@@ -80171,7 +80209,7 @@ export function serializeWindowsInformationProtectionAppLockerFile(writer, windo
|
|
|
80171
80209
|
if (windowsInformationProtectionAppLockerFile) {
|
|
80172
80210
|
serializeEntity(writer, windowsInformationProtectionAppLockerFile);
|
|
80173
80211
|
writer.writeStringValue("displayName", windowsInformationProtectionAppLockerFile.displayName);
|
|
80174
|
-
writer.
|
|
80212
|
+
writer.writeByteArrayValue("file", windowsInformationProtectionAppLockerFile.file);
|
|
80175
80213
|
writer.writeStringValue("fileHash", windowsInformationProtectionAppLockerFile.fileHash);
|
|
80176
80214
|
writer.writeStringValue("version", windowsInformationProtectionAppLockerFile.version);
|
|
80177
80215
|
}
|
|
@@ -80194,7 +80232,7 @@ export function serializeWindowsInformationProtectionAppLockerFileCollectionResp
|
|
|
80194
80232
|
// @ts-ignore
|
|
80195
80233
|
export function serializeWindowsInformationProtectionDataRecoveryCertificate(writer, windowsInformationProtectionDataRecoveryCertificate = {}) {
|
|
80196
80234
|
if (windowsInformationProtectionDataRecoveryCertificate) {
|
|
80197
|
-
writer.
|
|
80235
|
+
writer.writeByteArrayValue("certificate", windowsInformationProtectionDataRecoveryCertificate.certificate);
|
|
80198
80236
|
writer.writeStringValue("description", windowsInformationProtectionDataRecoveryCertificate.description);
|
|
80199
80237
|
writer.writeDateValue("expirationDateTime", windowsInformationProtectionDataRecoveryCertificate.expirationDateTime);
|
|
80200
80238
|
writer.writeStringValue("@odata.type", windowsInformationProtectionDataRecoveryCertificate.odataType);
|