Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 476 Bytes

GatewayUpdateK8SAuthConfigOutput.md

File metadata and controls

22 lines (16 loc) · 476 Bytes

Akeyless::GatewayUpdateK8SAuthConfigOutput

Properties

Name Type Description Notes
cluster_id String [optional]
parts_change ConfigChange [optional]
total_hash String [optional]

Example

require 'akeyless'

instance = Akeyless::GatewayUpdateK8SAuthConfigOutput.new(
  cluster_id: null,
  parts_change: null,
  total_hash: null
)