Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 509 Bytes

SmInfo.md

File metadata and controls

20 lines (14 loc) · 509 Bytes

Akeyless::SmInfo

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]

Example

require 'akeyless'

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