Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 1.15 KB

PersonalizationConfig.md

File metadata and controls

9 lines (8 loc) · 1.15 KB

PersonalizationConfig

Properties

Name Type Description Notes
personalizationScriptId UUID ID of the PersonalizationScript used for personalization. [optional]
certificateId UUID ID of the Certificate used in this PersonalizationConfig. Empty, if no Certificate is used. [optional]
provideAttestationToken Boolean Flag, whether an AttestationToken shall be included in the application specific install parameters. If omitted, default value false will be used. When set to true, all corresponding FeatureConfigs must configure keyProvisioningMode and keyIndex. [optional]
includeSecurityDomainDiversificationData Boolean Flag, whether MasterKeyIndex and Key Diversification Data used for a Basic Diversified Create of the Service Security Domain shall be included in the Attestation Token. Can only be applied if -> provideAttestationToken is true and -> FeatureConfig.keyProvisioningMode is BASIC_DIVERSIFIED_CREATE and -> FeatureConfig.keyIndex is not empty If omitted, default value false will be used. [optional]