jfrog_list_permission_targets
Retrieve a list of all permission targets in the JFrog platform, enabling pagination and result limits for efficient access management.
Instructions
Get a list of all permission targets in the JFrog platform
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cursor | No | Cursor for pagination | |
limit | No | Limit the number of results |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"cursor": {
"description": "Cursor for pagination",
"type": "string"
},
"limit": {
"description": "Limit the number of results",
"type": "number"
}
},
"type": "object"
}