Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 490 Bytes

GatewayPartialUpdateK8SAuthConfigOutput.md

File metadata and controls

22 lines (16 loc) · 490 Bytes

Akeyless::GatewayPartialUpdateK8SAuthConfigOutput

Properties

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

Example

require 'akeyless'

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