# PromotionRuleResponse
## Properties
**allowed_licenses** | Option<**Vec<String>**> | | [optional]
**auto_promote** | **bool** | |
**created_at** | **String** | |
**id** | [**uuid::Uuid**](uuid::Uuid.md) | |
**is_enabled** | **bool** | |
**max_artifact_age_days** | Option<**i32**> | | [optional]
**max_cve_severity** | Option<**String**> | | [optional]
**min_health_score** | Option<**i32**> | | [optional]
**min_staging_hours** | Option<**i32**> | | [optional]
**name** | **String** | |
**require_signature** | **bool** | |
**source_repo_id** | [**uuid::Uuid**](uuid::Uuid.md) | |
**target_repo_id** | [**uuid::Uuid**](uuid::Uuid.md) | |
**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)