| Name | Type | Description | Notes |
|---|---|---|---|
| Identity | string | The user identity being serialized. | [optional] |
| Anonymous | bool? | Whether the current user is anonymous. | [optional] |
| ProvenancePermissions | PermissionsDTO | Permissions for querying provenance. | [optional] |
| CountersPermissions | PermissionsDTO | Permissions for accessing counters. | [optional] |
| TenantsPermissions | PermissionsDTO | Permissions for accessing tenants. | [optional] |
| ControllerPermissions | PermissionsDTO | Permissions for accessing the controller. | [optional] |
| PoliciesPermissions | PermissionsDTO | Permissions for accessing the policies. | [optional] |
| SystemPermissions | PermissionsDTO | Permissions for accessing system. | [optional] |
| RestrictedComponentsPermissions | PermissionsDTO | Permissions for accessing restricted components. Note: the read permission are not used and will always be false. | [optional] |
| ComponentRestrictionPermissions | List<ComponentRestrictionPermissionDTO> | Permissions for specific component restrictions. | [optional] |
| CanVersionFlows | bool? | Whether the current user can version flows. | [optional] |