Skip to content

KeyManagement

URI: KeyManagement

Permissible Values

Value Meaning Description
BYOK None bring-your-own-key: Keys created by user and stored in key manager of cloud
HYOK None hold-your-own-key Key created by user and kept by user
managed None managed: Keys are created by and stored in key manager of cloud

Slots

Name Description
keyManagement Define key management method

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/gaia-x/development#cryptography

LinkML Source

name: KeyManagement
from_schema: https://w3id.org/gaia-x/development#cryptography
permissible_values:
  BYOK:
    text: BYOK
    description: 'bring-your-own-key: Keys created by user and stored in key manager
      of cloud'
  HYOK:
    text: HYOK
    description: hold-your-own-key Key created by user and kept by user
  managed:
    text: managed
    description: 'managed: Keys are created by and stored in key manager of cloud.'