Skip to content

Commit

Permalink
Edit security_roles.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
wenjun666 committed Sep 12, 2024
1 parent 0f1d478 commit f37dca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/security_roles.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Optional:

- `access` (String) Access level for the REST endpoint or command/command directory path. If it denotes the access level for a command/command directory path, the only supported enum values are 'none','readonly' and 'all'.
- `path` (String) Either of REST URI/endpoint OR command/command directory path.
- `query` (String) Optional attribute that can be specified only if the 'path' attribute refers to a command/command directory path. The privilege tuple implicitly defines a set of objects the role can or cannot access at the specified access level. The query further reduces this set of objects to a subset of objects that the role is allowed to access. The query attribute must be applicable to the command/command directory specified by the 'path' attribute. It is defined using one or more parameters of the command/command directory path specified by the 'path' attribute.
- `query` (String) Requires 9.11 system or above. Optional attribute that can be specified only if the 'path' attribute refers to a command/command directory path. The privilege tuple implicitly defines a set of objects the role can or cannot access at the specified access level. The query further reduces this set of objects to a subset of objects that the role is allowed to access. The query attribute must be applicable to the command/command directory specified by the 'path' attribute. It is defined using one or more parameters of the command/command directory path specified by the 'path' attribute.

## Import
This Resource supports import, which allows you to import existing security role into the state of this resoruce.
Expand Down

0 comments on commit f37dca9

Please sign in to comment.