Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.02 KB

File metadata and controls

30 lines (24 loc) · 1.02 KB

Akeyless::PoliciesList

Properties

Name Type Description Notes
aggregate Boolean Aggregate missing configurations from parent policies (requires --paths) [optional]
json Boolean Set output format to JSON [optional][default to false]
object_type Array<String> Optional object types filter (items or targets) [optional]
paths Array<String> Filter by exact policy paths [optional]
token String Authentication token (see `/auth` and `/configure`) [optional]
types Array<String> Filter by policy types [optional]
uid_token String The universal identity token, Required only for universal_identity authentication [optional]

Example

require 'akeyless'

instance = Akeyless::PoliciesList.new(
  aggregate: null,
  json: null,
  object_type: null,
  paths: null,
  token: null,
  types: null,
  uid_token: null
)