doppler-rs 0.0.1

Unofficial client library for the Doppler API - secure secrets management platform
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# PolicyRule

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**r#type** | **String** |  | 
**count** | Option<**i32**> | The number of required reviewers. Only applies to \"RequiredReviewer\" rules. | [optional][default to 1]
**subjects** | Option<[**Vec<models::PolicySubject>**]PolicySubject.md> | A list of required reviewers. If specified, only reviews from reviewers in this list will satisfy the policy. Only applies to \"RequiredReviewer\" rules. | [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)