list_roles
Retrieve a detailed list of roles from Panther instances, including metadata like permissions and settings. Filter by role name, IDs, or sort results to streamline role management and access control.
Instructions
List all roles from your Panther instance.
Returns list of roles with metadata including permissions and settings.
Permissions:{'all_of': ['Read User Info']}
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | No | Exact match for a role's name. If provided, other parameters are ignored | |
name_contains | No | Case-insensitive substring to search for within the role name | |
role_ids | No | List of specific role IDs to return | |
sort_dir | No | Sort direction for the results | asc |