https://ns.adobe.com/xdm/content/repository-policies/encryption
Encryption policy represents how content in a given part of the repository is encrypted at-rest.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Cannot be instantiated | Yes | Experimental | No | Forbidden | Permitted | content/repository-policies/encryption.schema.json |
{
"xdm:keyType": "org",
"xdm:keyStatus": "enabled"
}
Property | Type | Group |
---|---|---|
xdm:keyStatus | enum |
https://ns.adobe.com/xdm/content/repository-policies/encryption#/definitions/encryption |
xdm:keyType | enum |
https://ns.adobe.com/xdm/content/repository-policies/encryption#/definitions/encryption |
The status of the encryption key - 'enabled': the key is enabled and content is accessible to authorized users; 'disabled': the key is disabled and content is not accessible
xdm:keyStatus
- is optional
- type:
enum
- defined in this schema
The value of this property must be equal to one of the known values below.
Value | Description |
---|---|
enabled |
|
disabled |
The type of encryption key - 'platform': a key used across all tenants of the platform; 'org': a key managed exclusviely for the org to which the storage belongs
xdm:keyType
- is optional
- type:
enum
- defined in this schema
The value of this property must be equal to one of the known values below.
Value | Description |
---|---|
platform |
|
org |