PolicyValue
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
JSON 表示法 |
{
"policySchema": string,
"value": {
object
}
} |
字段 |
policySchema |
string
与此政策关联的政策架构的完全限定名称。
|
value |
object (Struct format)
与其关联的架构兼容的政策的值。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[[["\u003cp\u003ePolicy values are stored alongside their schema for clear association.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003epolicySchema\u003c/code\u003e field identifies the specific policy governing the value.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003evalue\u003c/code\u003e holds the actual policy data, structured according to its schema, and represented in \u003ccode\u003eStruct\u003c/code\u003e format.\u003c/p\u003e\n"]]],[],null,["# PolicyValue\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nA particular value for a policy managed by the service.\n\n| JSON representation |\n|---------------------------------------------------------|\n| ``` { \"policySchema\": string, \"value\": { object } } ``` |\n\n| Fields ||\n|----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `policySchema` | `string` The fully qualified name of the policy schema associated with this policy. |\n| `value` | `object (`[Struct](https://protobuf.dev/reference/protobuf/google.protobuf/#struct)` format)` The value of the policy that is compatible with the schema that it is associated with. |"]]