Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 437 Bytes

File metadata and controls

22 lines (16 loc) · 437 Bytes

Akeyless::APIKeyAccessRules

Properties

Name Type Description Notes
alg String [optional]
key String The public key value of the API-key. [optional]
modification_date Time [optional]

Example

require 'akeyless'

instance = Akeyless::APIKeyAccessRules.new(
  alg: null,
  key: null,
  modification_date: null
)