get_permission_metadata
Retrieve permission type mappings for RBP security analysis in SuccessFactors, translating technical IDs to human-readable labels to clarify access control categories.
Instructions
Get the mapping of permission type labels for RBP security analysis.
This metadata helps understand what permission categories exist in the system, mapping technical IDs to human-readable labels.
Args: instance: The SuccessFactors instance/company ID data_center: SAP data center code (e.g., 'DC55', 'DC10', 'DC4') environment: Environment type ('preview', 'production', 'sales_demo') auth_user_id: SuccessFactors user ID for authentication (required) auth_password: SuccessFactors password for authentication (required) locale: Locale for labels (default: en-US)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance | Yes | ||
| data_center | Yes | ||
| environment | Yes | ||
| auth_user_id | Yes | ||
| auth_password | Yes | ||
| locale | No | en-US |