Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 495 Bytes

LastConfigChange.md

File metadata and controls

20 lines (14 loc) · 495 Bytes

Akeyless::LastConfigChange

Properties

Name Type Description Notes
last_k8s_auths_change K8SAuthsConfigLastChange [optional]
last_migrations_change MigrationsConfigLastChange [optional]

Example

require 'akeyless'

instance = Akeyless::LastConfigChange.new(
  last_k8s_auths_change: null,
  last_migrations_change: null
)