jfrog_get_permission_target
Retrieve detailed information about a specific permission target in the JFrog Platform to manage access control effectively.
Instructions
Get detailed information about a specific permission target
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes | The name of the permission target to retrieve |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"name": {
"description": "The name of the permission target to retrieve",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}