StoragePoliciesComplianceFilterSpec

The Compliance.FilterSpec structure contains complianceStatus used to filter the results when listing entities (see Compliance.list).


Properties

status Required

This enumeration defines the set of status values for a compliance operation.
COMPLIANT : Entity is in compliance.
NON_COMPLIANT : Entity is out of compliance.
UNKNOWN : Compliance status of the entity is not known.
NOT_APPLICABLE : Compliance computation is not applicable for this entity because it does not have any storage requirement that apply to the object-based datastore on which the entity is placed.
OUT_OF_DATE : Compliance status becomes out of date when the profile associated with the entity is edited and not applied. The compliance status will remain out of date until the latest policy is applied to the entity.

Possible values are: COMPLIANTNON_COMPLIANTUNKNOWNNOT_APPLICABLEOUT_OF_DATE

JSON Example

{
	"status": "COMPLIANT"
}

Feedback

Was this page helpful?