Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 328 Bytes

DataProtectionSection.md

File metadata and controls

18 lines (12 loc) · 328 Bytes

Akeyless::DataProtectionSection

Properties

Name Type Description Notes
enable_classic_key_protection Boolean [optional]

Example

require 'akeyless'

instance = Akeyless::DataProtectionSection.new(
  enable_classic_key_protection: null
)