@microsoft/msgraph-sdk 1.0.0-preview.43 → 1.0.0-preview.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/models/index.d.ts +53 -53
- package/models/index.d.ts.map +1 -1
- package/models/index.js +98 -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
|
@@ -26634,7 +26634,7 @@ export function deserializeIntoAgreementFile(agreementFile = {}) {
|
|
|
26634
26634
|
export function deserializeIntoAgreementFileData(agreementFileData = {}) {
|
|
26635
26635
|
return {
|
|
26636
26636
|
"backingStoreEnabled": n => { agreementFileData.backingStoreEnabled = true; },
|
|
26637
|
-
"data": n => { agreementFileData.data = n.
|
|
26637
|
+
"data": n => { agreementFileData.data = n.getByteArrayValue(); },
|
|
26638
26638
|
"@odata.type": n => { agreementFileData.odataType = n.getStringValue(); },
|
|
26639
26639
|
};
|
|
26640
26640
|
}
|
|
@@ -26829,7 +26829,7 @@ export function deserializeIntoAlternativeSecurityId(alternativeSecurityId = {})
|
|
|
26829
26829
|
return {
|
|
26830
26830
|
"backingStoreEnabled": n => { alternativeSecurityId.backingStoreEnabled = true; },
|
|
26831
26831
|
"identityProvider": n => { alternativeSecurityId.identityProvider = n.getStringValue(); },
|
|
26832
|
-
"key": n => { alternativeSecurityId.key = n.
|
|
26832
|
+
"key": n => { alternativeSecurityId.key = n.getByteArrayValue(); },
|
|
26833
26833
|
"@odata.type": n => { alternativeSecurityId.odataType = n.getStringValue(); },
|
|
26834
26834
|
"type": n => { alternativeSecurityId.type = n.getNumberValue(); },
|
|
26835
26835
|
};
|
|
@@ -27119,7 +27119,7 @@ export function deserializeIntoApplePushNotificationCertificate(applePushNotific
|
|
|
27119
27119
|
*/
|
|
27120
27120
|
// @ts-ignore
|
|
27121
27121
|
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.
|
|
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.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
27123
|
}
|
|
27124
27124
|
/**
|
|
27125
27125
|
* The deserialization information for the current model
|
|
@@ -27577,7 +27577,7 @@ export function deserializeIntoAttachmentItem(attachmentItem = {}) {
|
|
|
27577
27577
|
*/
|
|
27578
27578
|
// @ts-ignore
|
|
27579
27579
|
export function deserializeIntoAttachmentSession(attachmentSession = {}) {
|
|
27580
|
-
return Object.assign(Object.assign({}, deserializeIntoEntity(attachmentSession)), { "content": n => { attachmentSession.content = n.
|
|
27580
|
+
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
27581
|
}
|
|
27582
27582
|
/**
|
|
27583
27583
|
* The deserialization information for the current model
|
|
@@ -29283,7 +29283,7 @@ export function deserializeIntoCallParticipantInfo(callParticipantInfo = {}) {
|
|
|
29283
29283
|
*/
|
|
29284
29284
|
// @ts-ignore
|
|
29285
29285
|
export function deserializeIntoCallRecording(callRecording = {}) {
|
|
29286
|
-
return Object.assign(Object.assign({}, deserializeIntoEntity(callRecording)), { "callId": n => { callRecording.callId = n.getStringValue(); }, "content": n => { callRecording.content = n.
|
|
29286
|
+
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
29287
|
}
|
|
29288
29288
|
/**
|
|
29289
29289
|
* The deserialization information for the current model
|
|
@@ -29329,7 +29329,7 @@ export function deserializeIntoCallStartedEventMessageDetail(callStartedEventMes
|
|
|
29329
29329
|
*/
|
|
29330
29330
|
// @ts-ignore
|
|
29331
29331
|
export function deserializeIntoCallTranscript(callTranscript = {}) {
|
|
29332
|
-
return Object.assign(Object.assign({}, deserializeIntoEntity(callTranscript)), { "callId": n => { callTranscript.callId = n.getStringValue(); }, "content": n => { callTranscript.content = n.
|
|
29332
|
+
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
29333
|
}
|
|
29334
29334
|
/**
|
|
29335
29335
|
* The deserialization information for the current model
|
|
@@ -29384,7 +29384,7 @@ export function deserializeIntoCanvasLayout(canvasLayout = {}) {
|
|
|
29384
29384
|
export function deserializeIntoCertificateAuthority(certificateAuthority = {}) {
|
|
29385
29385
|
return {
|
|
29386
29386
|
"backingStoreEnabled": n => { certificateAuthority.backingStoreEnabled = true; },
|
|
29387
|
-
"certificate": n => { certificateAuthority.certificate = n.
|
|
29387
|
+
"certificate": n => { certificateAuthority.certificate = n.getByteArrayValue(); },
|
|
29388
29388
|
"certificateRevocationListUrl": n => { certificateAuthority.certificateRevocationListUrl = n.getStringValue(); },
|
|
29389
29389
|
"deltaCertificateRevocationListUrl": n => { certificateAuthority.deltaCertificateRevocationListUrl = n.getStringValue(); },
|
|
29390
29390
|
"isRootAuthority": n => { certificateAuthority.isRootAuthority = n.getBooleanValue(); },
|
|
@@ -31828,7 +31828,7 @@ export function deserializeIntoDeviceAndAppManagementAssignmentTarget(deviceAndA
|
|
|
31828
31828
|
export function deserializeIntoDeviceAndAppManagementData(deviceAndAppManagementData = {}) {
|
|
31829
31829
|
return {
|
|
31830
31830
|
"backingStoreEnabled": n => { deviceAndAppManagementData.backingStoreEnabled = true; },
|
|
31831
|
-
"content": n => { deviceAndAppManagementData.content = n.
|
|
31831
|
+
"content": n => { deviceAndAppManagementData.content = n.getByteArrayValue(); },
|
|
31832
31832
|
"@odata.type": n => { deviceAndAppManagementData.odataType = n.getStringValue(); },
|
|
31833
31833
|
};
|
|
31834
31834
|
}
|
|
@@ -32910,7 +32910,7 @@ export function deserializeIntoDriveCollectionResponse(driveCollectionResponse =
|
|
|
32910
32910
|
*/
|
|
32911
32911
|
// @ts-ignore
|
|
32912
32912
|
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.
|
|
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.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
32914
|
}
|
|
32915
32915
|
/**
|
|
32916
32916
|
* The deserialization information for the current model
|
|
@@ -32956,7 +32956,7 @@ export function deserializeIntoDriveItemUploadableProperties(driveItemUploadable
|
|
|
32956
32956
|
*/
|
|
32957
32957
|
// @ts-ignore
|
|
32958
32958
|
export function deserializeIntoDriveItemVersion(driveItemVersion = {}) {
|
|
32959
|
-
return Object.assign(Object.assign({}, deserializeIntoBaseItemVersion(driveItemVersion)), { "content": n => { driveItemVersion.content = n.
|
|
32959
|
+
return Object.assign(Object.assign({}, deserializeIntoBaseItemVersion(driveItemVersion)), { "content": n => { driveItemVersion.content = n.getByteArrayValue(); }, "size": n => { driveItemVersion.size = n.getNumberValue(); } });
|
|
32960
32960
|
}
|
|
32961
32961
|
/**
|
|
32962
32962
|
* The deserialization information for the current model
|
|
@@ -33866,7 +33866,7 @@ export function deserializeIntoEnrollmentTroubleshootingEvent(enrollmentTroubles
|
|
|
33866
33866
|
*/
|
|
33867
33867
|
// @ts-ignore
|
|
33868
33868
|
export function deserializeIntoEnterpriseCodeSigningCertificate(enterpriseCodeSigningCertificate = {}) {
|
|
33869
|
-
return Object.assign(Object.assign({}, deserializeIntoEntity(enterpriseCodeSigningCertificate)), { "content": n => { enterpriseCodeSigningCertificate.content = n.
|
|
33869
|
+
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
33870
|
}
|
|
33871
33871
|
/**
|
|
33872
33872
|
* The deserialization information for the current model
|
|
@@ -34285,7 +34285,7 @@ export function deserializeIntoFileAssessmentRequest(fileAssessmentRequest = {})
|
|
|
34285
34285
|
*/
|
|
34286
34286
|
// @ts-ignore
|
|
34287
34287
|
export function deserializeIntoFileAttachment(fileAttachment = {}) {
|
|
34288
|
-
return Object.assign(Object.assign({}, deserializeIntoAttachment(fileAttachment)), { "contentBytes": n => { fileAttachment.contentBytes = n.
|
|
34288
|
+
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
34289
|
}
|
|
34290
34290
|
/**
|
|
34291
34291
|
* The deserialization information for the current model
|
|
@@ -34295,12 +34295,12 @@ export function deserializeIntoFileAttachment(fileAttachment = {}) {
|
|
|
34295
34295
|
export function deserializeIntoFileEncryptionInfo(fileEncryptionInfo = {}) {
|
|
34296
34296
|
return {
|
|
34297
34297
|
"backingStoreEnabled": n => { fileEncryptionInfo.backingStoreEnabled = true; },
|
|
34298
|
-
"encryptionKey": n => { fileEncryptionInfo.encryptionKey = n.
|
|
34299
|
-
"fileDigest": n => { fileEncryptionInfo.fileDigest = n.
|
|
34298
|
+
"encryptionKey": n => { fileEncryptionInfo.encryptionKey = n.getByteArrayValue(); },
|
|
34299
|
+
"fileDigest": n => { fileEncryptionInfo.fileDigest = n.getByteArrayValue(); },
|
|
34300
34300
|
"fileDigestAlgorithm": n => { fileEncryptionInfo.fileDigestAlgorithm = n.getStringValue(); },
|
|
34301
|
-
"initializationVector": n => { fileEncryptionInfo.initializationVector = n.
|
|
34302
|
-
"mac": n => { fileEncryptionInfo.mac = n.
|
|
34303
|
-
"macKey": n => { fileEncryptionInfo.macKey = n.
|
|
34301
|
+
"initializationVector": n => { fileEncryptionInfo.initializationVector = n.getByteArrayValue(); },
|
|
34302
|
+
"mac": n => { fileEncryptionInfo.mac = n.getByteArrayValue(); },
|
|
34303
|
+
"macKey": n => { fileEncryptionInfo.macKey = n.getByteArrayValue(); },
|
|
34304
34304
|
"@odata.type": n => { fileEncryptionInfo.odataType = n.getStringValue(); },
|
|
34305
34305
|
"profileIdentifier": n => { fileEncryptionInfo.profileIdentifier = n.getStringValue(); },
|
|
34306
34306
|
};
|
|
@@ -35053,7 +35053,7 @@ export function deserializeIntoImplicitGrantSettings(implicitGrantSettings = {})
|
|
|
35053
35053
|
*/
|
|
35054
35054
|
// @ts-ignore
|
|
35055
35055
|
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.
|
|
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.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
35057
|
}
|
|
35058
35058
|
/**
|
|
35059
35059
|
* The deserialization information for the current model
|
|
@@ -35427,7 +35427,7 @@ export function deserializeIntoIosCompliancePolicy(iosCompliancePolicy = {}) {
|
|
|
35427
35427
|
*/
|
|
35428
35428
|
// @ts-ignore
|
|
35429
35429
|
export function deserializeIntoIosCustomConfiguration(iosCustomConfiguration = {}) {
|
|
35430
|
-
return Object.assign(Object.assign({}, deserializeIntoDeviceConfiguration(iosCustomConfiguration)), { "payload": n => { iosCustomConfiguration.payload = n.
|
|
35430
|
+
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
35431
|
}
|
|
35432
35432
|
/**
|
|
35433
35433
|
* The deserialization information for the current model
|
|
@@ -35601,7 +35601,7 @@ export function deserializeIntoIosMinimumOperatingSystem(iosMinimumOperatingSyst
|
|
|
35601
35601
|
*/
|
|
35602
35602
|
// @ts-ignore
|
|
35603
35603
|
export function deserializeIntoIosMobileAppConfiguration(iosMobileAppConfiguration = {}) {
|
|
35604
|
-
return Object.assign(Object.assign({}, deserializeIntoManagedDeviceMobileAppConfiguration(iosMobileAppConfiguration)), { "encodedSettingXml": n => { iosMobileAppConfiguration.encodedSettingXml = n.
|
|
35604
|
+
return Object.assign(Object.assign({}, deserializeIntoManagedDeviceMobileAppConfiguration(iosMobileAppConfiguration)), { "encodedSettingXml": n => { iosMobileAppConfiguration.encodedSettingXml = n.getByteArrayValue(); }, "settings": n => { iosMobileAppConfiguration.settings = n.getCollectionOfObjectValues(createAppConfigurationSettingItemFromDiscriminatorValue); } });
|
|
35605
35605
|
}
|
|
35606
35606
|
/**
|
|
35607
35607
|
* The deserialization information for the current model
|
|
@@ -35937,10 +35937,10 @@ export function deserializeIntoJoinMeetingIdSettings(joinMeetingIdSettings = {})
|
|
|
35937
35937
|
export function deserializeIntoKeyCredential(keyCredential = {}) {
|
|
35938
35938
|
return {
|
|
35939
35939
|
"backingStoreEnabled": n => { keyCredential.backingStoreEnabled = true; },
|
|
35940
|
-
"customKeyIdentifier": n => { keyCredential.customKeyIdentifier = n.
|
|
35940
|
+
"customKeyIdentifier": n => { keyCredential.customKeyIdentifier = n.getByteArrayValue(); },
|
|
35941
35941
|
"displayName": n => { keyCredential.displayName = n.getStringValue(); },
|
|
35942
35942
|
"endDateTime": n => { keyCredential.endDateTime = n.getDateValue(); },
|
|
35943
|
-
"key": n => { keyCredential.key = n.
|
|
35943
|
+
"key": n => { keyCredential.key = n.getByteArrayValue(); },
|
|
35944
35944
|
"keyId": n => { keyCredential.keyId = n.getGuidValue(); },
|
|
35945
35945
|
"@odata.type": n => { keyCredential.odataType = n.getStringValue(); },
|
|
35946
35946
|
"startDateTime": n => { keyCredential.startDateTime = n.getDateValue(); },
|
|
@@ -36435,7 +36435,7 @@ export function deserializeIntoMacOSCompliancePolicy(macOSCompliancePolicy = {})
|
|
|
36435
36435
|
*/
|
|
36436
36436
|
// @ts-ignore
|
|
36437
36437
|
export function deserializeIntoMacOSCustomConfiguration(macOSCustomConfiguration = {}) {
|
|
36438
|
-
return Object.assign(Object.assign({}, deserializeIntoDeviceConfiguration(macOSCustomConfiguration)), { "payload": n => { macOSCustomConfiguration.payload = n.
|
|
36438
|
+
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
36439
|
}
|
|
36440
36440
|
/**
|
|
36441
36441
|
* The deserialization information for the current model
|
|
@@ -37426,7 +37426,7 @@ export function deserializeIntoMembersLeftEventMessageDetail(membersLeftEventMes
|
|
|
37426
37426
|
*/
|
|
37427
37427
|
// @ts-ignore
|
|
37428
37428
|
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.
|
|
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.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
37430
|
}
|
|
37431
37431
|
/**
|
|
37432
37432
|
* The deserialization information for the current model
|
|
@@ -37688,7 +37688,7 @@ export function deserializeIntoMimeContent(mimeContent = {}) {
|
|
|
37688
37688
|
"backingStoreEnabled": n => { mimeContent.backingStoreEnabled = true; },
|
|
37689
37689
|
"@odata.type": n => { mimeContent.odataType = n.getStringValue(); },
|
|
37690
37690
|
"type": n => { mimeContent.type = n.getStringValue(); },
|
|
37691
|
-
"value": n => { mimeContent.value = n.
|
|
37691
|
+
"value": n => { mimeContent.value = n.getByteArrayValue(); },
|
|
37692
37692
|
};
|
|
37693
37693
|
}
|
|
37694
37694
|
/**
|
|
@@ -37772,7 +37772,7 @@ export function deserializeIntoMobileAppContentCollectionResponse(mobileAppConte
|
|
|
37772
37772
|
*/
|
|
37773
37773
|
// @ts-ignore
|
|
37774
37774
|
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.
|
|
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.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
37776
|
}
|
|
37777
37777
|
/**
|
|
37778
37778
|
* The deserialization information for the current model
|
|
@@ -38297,7 +38297,7 @@ export function deserializeIntoOmaSettingString(omaSettingString = {}) {
|
|
|
38297
38297
|
*/
|
|
38298
38298
|
// @ts-ignore
|
|
38299
38299
|
export function deserializeIntoOmaSettingStringXml(omaSettingStringXml = {}) {
|
|
38300
|
-
return Object.assign(Object.assign({}, deserializeIntoOmaSetting(omaSettingStringXml)), { "fileName": n => { omaSettingStringXml.fileName = n.getStringValue(); }, "value": n => { omaSettingStringXml.value = n.
|
|
38300
|
+
return Object.assign(Object.assign({}, deserializeIntoOmaSetting(omaSettingStringXml)), { "fileName": n => { omaSettingStringXml.fileName = n.getStringValue(); }, "value": n => { omaSettingStringXml.value = n.getByteArrayValue(); } });
|
|
38301
38301
|
}
|
|
38302
38302
|
/**
|
|
38303
38303
|
* The deserialization information for the current model
|
|
@@ -38452,7 +38452,7 @@ export function deserializeIntoOnenoteOperationError(onenoteOperationError = {})
|
|
|
38452
38452
|
*/
|
|
38453
38453
|
// @ts-ignore
|
|
38454
38454
|
export function deserializeIntoOnenotePage(onenotePage = {}) {
|
|
38455
|
-
return Object.assign(Object.assign({}, deserializeIntoOnenoteEntitySchemaObjectModel(onenotePage)), { "content": n => { onenotePage.content = n.
|
|
38455
|
+
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
38456
|
}
|
|
38457
38457
|
/**
|
|
38458
38458
|
* The deserialization information for the current model
|
|
@@ -38508,7 +38508,7 @@ export function deserializeIntoOnenotePatchContentCommand(onenotePatchContentCom
|
|
|
38508
38508
|
*/
|
|
38509
38509
|
// @ts-ignore
|
|
38510
38510
|
export function deserializeIntoOnenoteResource(onenoteResource = {}) {
|
|
38511
|
-
return Object.assign(Object.assign({}, deserializeIntoOnenoteEntityBaseModel(onenoteResource)), { "content": n => { onenoteResource.content = n.
|
|
38511
|
+
return Object.assign(Object.assign({}, deserializeIntoOnenoteEntityBaseModel(onenoteResource)), { "content": n => { onenoteResource.content = n.getByteArrayValue(); }, "contentUrl": n => { onenoteResource.contentUrl = n.getStringValue(); } });
|
|
38512
38512
|
}
|
|
38513
38513
|
/**
|
|
38514
38514
|
* The deserialization information for the current model
|
|
@@ -38567,7 +38567,7 @@ export function deserializeIntoOnInteractiveAuthFlowStartListener(onInteractiveA
|
|
|
38567
38567
|
*/
|
|
38568
38568
|
// @ts-ignore
|
|
38569
38569
|
export function deserializeIntoOnlineMeeting(onlineMeeting = {}) {
|
|
38570
|
-
return Object.assign(Object.assign({}, deserializeIntoOnlineMeetingBase(onlineMeeting)), { "attendeeReport": n => { onlineMeeting.attendeeReport = n.
|
|
38570
|
+
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
38571
|
}
|
|
38572
38572
|
/**
|
|
38573
38573
|
* The deserialization information for the current model
|
|
@@ -38945,7 +38945,7 @@ export function deserializeIntoOrganizationalBrandingLocalizationCollectionRespo
|
|
|
38945
38945
|
*/
|
|
38946
38946
|
// @ts-ignore
|
|
38947
38947
|
export function deserializeIntoOrganizationalBrandingProperties(organizationalBrandingProperties = {}) {
|
|
38948
|
-
return Object.assign(Object.assign({}, deserializeIntoEntity(organizationalBrandingProperties)), { "backgroundColor": n => { organizationalBrandingProperties.backgroundColor = n.getStringValue(); }, "backgroundImage": n => { organizationalBrandingProperties.backgroundImage = n.
|
|
38948
|
+
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
38949
|
}
|
|
38950
38950
|
/**
|
|
38951
38951
|
* The deserialization information for the current model
|
|
@@ -39201,7 +39201,7 @@ export function deserializeIntoPasswordAuthenticationMethodCollectionResponse(pa
|
|
|
39201
39201
|
export function deserializeIntoPasswordCredential(passwordCredential = {}) {
|
|
39202
39202
|
return {
|
|
39203
39203
|
"backingStoreEnabled": n => { passwordCredential.backingStoreEnabled = true; },
|
|
39204
|
-
"customKeyIdentifier": n => { passwordCredential.customKeyIdentifier = n.
|
|
39204
|
+
"customKeyIdentifier": n => { passwordCredential.customKeyIdentifier = n.getByteArrayValue(); },
|
|
39205
39205
|
"displayName": n => { passwordCredential.displayName = n.getStringValue(); },
|
|
39206
39206
|
"endDateTime": n => { passwordCredential.endDateTime = n.getDateValue(); },
|
|
39207
39207
|
"hint": n => { passwordCredential.hint = n.getStringValue(); },
|
|
@@ -41312,7 +41312,7 @@ export function deserializeIntoRemovedState(removedState = {}) {
|
|
|
41312
41312
|
export function deserializeIntoReport(report = {}) {
|
|
41313
41313
|
return {
|
|
41314
41314
|
"backingStoreEnabled": n => { report.backingStoreEnabled = true; },
|
|
41315
|
-
"content": n => { report.content = n.
|
|
41315
|
+
"content": n => { report.content = n.getByteArrayValue(); },
|
|
41316
41316
|
"@odata.type": n => { report.odataType = n.getStringValue(); },
|
|
41317
41317
|
};
|
|
41318
41318
|
}
|
|
@@ -42426,10 +42426,10 @@ export function deserializeIntoSelfServiceSignUpAuthenticationFlowConfiguration(
|
|
|
42426
42426
|
export function deserializeIntoSelfSignedCertificate(selfSignedCertificate = {}) {
|
|
42427
42427
|
return {
|
|
42428
42428
|
"backingStoreEnabled": n => { selfSignedCertificate.backingStoreEnabled = true; },
|
|
42429
|
-
"customKeyIdentifier": n => { selfSignedCertificate.customKeyIdentifier = n.
|
|
42429
|
+
"customKeyIdentifier": n => { selfSignedCertificate.customKeyIdentifier = n.getByteArrayValue(); },
|
|
42430
42430
|
"displayName": n => { selfSignedCertificate.displayName = n.getStringValue(); },
|
|
42431
42431
|
"endDateTime": n => { selfSignedCertificate.endDateTime = n.getDateValue(); },
|
|
42432
|
-
"key": n => { selfSignedCertificate.key = n.
|
|
42432
|
+
"key": n => { selfSignedCertificate.key = n.getByteArrayValue(); },
|
|
42433
42433
|
"keyId": n => { selfSignedCertificate.keyId = n.getGuidValue(); },
|
|
42434
42434
|
"@odata.type": n => { selfSignedCertificate.odataType = n.getStringValue(); },
|
|
42435
42435
|
"startDateTime": n => { selfSignedCertificate.startDateTime = n.getDateValue(); },
|
|
@@ -42489,7 +42489,7 @@ export function deserializeIntoServiceAnnouncement(serviceAnnouncement = {}) {
|
|
|
42489
42489
|
*/
|
|
42490
42490
|
// @ts-ignore
|
|
42491
42491
|
export function deserializeIntoServiceAnnouncementAttachment(serviceAnnouncementAttachment = {}) {
|
|
42492
|
-
return Object.assign(Object.assign({}, deserializeIntoEntity(serviceAnnouncementAttachment)), { "content": n => { serviceAnnouncementAttachment.content = n.
|
|
42492
|
+
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
42493
|
}
|
|
42494
42494
|
/**
|
|
42495
42495
|
* The deserialization information for the current model
|
|
@@ -42718,7 +42718,7 @@ export function deserializeIntoServiceStorageQuotaBreakdownCollectionResponse(se
|
|
|
42718
42718
|
*/
|
|
42719
42719
|
// @ts-ignore
|
|
42720
42720
|
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.
|
|
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.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
42722
|
}
|
|
42723
42723
|
/**
|
|
42724
42724
|
* The deserialization information for the current model
|
|
@@ -44284,7 +44284,7 @@ export function deserializeIntoTargetUserSponsors(targetUserSponsors = {}) {
|
|
|
44284
44284
|
*/
|
|
44285
44285
|
// @ts-ignore
|
|
44286
44286
|
export function deserializeIntoTaskFileAttachment(taskFileAttachment = {}) {
|
|
44287
|
-
return Object.assign(Object.assign({}, deserializeIntoAttachmentBase(taskFileAttachment)), { "contentBytes": n => { taskFileAttachment.contentBytes = n.
|
|
44287
|
+
return Object.assign(Object.assign({}, deserializeIntoAttachmentBase(taskFileAttachment)), { "contentBytes": n => { taskFileAttachment.contentBytes = n.getByteArrayValue(); } });
|
|
44288
44288
|
}
|
|
44289
44289
|
/**
|
|
44290
44290
|
* The deserialization information for the current model
|
|
@@ -44690,7 +44690,7 @@ export function deserializeIntoTeamworkConversationIdentity(teamworkConversation
|
|
|
44690
44690
|
*/
|
|
44691
44691
|
// @ts-ignore
|
|
44692
44692
|
export function deserializeIntoTeamworkHostedContent(teamworkHostedContent = {}) {
|
|
44693
|
-
return Object.assign(Object.assign({}, deserializeIntoEntity(teamworkHostedContent)), { "contentBytes": n => { teamworkHostedContent.contentBytes = n.
|
|
44693
|
+
return Object.assign(Object.assign({}, deserializeIntoEntity(teamworkHostedContent)), { "contentBytes": n => { teamworkHostedContent.contentBytes = n.getByteArrayValue(); }, "contentType": n => { teamworkHostedContent.contentType = n.getStringValue(); } });
|
|
44694
44694
|
}
|
|
44695
44695
|
/**
|
|
44696
44696
|
* The deserialization information for the current model
|
|
@@ -45067,7 +45067,7 @@ export function deserializeIntoThreatAssessmentResultCollectionResponse(threatAs
|
|
|
45067
45067
|
export function deserializeIntoThumbnail(thumbnail = {}) {
|
|
45068
45068
|
return {
|
|
45069
45069
|
"backingStoreEnabled": n => { thumbnail.backingStoreEnabled = true; },
|
|
45070
|
-
"content": n => { thumbnail.content = n.
|
|
45070
|
+
"content": n => { thumbnail.content = n.getByteArrayValue(); },
|
|
45071
45071
|
"height": n => { thumbnail.height = n.getNumberValue(); },
|
|
45072
45072
|
"@odata.type": n => { thumbnail.odataType = n.getStringValue(); },
|
|
45073
45073
|
"sourceItemId": n => { thumbnail.sourceItemId = n.getStringValue(); },
|
|
@@ -46988,7 +46988,7 @@ export function deserializeIntoVirtualEventPresenterDetails(virtualEventPresente
|
|
|
46988
46988
|
"linkedInProfileWebUrl": n => { virtualEventPresenterDetails.linkedInProfileWebUrl = n.getStringValue(); },
|
|
46989
46989
|
"@odata.type": n => { virtualEventPresenterDetails.odataType = n.getStringValue(); },
|
|
46990
46990
|
"personalSiteWebUrl": n => { virtualEventPresenterDetails.personalSiteWebUrl = n.getStringValue(); },
|
|
46991
|
-
"photo": n => { virtualEventPresenterDetails.photo = n.
|
|
46991
|
+
"photo": n => { virtualEventPresenterDetails.photo = n.getByteArrayValue(); },
|
|
46992
46992
|
"twitterProfileWebUrl": n => { virtualEventPresenterDetails.twitterProfileWebUrl = n.getStringValue(); },
|
|
46993
46993
|
};
|
|
46994
46994
|
}
|
|
@@ -47473,7 +47473,7 @@ export function deserializeIntoWindows10CustomConfiguration(windows10CustomConfi
|
|
|
47473
47473
|
*/
|
|
47474
47474
|
// @ts-ignore
|
|
47475
47475
|
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.
|
|
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.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
47477
|
}
|
|
47478
47478
|
/**
|
|
47479
47479
|
* The deserialization information for the current model
|
|
@@ -47497,7 +47497,7 @@ export function deserializeIntoWindows10EnterpriseModernAppManagementConfigurati
|
|
|
47497
47497
|
*/
|
|
47498
47498
|
// @ts-ignore
|
|
47499
47499
|
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(); } });
|
|
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.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
47501
|
}
|
|
47502
47502
|
/**
|
|
47503
47503
|
* The deserialization information for the current model
|
|
@@ -47754,7 +47754,7 @@ export function deserializeIntoWindowsInformationProtectionAppLearningSummaryCol
|
|
|
47754
47754
|
*/
|
|
47755
47755
|
// @ts-ignore
|
|
47756
47756
|
export function deserializeIntoWindowsInformationProtectionAppLockerFile(windowsInformationProtectionAppLockerFile = {}) {
|
|
47757
|
-
return Object.assign(Object.assign({}, deserializeIntoEntity(windowsInformationProtectionAppLockerFile)), { "displayName": n => { windowsInformationProtectionAppLockerFile.displayName = n.getStringValue(); }, "file": n => { windowsInformationProtectionAppLockerFile.file = n.
|
|
47757
|
+
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
47758
|
}
|
|
47759
47759
|
/**
|
|
47760
47760
|
* The deserialization information for the current model
|
|
@@ -47772,7 +47772,7 @@ export function deserializeIntoWindowsInformationProtectionAppLockerFileCollecti
|
|
|
47772
47772
|
export function deserializeIntoWindowsInformationProtectionDataRecoveryCertificate(windowsInformationProtectionDataRecoveryCertificate = {}) {
|
|
47773
47773
|
return {
|
|
47774
47774
|
"backingStoreEnabled": n => { windowsInformationProtectionDataRecoveryCertificate.backingStoreEnabled = true; },
|
|
47775
|
-
"certificate": n => { windowsInformationProtectionDataRecoveryCertificate.certificate = n.
|
|
47775
|
+
"certificate": n => { windowsInformationProtectionDataRecoveryCertificate.certificate = n.getByteArrayValue(); },
|
|
47776
47776
|
"description": n => { windowsInformationProtectionDataRecoveryCertificate.description = n.getStringValue(); },
|
|
47777
47777
|
"expirationDateTime": n => { windowsInformationProtectionDataRecoveryCertificate.expirationDateTime = n.getDateValue(); },
|
|
47778
47778
|
"@odata.type": n => { windowsInformationProtectionDataRecoveryCertificate.odataType = n.getStringValue(); },
|
|
@@ -50277,7 +50277,7 @@ export function serializeAgreementFile(writer, agreementFile = {}) {
|
|
|
50277
50277
|
// @ts-ignore
|
|
50278
50278
|
export function serializeAgreementFileData(writer, agreementFileData = {}) {
|
|
50279
50279
|
if (agreementFileData) {
|
|
50280
|
-
writer.
|
|
50280
|
+
writer.writeByteArrayValue("data", agreementFileData.data);
|
|
50281
50281
|
writer.writeStringValue("@odata.type", agreementFileData.odataType);
|
|
50282
50282
|
writer.writeAdditionalData(agreementFileData.additionalData);
|
|
50283
50283
|
}
|
|
@@ -50548,7 +50548,7 @@ export function serializeAlteredQueryToken(writer, alteredQueryToken = {}) {
|
|
|
50548
50548
|
export function serializeAlternativeSecurityId(writer, alternativeSecurityId = {}) {
|
|
50549
50549
|
if (alternativeSecurityId) {
|
|
50550
50550
|
writer.writeStringValue("identityProvider", alternativeSecurityId.identityProvider);
|
|
50551
|
-
writer.
|
|
50551
|
+
writer.writeByteArrayValue("key", alternativeSecurityId.key);
|
|
50552
50552
|
writer.writeStringValue("@odata.type", alternativeSecurityId.odataType);
|
|
50553
50553
|
writer.writeNumberValue("type", alternativeSecurityId.type);
|
|
50554
50554
|
writer.writeAdditionalData(alternativeSecurityId.additionalData);
|
|
@@ -51075,7 +51075,7 @@ export function serializeApplication(writer, application = {}) {
|
|
|
51075
51075
|
writer.writeBooleanValue("isDeviceOnlyAuthSupported", application.isDeviceOnlyAuthSupported);
|
|
51076
51076
|
writer.writeBooleanValue("isFallbackPublicClient", application.isFallbackPublicClient);
|
|
51077
51077
|
writer.writeCollectionOfObjectValues("keyCredentials", application.keyCredentials, serializeKeyCredential);
|
|
51078
|
-
writer.
|
|
51078
|
+
writer.writeByteArrayValue("logo", application.logo);
|
|
51079
51079
|
writer.writeEnumValue("nativeAuthenticationApisEnabled", application.nativeAuthenticationApisEnabled);
|
|
51080
51080
|
writer.writeStringValue("notes", application.notes);
|
|
51081
51081
|
writer.writeBooleanValue("oauth2RequirePostResponse", application.oauth2RequirePostResponse);
|
|
@@ -51657,7 +51657,7 @@ export function serializeAttachmentItem(writer, attachmentItem = {}) {
|
|
|
51657
51657
|
export function serializeAttachmentSession(writer, attachmentSession = {}) {
|
|
51658
51658
|
if (attachmentSession) {
|
|
51659
51659
|
serializeEntity(writer, attachmentSession);
|
|
51660
|
-
writer.
|
|
51660
|
+
writer.writeByteArrayValue("content", attachmentSession.content);
|
|
51661
51661
|
writer.writeDateValue("expirationDateTime", attachmentSession.expirationDateTime);
|
|
51662
51662
|
writer.writeCollectionOfPrimitiveValues("nextExpectedRanges", attachmentSession.nextExpectedRanges);
|
|
51663
51663
|
}
|
|
@@ -53956,7 +53956,7 @@ export function serializeCallRecording(writer, callRecording = {}) {
|
|
|
53956
53956
|
if (callRecording) {
|
|
53957
53957
|
serializeEntity(writer, callRecording);
|
|
53958
53958
|
writer.writeStringValue("callId", callRecording.callId);
|
|
53959
|
-
writer.
|
|
53959
|
+
writer.writeByteArrayValue("content", callRecording.content);
|
|
53960
53960
|
writer.writeStringValue("contentCorrelationId", callRecording.contentCorrelationId);
|
|
53961
53961
|
writer.writeDateValue("createdDateTime", callRecording.createdDateTime);
|
|
53962
53962
|
writer.writeDateValue("endDateTime", callRecording.endDateTime);
|
|
@@ -54029,13 +54029,13 @@ export function serializeCallTranscript(writer, callTranscript = {}) {
|
|
|
54029
54029
|
if (callTranscript) {
|
|
54030
54030
|
serializeEntity(writer, callTranscript);
|
|
54031
54031
|
writer.writeStringValue("callId", callTranscript.callId);
|
|
54032
|
-
writer.
|
|
54032
|
+
writer.writeByteArrayValue("content", callTranscript.content);
|
|
54033
54033
|
writer.writeStringValue("contentCorrelationId", callTranscript.contentCorrelationId);
|
|
54034
54034
|
writer.writeDateValue("createdDateTime", callTranscript.createdDateTime);
|
|
54035
54035
|
writer.writeDateValue("endDateTime", callTranscript.endDateTime);
|
|
54036
54036
|
writer.writeStringValue("meetingId", callTranscript.meetingId);
|
|
54037
54037
|
writer.writeObjectValue("meetingOrganizer", callTranscript.meetingOrganizer, serializeIdentitySet);
|
|
54038
|
-
writer.
|
|
54038
|
+
writer.writeByteArrayValue("metadataContent", callTranscript.metadataContent);
|
|
54039
54039
|
writer.writeStringValue("transcriptContentUrl", callTranscript.transcriptContentUrl);
|
|
54040
54040
|
}
|
|
54041
54041
|
}
|
|
@@ -54105,7 +54105,7 @@ export function serializeCanvasLayout(writer, canvasLayout = {}) {
|
|
|
54105
54105
|
// @ts-ignore
|
|
54106
54106
|
export function serializeCertificateAuthority(writer, certificateAuthority = {}) {
|
|
54107
54107
|
if (certificateAuthority) {
|
|
54108
|
-
writer.
|
|
54108
|
+
writer.writeByteArrayValue("certificate", certificateAuthority.certificate);
|
|
54109
54109
|
writer.writeStringValue("certificateRevocationListUrl", certificateAuthority.certificateRevocationListUrl);
|
|
54110
54110
|
writer.writeStringValue("deltaCertificateRevocationListUrl", certificateAuthority.deltaCertificateRevocationListUrl);
|
|
54111
54111
|
writer.writeBooleanValue("isRootAuthority", certificateAuthority.isRootAuthority);
|
|
@@ -57432,7 +57432,7 @@ export function serializeDeviceAndAppManagementAssignmentTarget(writer, deviceAn
|
|
|
57432
57432
|
// @ts-ignore
|
|
57433
57433
|
export function serializeDeviceAndAppManagementData(writer, deviceAndAppManagementData = {}) {
|
|
57434
57434
|
if (deviceAndAppManagementData) {
|
|
57435
|
-
writer.
|
|
57435
|
+
writer.writeByteArrayValue("content", deviceAndAppManagementData.content);
|
|
57436
57436
|
writer.writeStringValue("@odata.type", deviceAndAppManagementData.odataType);
|
|
57437
57437
|
writer.writeAdditionalData(deviceAndAppManagementData.additionalData);
|
|
57438
57438
|
}
|
|
@@ -59134,7 +59134,7 @@ export function serializeDriveItem(writer, driveItem = {}) {
|
|
|
59134
59134
|
writer.writeObjectValue("audio", driveItem.audio, serializeAudio);
|
|
59135
59135
|
writer.writeObjectValue("bundle", driveItem.bundle, serializeBundle);
|
|
59136
59136
|
writer.writeCollectionOfObjectValues("children", driveItem.children, serializeDriveItem);
|
|
59137
|
-
writer.
|
|
59137
|
+
writer.writeByteArrayValue("content", driveItem.content);
|
|
59138
59138
|
writer.writeStringValue("cTag", driveItem.cTag);
|
|
59139
59139
|
writer.writeObjectValue("deleted", driveItem.deleted, serializeDeleted);
|
|
59140
59140
|
writer.writeObjectValue("file", driveItem.file, serializeFile);
|
|
@@ -59214,7 +59214,7 @@ export function serializeDriveItemUploadableProperties(writer, driveItemUploadab
|
|
|
59214
59214
|
export function serializeDriveItemVersion(writer, driveItemVersion = {}) {
|
|
59215
59215
|
if (driveItemVersion) {
|
|
59216
59216
|
serializeBaseItemVersion(writer, driveItemVersion);
|
|
59217
|
-
writer.
|
|
59217
|
+
writer.writeByteArrayValue("content", driveItemVersion.content);
|
|
59218
59218
|
writer.writeNumberValue("size", driveItemVersion.size);
|
|
59219
59219
|
}
|
|
59220
59220
|
}
|
|
@@ -60517,7 +60517,7 @@ export function serializeEnrollmentTroubleshootingEvent(writer, enrollmentTroubl
|
|
|
60517
60517
|
export function serializeEnterpriseCodeSigningCertificate(writer, enterpriseCodeSigningCertificate = {}) {
|
|
60518
60518
|
if (enterpriseCodeSigningCertificate) {
|
|
60519
60519
|
serializeEntity(writer, enterpriseCodeSigningCertificate);
|
|
60520
|
-
writer.
|
|
60520
|
+
writer.writeByteArrayValue("content", enterpriseCodeSigningCertificate.content);
|
|
60521
60521
|
writer.writeDateValue("expirationDateTime", enterpriseCodeSigningCertificate.expirationDateTime);
|
|
60522
60522
|
writer.writeStringValue("issuer", enterpriseCodeSigningCertificate.issuer);
|
|
60523
60523
|
writer.writeStringValue("issuerName", enterpriseCodeSigningCertificate.issuerName);
|
|
@@ -61136,7 +61136,7 @@ export function serializeFileAssessmentRequest(writer, fileAssessmentRequest = {
|
|
|
61136
61136
|
export function serializeFileAttachment(writer, fileAttachment = {}) {
|
|
61137
61137
|
if (fileAttachment) {
|
|
61138
61138
|
serializeAttachment(writer, fileAttachment);
|
|
61139
|
-
writer.
|
|
61139
|
+
writer.writeByteArrayValue("contentBytes", fileAttachment.contentBytes);
|
|
61140
61140
|
writer.writeStringValue("contentId", fileAttachment.contentId);
|
|
61141
61141
|
writer.writeStringValue("contentLocation", fileAttachment.contentLocation);
|
|
61142
61142
|
}
|
|
@@ -61148,12 +61148,12 @@ export function serializeFileAttachment(writer, fileAttachment = {}) {
|
|
|
61148
61148
|
// @ts-ignore
|
|
61149
61149
|
export function serializeFileEncryptionInfo(writer, fileEncryptionInfo = {}) {
|
|
61150
61150
|
if (fileEncryptionInfo) {
|
|
61151
|
-
writer.
|
|
61152
|
-
writer.
|
|
61151
|
+
writer.writeByteArrayValue("encryptionKey", fileEncryptionInfo.encryptionKey);
|
|
61152
|
+
writer.writeByteArrayValue("fileDigest", fileEncryptionInfo.fileDigest);
|
|
61153
61153
|
writer.writeStringValue("fileDigestAlgorithm", fileEncryptionInfo.fileDigestAlgorithm);
|
|
61154
|
-
writer.
|
|
61155
|
-
writer.
|
|
61156
|
-
writer.
|
|
61154
|
+
writer.writeByteArrayValue("initializationVector", fileEncryptionInfo.initializationVector);
|
|
61155
|
+
writer.writeByteArrayValue("mac", fileEncryptionInfo.mac);
|
|
61156
|
+
writer.writeByteArrayValue("macKey", fileEncryptionInfo.macKey);
|
|
61157
61157
|
writer.writeStringValue("@odata.type", fileEncryptionInfo.odataType);
|
|
61158
61158
|
writer.writeStringValue("profileIdentifier", fileEncryptionInfo.profileIdentifier);
|
|
61159
61159
|
writer.writeAdditionalData(fileEncryptionInfo.additionalData);
|
|
@@ -62149,7 +62149,7 @@ export function serializeImportedWindowsAutopilotDeviceIdentity(writer, imported
|
|
|
62149
62149
|
serializeEntity(writer, importedWindowsAutopilotDeviceIdentity);
|
|
62150
62150
|
writer.writeStringValue("assignedUserPrincipalName", importedWindowsAutopilotDeviceIdentity.assignedUserPrincipalName);
|
|
62151
62151
|
writer.writeStringValue("groupTag", importedWindowsAutopilotDeviceIdentity.groupTag);
|
|
62152
|
-
writer.
|
|
62152
|
+
writer.writeByteArrayValue("hardwareIdentifier", importedWindowsAutopilotDeviceIdentity.hardwareIdentifier);
|
|
62153
62153
|
writer.writeStringValue("importId", importedWindowsAutopilotDeviceIdentity.importId);
|
|
62154
62154
|
writer.writeStringValue("productKey", importedWindowsAutopilotDeviceIdentity.productKey);
|
|
62155
62155
|
writer.writeStringValue("serialNumber", importedWindowsAutopilotDeviceIdentity.serialNumber);
|
|
@@ -62621,7 +62621,7 @@ export function serializeIosCompliancePolicy(writer, iosCompliancePolicy = {}) {
|
|
|
62621
62621
|
export function serializeIosCustomConfiguration(writer, iosCustomConfiguration = {}) {
|
|
62622
62622
|
if (iosCustomConfiguration) {
|
|
62623
62623
|
serializeDeviceConfiguration(writer, iosCustomConfiguration);
|
|
62624
|
-
writer.
|
|
62624
|
+
writer.writeByteArrayValue("payload", iosCustomConfiguration.payload);
|
|
62625
62625
|
writer.writeStringValue("payloadFileName", iosCustomConfiguration.payloadFileName);
|
|
62626
62626
|
writer.writeStringValue("payloadName", iosCustomConfiguration.payloadName);
|
|
62627
62627
|
}
|
|
@@ -62983,7 +62983,7 @@ export function serializeIosMinimumOperatingSystem(writer, iosMinimumOperatingSy
|
|
|
62983
62983
|
export function serializeIosMobileAppConfiguration(writer, iosMobileAppConfiguration = {}) {
|
|
62984
62984
|
if (iosMobileAppConfiguration) {
|
|
62985
62985
|
serializeManagedDeviceMobileAppConfiguration(writer, iosMobileAppConfiguration);
|
|
62986
|
-
writer.
|
|
62986
|
+
writer.writeByteArrayValue("encodedSettingXml", iosMobileAppConfiguration.encodedSettingXml);
|
|
62987
62987
|
writer.writeCollectionOfObjectValues("settings", iosMobileAppConfiguration.settings, serializeAppConfigurationSettingItem);
|
|
62988
62988
|
}
|
|
62989
62989
|
}
|
|
@@ -63454,10 +63454,10 @@ export function serializeJoinMeetingIdSettings(writer, joinMeetingIdSettings = {
|
|
|
63454
63454
|
// @ts-ignore
|
|
63455
63455
|
export function serializeKeyCredential(writer, keyCredential = {}) {
|
|
63456
63456
|
if (keyCredential) {
|
|
63457
|
-
writer.
|
|
63457
|
+
writer.writeByteArrayValue("customKeyIdentifier", keyCredential.customKeyIdentifier);
|
|
63458
63458
|
writer.writeStringValue("displayName", keyCredential.displayName);
|
|
63459
63459
|
writer.writeDateValue("endDateTime", keyCredential.endDateTime);
|
|
63460
|
-
writer.
|
|
63460
|
+
writer.writeByteArrayValue("key", keyCredential.key);
|
|
63461
63461
|
writer.writeGuidValue("keyId", keyCredential.keyId);
|
|
63462
63462
|
writer.writeStringValue("@odata.type", keyCredential.odataType);
|
|
63463
63463
|
writer.writeDateValue("startDateTime", keyCredential.startDateTime);
|
|
@@ -64160,7 +64160,7 @@ export function serializeMacOSCompliancePolicy(writer, macOSCompliancePolicy = {
|
|
|
64160
64160
|
export function serializeMacOSCustomConfiguration(writer, macOSCustomConfiguration = {}) {
|
|
64161
64161
|
if (macOSCustomConfiguration) {
|
|
64162
64162
|
serializeDeviceConfiguration(writer, macOSCustomConfiguration);
|
|
64163
|
-
writer.
|
|
64163
|
+
writer.writeByteArrayValue("payload", macOSCustomConfiguration.payload);
|
|
64164
64164
|
writer.writeStringValue("payloadFileName", macOSCustomConfiguration.payloadFileName);
|
|
64165
64165
|
writer.writeStringValue("payloadName", macOSCustomConfiguration.payloadName);
|
|
64166
64166
|
}
|
|
@@ -65571,7 +65571,7 @@ export function serializeMessage(writer, message = {}) {
|
|
|
65571
65571
|
writer.writeStringValue("bodyPreview", message.bodyPreview);
|
|
65572
65572
|
writer.writeCollectionOfObjectValues("ccRecipients", message.ccRecipients, serializeRecipient);
|
|
65573
65573
|
writer.writeStringValue("conversationId", message.conversationId);
|
|
65574
|
-
writer.
|
|
65574
|
+
writer.writeByteArrayValue("conversationIndex", message.conversationIndex);
|
|
65575
65575
|
writer.writeCollectionOfObjectValues("extensions", message.extensions, serializeExtension);
|
|
65576
65576
|
writer.writeObjectValue("flag", message.flag, serializeFollowupFlag);
|
|
65577
65577
|
writer.writeObjectValue("from", message.from, serializeRecipient);
|
|
@@ -65928,7 +65928,7 @@ export function serializeMimeContent(writer, mimeContent = {}) {
|
|
|
65928
65928
|
if (mimeContent) {
|
|
65929
65929
|
writer.writeStringValue("@odata.type", mimeContent.odataType);
|
|
65930
65930
|
writer.writeStringValue("type", mimeContent.type);
|
|
65931
|
-
writer.
|
|
65931
|
+
writer.writeByteArrayValue("value", mimeContent.value);
|
|
65932
65932
|
writer.writeAdditionalData(mimeContent.additionalData);
|
|
65933
65933
|
}
|
|
65934
65934
|
}
|
|
@@ -66055,7 +66055,7 @@ export function serializeMobileAppContentFile(writer, mobileAppContentFile = {})
|
|
|
66055
66055
|
if (mobileAppContentFile) {
|
|
66056
66056
|
serializeEntity(writer, mobileAppContentFile);
|
|
66057
66057
|
writer.writeBooleanValue("isDependency", mobileAppContentFile.isDependency);
|
|
66058
|
-
writer.
|
|
66058
|
+
writer.writeByteArrayValue("manifest", mobileAppContentFile.manifest);
|
|
66059
66059
|
writer.writeStringValue("name", mobileAppContentFile.name);
|
|
66060
66060
|
writer.writeNumberValue("size", mobileAppContentFile.size);
|
|
66061
66061
|
writer.writeNumberValue("sizeEncrypted", mobileAppContentFile.sizeEncrypted);
|
|
@@ -66753,7 +66753,7 @@ export function serializeOmaSettingStringXml(writer, omaSettingStringXml = {}) {
|
|
|
66753
66753
|
if (omaSettingStringXml) {
|
|
66754
66754
|
serializeOmaSetting(writer, omaSettingStringXml);
|
|
66755
66755
|
writer.writeStringValue("fileName", omaSettingStringXml.fileName);
|
|
66756
|
-
writer.
|
|
66756
|
+
writer.writeByteArrayValue("value", omaSettingStringXml.value);
|
|
66757
66757
|
}
|
|
66758
66758
|
}
|
|
66759
66759
|
/**
|
|
@@ -66966,7 +66966,7 @@ export function serializeOnenoteOperationError(writer, onenoteOperationError = {
|
|
|
66966
66966
|
export function serializeOnenotePage(writer, onenotePage = {}) {
|
|
66967
66967
|
if (onenotePage) {
|
|
66968
66968
|
serializeOnenoteEntitySchemaObjectModel(writer, onenotePage);
|
|
66969
|
-
writer.
|
|
66969
|
+
writer.writeByteArrayValue("content", onenotePage.content);
|
|
66970
66970
|
writer.writeStringValue("contentUrl", onenotePage.contentUrl);
|
|
66971
66971
|
writer.writeStringValue("createdByAppId", onenotePage.createdByAppId);
|
|
66972
66972
|
writer.writeDateValue("lastModifiedDateTime", onenotePage.lastModifiedDateTime);
|
|
@@ -67038,7 +67038,7 @@ export function serializeOnenotePatchContentCommand(writer, onenotePatchContentC
|
|
|
67038
67038
|
export function serializeOnenoteResource(writer, onenoteResource = {}) {
|
|
67039
67039
|
if (onenoteResource) {
|
|
67040
67040
|
serializeOnenoteEntityBaseModel(writer, onenoteResource);
|
|
67041
|
-
writer.
|
|
67041
|
+
writer.writeByteArrayValue("content", onenoteResource.content);
|
|
67042
67042
|
writer.writeStringValue("contentUrl", onenoteResource.contentUrl);
|
|
67043
67043
|
}
|
|
67044
67044
|
}
|
|
@@ -67121,7 +67121,7 @@ export function serializeOnInteractiveAuthFlowStartListener(writer, onInteractiv
|
|
|
67121
67121
|
export function serializeOnlineMeeting(writer, onlineMeeting = {}) {
|
|
67122
67122
|
if (onlineMeeting) {
|
|
67123
67123
|
serializeOnlineMeetingBase(writer, onlineMeeting);
|
|
67124
|
-
writer.
|
|
67124
|
+
writer.writeByteArrayValue("attendeeReport", onlineMeeting.attendeeReport);
|
|
67125
67125
|
writer.writeObjectValue("broadcastSettings", onlineMeeting.broadcastSettings, serializeBroadcastMeetingSettings);
|
|
67126
67126
|
writer.writeDateValue("creationDateTime", onlineMeeting.creationDateTime);
|
|
67127
67127
|
writer.writeDateValue("endDateTime", onlineMeeting.endDateTime);
|
|
@@ -67637,16 +67637,16 @@ export function serializeOrganizationalBrandingProperties(writer, organizational
|
|
|
67637
67637
|
if (organizationalBrandingProperties) {
|
|
67638
67638
|
serializeEntity(writer, organizationalBrandingProperties);
|
|
67639
67639
|
writer.writeStringValue("backgroundColor", organizationalBrandingProperties.backgroundColor);
|
|
67640
|
-
writer.
|
|
67640
|
+
writer.writeByteArrayValue("backgroundImage", organizationalBrandingProperties.backgroundImage);
|
|
67641
67641
|
writer.writeStringValue("backgroundImageRelativeUrl", organizationalBrandingProperties.backgroundImageRelativeUrl);
|
|
67642
|
-
writer.
|
|
67642
|
+
writer.writeByteArrayValue("bannerLogo", organizationalBrandingProperties.bannerLogo);
|
|
67643
67643
|
writer.writeStringValue("bannerLogoRelativeUrl", organizationalBrandingProperties.bannerLogoRelativeUrl);
|
|
67644
67644
|
writer.writeCollectionOfPrimitiveValues("cdnList", organizationalBrandingProperties.cdnList);
|
|
67645
67645
|
writer.writeObjectValue("contentCustomization", organizationalBrandingProperties.contentCustomization, serializeContentCustomization);
|
|
67646
67646
|
writer.writeStringValue("customAccountResetCredentialsUrl", organizationalBrandingProperties.customAccountResetCredentialsUrl);
|
|
67647
67647
|
writer.writeStringValue("customCannotAccessYourAccountText", organizationalBrandingProperties.customCannotAccessYourAccountText);
|
|
67648
67648
|
writer.writeStringValue("customCannotAccessYourAccountUrl", organizationalBrandingProperties.customCannotAccessYourAccountUrl);
|
|
67649
|
-
writer.
|
|
67649
|
+
writer.writeByteArrayValue("customCSS", organizationalBrandingProperties.customCSS);
|
|
67650
67650
|
writer.writeStringValue("customCSSRelativeUrl", organizationalBrandingProperties.customCSSRelativeUrl);
|
|
67651
67651
|
writer.writeStringValue("customForgotMyPasswordText", organizationalBrandingProperties.customForgotMyPasswordText);
|
|
67652
67652
|
writer.writeStringValue("customPrivacyAndCookiesText", organizationalBrandingProperties.customPrivacyAndCookiesText);
|
|
@@ -67654,16 +67654,16 @@ export function serializeOrganizationalBrandingProperties(writer, organizational
|
|
|
67654
67654
|
writer.writeStringValue("customResetItNowText", organizationalBrandingProperties.customResetItNowText);
|
|
67655
67655
|
writer.writeStringValue("customTermsOfUseText", organizationalBrandingProperties.customTermsOfUseText);
|
|
67656
67656
|
writer.writeStringValue("customTermsOfUseUrl", organizationalBrandingProperties.customTermsOfUseUrl);
|
|
67657
|
-
writer.
|
|
67657
|
+
writer.writeByteArrayValue("favicon", organizationalBrandingProperties.favicon);
|
|
67658
67658
|
writer.writeStringValue("faviconRelativeUrl", organizationalBrandingProperties.faviconRelativeUrl);
|
|
67659
67659
|
writer.writeStringValue("headerBackgroundColor", organizationalBrandingProperties.headerBackgroundColor);
|
|
67660
|
-
writer.
|
|
67660
|
+
writer.writeByteArrayValue("headerLogo", organizationalBrandingProperties.headerLogo);
|
|
67661
67661
|
writer.writeStringValue("headerLogoRelativeUrl", organizationalBrandingProperties.headerLogoRelativeUrl);
|
|
67662
67662
|
writer.writeObjectValue("loginPageLayoutConfiguration", organizationalBrandingProperties.loginPageLayoutConfiguration, serializeLoginPageLayoutConfiguration);
|
|
67663
67663
|
writer.writeObjectValue("loginPageTextVisibilitySettings", organizationalBrandingProperties.loginPageTextVisibilitySettings, serializeLoginPageTextVisibilitySettings);
|
|
67664
67664
|
writer.writeStringValue("signInPageText", organizationalBrandingProperties.signInPageText);
|
|
67665
|
-
writer.
|
|
67666
|
-
writer.
|
|
67665
|
+
writer.writeByteArrayValue("squareLogo", organizationalBrandingProperties.squareLogo);
|
|
67666
|
+
writer.writeByteArrayValue("squareLogoDark", organizationalBrandingProperties.squareLogoDark);
|
|
67667
67667
|
writer.writeStringValue("squareLogoDarkRelativeUrl", organizationalBrandingProperties.squareLogoDarkRelativeUrl);
|
|
67668
67668
|
writer.writeStringValue("squareLogoRelativeUrl", organizationalBrandingProperties.squareLogoRelativeUrl);
|
|
67669
67669
|
writer.writeStringValue("usernameHintText", organizationalBrandingProperties.usernameHintText);
|
|
@@ -68001,7 +68001,7 @@ export function serializePasswordAuthenticationMethodCollectionResponse(writer,
|
|
|
68001
68001
|
// @ts-ignore
|
|
68002
68002
|
export function serializePasswordCredential(writer, passwordCredential = {}) {
|
|
68003
68003
|
if (passwordCredential) {
|
|
68004
|
-
writer.
|
|
68004
|
+
writer.writeByteArrayValue("customKeyIdentifier", passwordCredential.customKeyIdentifier);
|
|
68005
68005
|
writer.writeStringValue("displayName", passwordCredential.displayName);
|
|
68006
68006
|
writer.writeDateValue("endDateTime", passwordCredential.endDateTime);
|
|
68007
68007
|
writer.writeStringValue("hint", passwordCredential.hint);
|
|
@@ -70779,7 +70779,7 @@ export function serializeRemovedState(writer, removedState = {}) {
|
|
|
70779
70779
|
// @ts-ignore
|
|
70780
70780
|
export function serializeReport(writer, report = {}) {
|
|
70781
70781
|
if (report) {
|
|
70782
|
-
writer.
|
|
70782
|
+
writer.writeByteArrayValue("content", report.content);
|
|
70783
70783
|
writer.writeStringValue("@odata.type", report.odataType);
|
|
70784
70784
|
writer.writeAdditionalData(report.additionalData);
|
|
70785
70785
|
}
|
|
@@ -72224,10 +72224,10 @@ export function serializeSelfServiceSignUpAuthenticationFlowConfiguration(writer
|
|
|
72224
72224
|
// @ts-ignore
|
|
72225
72225
|
export function serializeSelfSignedCertificate(writer, selfSignedCertificate = {}) {
|
|
72226
72226
|
if (selfSignedCertificate) {
|
|
72227
|
-
writer.
|
|
72227
|
+
writer.writeByteArrayValue("customKeyIdentifier", selfSignedCertificate.customKeyIdentifier);
|
|
72228
72228
|
writer.writeStringValue("displayName", selfSignedCertificate.displayName);
|
|
72229
72229
|
writer.writeDateValue("endDateTime", selfSignedCertificate.endDateTime);
|
|
72230
|
-
writer.
|
|
72230
|
+
writer.writeByteArrayValue("key", selfSignedCertificate.key);
|
|
72231
72231
|
writer.writeGuidValue("keyId", selfSignedCertificate.keyId);
|
|
72232
72232
|
writer.writeStringValue("@odata.type", selfSignedCertificate.odataType);
|
|
72233
72233
|
writer.writeDateValue("startDateTime", selfSignedCertificate.startDateTime);
|
|
@@ -72298,7 +72298,7 @@ export function serializeServiceAnnouncement(writer, serviceAnnouncement = {}) {
|
|
|
72298
72298
|
export function serializeServiceAnnouncementAttachment(writer, serviceAnnouncementAttachment = {}) {
|
|
72299
72299
|
if (serviceAnnouncementAttachment) {
|
|
72300
72300
|
serializeEntity(writer, serviceAnnouncementAttachment);
|
|
72301
|
-
writer.
|
|
72301
|
+
writer.writeByteArrayValue("content", serviceAnnouncementAttachment.content);
|
|
72302
72302
|
writer.writeStringValue("contentType", serviceAnnouncementAttachment.contentType);
|
|
72303
72303
|
writer.writeDateValue("lastModifiedDateTime", serviceAnnouncementAttachment.lastModifiedDateTime);
|
|
72304
72304
|
writer.writeStringValue("name", serviceAnnouncementAttachment.name);
|
|
@@ -72678,7 +72678,7 @@ export function serializeServiceUpdateMessage(writer, serviceUpdateMessage = {})
|
|
|
72678
72678
|
serializeServiceAnnouncementBase(writer, serviceUpdateMessage);
|
|
72679
72679
|
writer.writeDateValue("actionRequiredByDateTime", serviceUpdateMessage.actionRequiredByDateTime);
|
|
72680
72680
|
writer.writeCollectionOfObjectValues("attachments", serviceUpdateMessage.attachments, serializeServiceAnnouncementAttachment);
|
|
72681
|
-
writer.
|
|
72681
|
+
writer.writeByteArrayValue("attachmentsArchive", serviceUpdateMessage.attachmentsArchive);
|
|
72682
72682
|
writer.writeObjectValue("body", serviceUpdateMessage.body, serializeItemBody);
|
|
72683
72683
|
writer.writeEnumValue("category", serviceUpdateMessage.category);
|
|
72684
72684
|
writer.writeBooleanValue("hasAttachments", serviceUpdateMessage.hasAttachments);
|
|
@@ -74774,7 +74774,7 @@ export function serializeTargetUserSponsors(writer, targetUserSponsors = {}) {
|
|
|
74774
74774
|
export function serializeTaskFileAttachment(writer, taskFileAttachment = {}) {
|
|
74775
74775
|
if (taskFileAttachment) {
|
|
74776
74776
|
serializeAttachmentBase(writer, taskFileAttachment);
|
|
74777
|
-
writer.
|
|
74777
|
+
writer.writeByteArrayValue("contentBytes", taskFileAttachment.contentBytes);
|
|
74778
74778
|
}
|
|
74779
74779
|
}
|
|
74780
74780
|
/**
|
|
@@ -75353,7 +75353,7 @@ export function serializeTeamworkConversationIdentity(writer, teamworkConversati
|
|
|
75353
75353
|
export function serializeTeamworkHostedContent(writer, teamworkHostedContent = {}) {
|
|
75354
75354
|
if (teamworkHostedContent) {
|
|
75355
75355
|
serializeEntity(writer, teamworkHostedContent);
|
|
75356
|
-
writer.
|
|
75356
|
+
writer.writeByteArrayValue("contentBytes", teamworkHostedContent.contentBytes);
|
|
75357
75357
|
writer.writeStringValue("contentType", teamworkHostedContent.contentType);
|
|
75358
75358
|
}
|
|
75359
75359
|
}
|
|
@@ -75859,7 +75859,7 @@ export function serializeThreatAssessmentResultCollectionResponse(writer, threat
|
|
|
75859
75859
|
// @ts-ignore
|
|
75860
75860
|
export function serializeThumbnail(writer, thumbnail = {}) {
|
|
75861
75861
|
if (thumbnail) {
|
|
75862
|
-
writer.
|
|
75862
|
+
writer.writeByteArrayValue("content", thumbnail.content);
|
|
75863
75863
|
writer.writeNumberValue("height", thumbnail.height);
|
|
75864
75864
|
writer.writeStringValue("@odata.type", thumbnail.odataType);
|
|
75865
75865
|
writer.writeStringValue("sourceItemId", thumbnail.sourceItemId);
|
|
@@ -78752,7 +78752,7 @@ export function serializeVirtualEventPresenterDetails(writer, virtualEventPresen
|
|
|
78752
78752
|
writer.writeStringValue("linkedInProfileWebUrl", virtualEventPresenterDetails.linkedInProfileWebUrl);
|
|
78753
78753
|
writer.writeStringValue("@odata.type", virtualEventPresenterDetails.odataType);
|
|
78754
78754
|
writer.writeStringValue("personalSiteWebUrl", virtualEventPresenterDetails.personalSiteWebUrl);
|
|
78755
|
-
writer.
|
|
78755
|
+
writer.writeByteArrayValue("photo", virtualEventPresenterDetails.photo);
|
|
78756
78756
|
writer.writeStringValue("twitterProfileWebUrl", virtualEventPresenterDetails.twitterProfileWebUrl);
|
|
78757
78757
|
writer.writeAdditionalData(virtualEventPresenterDetails.additionalData);
|
|
78758
78758
|
}
|
|
@@ -79439,7 +79439,7 @@ export function serializeWindows10EndpointProtectionConfiguration(writer, window
|
|
|
79439
79439
|
writer.writeObjectValue("bitLockerRemovableDrivePolicy", windows10EndpointProtectionConfiguration.bitLockerRemovableDrivePolicy, serializeBitLockerRemovableDrivePolicy);
|
|
79440
79440
|
writer.writeCollectionOfPrimitiveValues("defenderAdditionalGuardedFolders", windows10EndpointProtectionConfiguration.defenderAdditionalGuardedFolders);
|
|
79441
79441
|
writer.writeCollectionOfPrimitiveValues("defenderAttackSurfaceReductionExcludedPaths", windows10EndpointProtectionConfiguration.defenderAttackSurfaceReductionExcludedPaths);
|
|
79442
|
-
writer.
|
|
79442
|
+
writer.writeByteArrayValue("defenderExploitProtectionXml", windows10EndpointProtectionConfiguration.defenderExploitProtectionXml);
|
|
79443
79443
|
writer.writeStringValue("defenderExploitProtectionXmlFileName", windows10EndpointProtectionConfiguration.defenderExploitProtectionXmlFileName);
|
|
79444
79444
|
writer.writeCollectionOfPrimitiveValues("defenderGuardedFoldersAllowedAppPaths", windows10EndpointProtectionConfiguration.defenderGuardedFoldersAllowedAppPaths);
|
|
79445
79445
|
writer.writeBooleanValue("defenderSecurityCenterBlockExploitProtectionOverride", windows10EndpointProtectionConfiguration.defenderSecurityCenterBlockExploitProtectionOverride);
|
|
@@ -79652,8 +79652,8 @@ export function serializeWindows10GeneralConfiguration(writer, windows10GeneralC
|
|
|
79652
79652
|
writer.writeBooleanValue("startMenuHideSleep", windows10GeneralConfiguration.startMenuHideSleep);
|
|
79653
79653
|
writer.writeBooleanValue("startMenuHideSwitchAccount", windows10GeneralConfiguration.startMenuHideSwitchAccount);
|
|
79654
79654
|
writer.writeBooleanValue("startMenuHideUserTile", windows10GeneralConfiguration.startMenuHideUserTile);
|
|
79655
|
-
writer.
|
|
79656
|
-
writer.
|
|
79655
|
+
writer.writeByteArrayValue("startMenuLayoutEdgeAssetsXml", windows10GeneralConfiguration.startMenuLayoutEdgeAssetsXml);
|
|
79656
|
+
writer.writeByteArrayValue("startMenuLayoutXml", windows10GeneralConfiguration.startMenuLayoutXml);
|
|
79657
79657
|
writer.writeEnumValue("startMenuMode", windows10GeneralConfiguration.startMenuMode);
|
|
79658
79658
|
writer.writeEnumValue("startMenuPinnedFolderDocuments", windows10GeneralConfiguration.startMenuPinnedFolderDocuments);
|
|
79659
79659
|
writer.writeEnumValue("startMenuPinnedFolderDownloads", windows10GeneralConfiguration.startMenuPinnedFolderDownloads);
|
|
@@ -80171,7 +80171,7 @@ export function serializeWindowsInformationProtectionAppLockerFile(writer, windo
|
|
|
80171
80171
|
if (windowsInformationProtectionAppLockerFile) {
|
|
80172
80172
|
serializeEntity(writer, windowsInformationProtectionAppLockerFile);
|
|
80173
80173
|
writer.writeStringValue("displayName", windowsInformationProtectionAppLockerFile.displayName);
|
|
80174
|
-
writer.
|
|
80174
|
+
writer.writeByteArrayValue("file", windowsInformationProtectionAppLockerFile.file);
|
|
80175
80175
|
writer.writeStringValue("fileHash", windowsInformationProtectionAppLockerFile.fileHash);
|
|
80176
80176
|
writer.writeStringValue("version", windowsInformationProtectionAppLockerFile.version);
|
|
80177
80177
|
}
|
|
@@ -80194,7 +80194,7 @@ export function serializeWindowsInformationProtectionAppLockerFileCollectionResp
|
|
|
80194
80194
|
// @ts-ignore
|
|
80195
80195
|
export function serializeWindowsInformationProtectionDataRecoveryCertificate(writer, windowsInformationProtectionDataRecoveryCertificate = {}) {
|
|
80196
80196
|
if (windowsInformationProtectionDataRecoveryCertificate) {
|
|
80197
|
-
writer.
|
|
80197
|
+
writer.writeByteArrayValue("certificate", windowsInformationProtectionDataRecoveryCertificate.certificate);
|
|
80198
80198
|
writer.writeStringValue("description", windowsInformationProtectionDataRecoveryCertificate.description);
|
|
80199
80199
|
writer.writeDateValue("expirationDateTime", windowsInformationProtectionDataRecoveryCertificate.expirationDateTime);
|
|
80200
80200
|
writer.writeStringValue("@odata.type", windowsInformationProtectionDataRecoveryCertificate.odataType);
|