Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 577 Bytes

SraInfo.md

File metadata and controls

22 lines (16 loc) · 577 Bytes

Akeyless::SraInfo

Properties

Name Type Description Notes
sla String [optional]
tier String Tier represents a level of extensibility the account will have, defined by various limits for different resources of Akeyless e.g - A StarterTier may have a limit of 3 Client resources and 50 Secret resources [optional]
user_type String [optional]

Example

require 'akeyless'

instance = Akeyless::SraInfo.new(
  sla: null,
  tier: null,
  user_type: null
)