Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 536 Bytes

K8SAuthsConfigLastChange.md

File metadata and controls

22 lines (16 loc) · 536 Bytes

Akeyless::K8SAuthsConfigLastChange

Properties

Name Type Description Notes
changed_k8s_auths_ids Array<String> [optional]
created_k8s_auths_ids Array<String> [optional]
deleted_k8s_auths_ids Array<String> [optional]

Example

require 'akeyless'

instance = Akeyless::K8SAuthsConfigLastChange.new(
  changed_k8s_auths_ids: null,
  created_k8s_auths_ids: null,
  deleted_k8s_auths_ids: null
)