Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 379 Bytes

RotationSecretMaxInterval.md

File metadata and controls

20 lines (14 loc) · 379 Bytes

Akeyless::RotationSecretMaxInterval

Properties

Name Type Description Notes
enable Boolean [optional]
max_interval_by_days Integer [optional]

Example

require 'akeyless'

instance = Akeyless::RotationSecretMaxInterval.new(
  enable: null,
  max_interval_by_days: null
)