AI-generated Key Takeaways
- 
          A PolicyValuerepresents a specific value for a policy managed by the service.
- 
          The JSON representation includes policySchema(string) andvalue(object).
- 
          policySchemais the fully qualified name of the associated policy schema.
- 
          valueis an object in Struct format representing the policy's value, compatible with its schema.
A particular value for a policy managed by the service.
| JSON representation | 
|---|
| { "policySchema": string, "value": { object } } | 
| Fields | |
|---|---|
| policySchema | 
 The fully qualified name of the policy schema associated with this policy. | 
| value | 
 The value of the policy that is compatible with the schema that it is associated with. | 
