Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 510 Bytes

GatewayBasicInfo.md

File metadata and controls

24 lines (18 loc) · 510 Bytes

Akeyless::GatewayBasicInfo

Properties

Name Type Description Notes
cluster_display_name String [optional]
cluster_id Integer [optional]
cluster_name String [optional]
cluster_url String [optional]

Example

require 'akeyless'

instance = Akeyless::GatewayBasicInfo.new(
  cluster_display_name: null,
  cluster_id: null,
  cluster_name: null,
  cluster_url: null
)