Sha256: d6caf05c2cc47f71b949f16c9e208c9ce365616f6ec5dcf87f247dee3255448c
Contents?: true
Size: 1.77 KB
Versions: 2
Compression:
Stored size: 1.77 KB
Contents
# SwaggerClient::PolicyOverride ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **expires** | **String** | The date the policy override is set to expire. Date is represented in ISO 8601 format. | [optional] **id** | **Integer** | The identifier of the policy override. | [optional] **links** | [**Array<Link>**](Link.md) | | [optional] **review** | [**PolicyOverrideReviewer**](PolicyOverrideReviewer.md) | | [optional] **scope** | [**PolicyOverrideScope**](PolicyOverrideScope.md) | | **state** | **String** | The state of the policy override. Can be one of the following values: | Value | Description | Affects Compliance Results | | ---------------- | ----------------------------------------------------------------------------------- |:--------------------------:| | `\"deleted\"` | The policy override has been deleted. | | | `\"expired\"` | The policy override had an expiration date and it has expired. | | | `\"approved\"` | The policy override was submitted and approved. | &check; | | `\"rejected\"` | The policy override was rejected by the reviewer. | | | `\"under-review\"` | The policy override was submitted but not yet approved or rejected by the reviewer. | | | **submit** | [**PolicyOverrideSubmitter**](PolicyOverrideSubmitter.md) | |
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
avs-0.1.0 | lib/service/api/rapid7_insightvm_client/docs/PolicyOverride.md |
avs-0.0.9 | lib/service/api/rapid7_insightvm_client/docs/PolicyOverride.md |