GET Permission Sets ID
                                                        The GET /PermissionSets/{id} method is used to return a permission set by GUID. This method returns HTTP 200 OK on a success with details for the specified permission set.
Table 531: GET Permission Sets{id} Input Parameters
| Name | In | Description | 
|---|---|---|
| id | Path | 
                                                                             Required. A string indicating the Keyfactor Command reference GUID of the permission set to retrieve. Use the GET /PermissionSets method (see GET Permission Sets) to retrieve a list of all the permission sets to determine the permission set's ID.  | 
                                                                    
Table 532: GET Permission Sets {id} Response Data
| Name | Description | 
|---|---|
| Id | A string containing the Keyfactor Command reference GUID for the permission set. | 
| Permissions | 
                                                                             An array of strings containing the permissions assigned to the permission set. See Version Two Permission Model for an overview of the possible permissions.  |