artifact-keeper-client 1.2.1

Rust client for the Artifact Keeper REST API
Documentation
# PermissionResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**actions** | **Vec<String>** |  | 
**created_at** | **String** |  | 
**id** | [**uuid::Uuid**]uuid::Uuid.md |  | 
**principal_id** | [**uuid::Uuid**]uuid::Uuid.md |  | 
**principal_name** | Option<**String**> |  | [optional]
**principal_type** | **String** |  | 
**target_id** | [**uuid::Uuid**]uuid::Uuid.md |  | 
**target_name** | Option<**String**> |  | [optional]
**target_type** | **String** |  | 
**updated_at** | **String** |  | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)