Skip to content

Latest commit

 

History

History
68 lines (44 loc) · 2.25 KB

encryption.schema.md

File metadata and controls

68 lines (44 loc) · 2.25 KB

At-Rest Encryption Schema

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

At-Rest Encryption Example

{
  "xdm:keyType": "org",
  "xdm:keyStatus": "enabled"
}

At-Rest Encryption Definitions

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

xdm:keyStatus

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.

xdm:keyStatus Known Values

Value Description
enabled
disabled

xdm:keyType

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.

xdm:keyType Known Values

Value Description
platform
org