The details of a policy, including the constraints that it includes.
| JSON representation | 
|---|
| { "policyId": string, "complianceStandards": [ { object ( | 
| Fields | |
|---|---|
| policyId | 
 Required. A user-specified identifier for the policy. In a  | 
| complianceStandards[] | 
 Optional. The compliance standards that the policy helps enforce. | 
| constraint | 
 Required. The constraints that the policy includes. | 
| description | 
 Optional. A description of the policy. | 
ComplianceStandard
Information about a compliance standard that the policy helps enforce.
| JSON representation | 
|---|
| { "standard": string, "control": string } | 
| Fields | |
|---|---|
| standard | 
 Optional. The compliance standard that the policy helps enforce. For example,  | 
| control | 
 Optional. The control in the compliance standard that the policy helps enforce. For example,  |