Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 382 Bytes

Rules.md

File metadata and controls

20 lines (14 loc) · 382 Bytes

Akeyless::Rules

Properties

Name Type Description Notes
admin Boolean Is admin [optional]
path_rules Array<PathRule> The path the rules refers to [optional]

Example

require 'akeyless'

instance = Akeyless::Rules.new(
  admin: null,
  path_rules: null
)