Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 476 Bytes

GatewayDeleteK8SAuthConfigOutput.md

File metadata and controls

22 lines (16 loc) · 476 Bytes

Akeyless::GatewayDeleteK8SAuthConfigOutput

Properties

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

Example

require 'akeyless'

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