# SinglePermissionSetResponse200
## Properties
**id** | Option<**String**> | The ID of user permission set | [optional]
**name** | Option<**String**> | The name of the permission set | [optional]
**description** | Option<**String**> | The description of the permission set | [optional]
**app** | Option<**String**> | The app that permission set belongs to | [optional]
**r#type** | Option<**String**> | The type of permission set | [optional]
**assignment_count** | Option<**i32**> | The number of users assigned to this permission set | [optional]
**contents** | Option<**Vec<String>**> | A permission assigned to this permission set | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)