pool.dataset.encryption_algorithm_choices

Retrieve encryption algorithms supported for ZFS dataset encryption.

Type: object

Type: array
No Additional Items

PoolDatasetEncryptionAlgorithmChoicesResult

Type: object
No Additional Properties

Aes-128-Ccm

Type: const
Must be one of:
  • "AES-128-CCM"
Specific value: "AES-128-CCM"

Aes-192-Ccm

Type: const
Must be one of:
  • "AES-192-CCM"
Specific value: "AES-192-CCM"

Aes-256-Ccm

Type: const
Must be one of:
  • "AES-256-CCM"
Specific value: "AES-256-CCM"

Aes-128-Gcm

Type: const
Must be one of:
  • "AES-128-GCM"
Specific value: "AES-128-GCM"

Aes-192-Gcm

Type: const
Must be one of:
  • "AES-192-GCM"
Specific value: "AES-192-GCM"

Aes-256-Gcm

Type: const
Must be one of:
  • "AES-256-GCM"
Specific value: "AES-256-GCM"


Required roles: DATASET_READ | READONLY_ADMIN