| 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] |
require 'akeyless'
instance = Akeyless::PoliciesList.new(
aggregate: null,
json: null,
object_type: null,
paths: null,
token: null,
types: null,
uid_token: null
)