Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 891 Bytes

BastionListEntry.md

File metadata and controls

32 lines (26 loc) · 891 Bytes

Akeyless::BastionListEntry

Properties

Name Type Description Notes
access_id String [optional]
allowed_access_ids Array<String> [optional]
allowed_urls Array<String> [optional]
allowed_urls_per_instance Hash<String, Array<String>> [optional]
cluster_name String [optional]
display_name String [optional]
has_gateway_identity Boolean [optional]
last_report Time [optional]

Example

require 'akeyless'

instance = Akeyless::BastionListEntry.new(
  access_id: null,
  allowed_access_ids: null,
  allowed_urls: null,
  allowed_urls_per_instance: null,
  cluster_name: null,
  display_name: null,
  has_gateway_identity: null,
  last_report: null
)