artifact-keeper-client 1.1.2

Rust client for the Artifact Keeper REST API
Documentation
# PolicyResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**block_on_fail** | **bool** |  | 
**block_unscanned** | **bool** |  | 
**created_at** | **String** |  | 
**id** | [**uuid::Uuid**]uuid::Uuid.md |  | 
**is_enabled** | **bool** |  | 
**max_artifact_age_days** | Option<**i32**> |  | [optional]
**max_severity** | **String** |  | 
**min_staging_hours** | Option<**i32**> |  | [optional]
**name** | **String** |  | 
**repository_id** | Option<[**uuid::Uuid**]uuid::Uuid.md> |  | [optional]
**require_signature** | **bool** |  | 
**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)