Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 573 Bytes

File metadata and controls

24 lines (18 loc) · 573 Bytes

Akeyless::PasswordExpirationInfo

Properties

Name Type Description Notes
days_before_expire Integer [optional]
days_before_notification Integer [optional]
days_until_expire Integer r/o calculated parameter [optional]
enable Boolean [optional]

Example

require 'akeyless'

instance = Akeyless::PasswordExpirationInfo.new(
  days_before_expire: null,
  days_before_notification: null,
  days_until_expire: null,
  enable: null
)