Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.3 KB

File metadata and controls

18 lines (13 loc) · 1.3 KB

EncryptionSettings

How encryption is configured for this group. Group encryption settings.

Properties

Name Type Description Notes
cipher str, none_type Type of encryption cipher used. Possible values: 'aes_256_xts', 'none'. [optional]
encryption_active bool, none_type Is encryption active (output only). [optional]
encryption_key_manager str, none_type Is the master key on local or external key manager (output only). Possible values: 'external', 'local'. [optional]
master_key_set bool, none_type Is the master key set (output only). [optional]
mode str, none_type Mode of encryption. Possible values: 'available', 'none', 'secure'. [optional]
scope str, none_type Encryption scope. Possible values: 'volume', 'pool', 'none', 'group'. [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]