# SwaggerJsClient.Policy

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**actions** | **[String]** | Actions impacted by the policy. | [optional] 
**conditions** | [**{String: PolicyConditions}**](PolicyConditions.md) | Conditions under which the policy is active. | [optional] 
**description** | **String** | Description of the policy. | [optional] 
**effect** | **String** | Effect of the policy | [optional] 
**id** | **String** | ID of the policy. | [optional] 
**resources** | **[String]** | Resources impacted by the policy. | [optional] 
**subjects** | **[String]** | Subjects impacted by the policy. | [optional] 


