| Name | Type | Description | Notes |
|---|---|---|---|
| admin | Boolean | Is admin | [optional] |
| path_rules | Array<PathRule> | The path the rules refers to | [optional] |
require 'akeyless'
instance = Akeyless::Rules.new(
admin: null,
path_rules: null
)| Name | Type | Description | Notes |
|---|---|---|---|
| admin | Boolean | Is admin | [optional] |
| path_rules | Array<PathRule> | The path the rules refers to | [optional] |
require 'akeyless'
instance = Akeyless::Rules.new(
admin: null,
path_rules: null
)