Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 355 Bytes

File metadata and controls

20 lines (14 loc) · 355 Bytes

Akeyless::AllowedClientType

Properties

Name Type Description Notes
client_types Array<String> [optional]
lock Boolean [optional]

Example

require 'akeyless'

instance = Akeyless::AllowedClientType.new(
  client_types: null,
  lock: null
)