RemovePrivilegedRole
Revokes a privileged role from a user, removing elevated permissions.
Input
Name | Type | Description |
PrincipalId | String | The unique identifier of the user or entity whose role eligibility is being removed. |
RoleDefinitionId | String | The unique identifier of the role definition (unifiedRoleDefinition object) that is being revoked from the principal. |
Justification | String | Optional message provided by users or administrators explaining the reason for the role removal. |
Result Set Columns
Name | Type | Description |
Success | String | Indicates if the role removal operation was successfully completed. |