PolicyValue
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ค่าเฉพาะสำหรับนโยบายที่จัดการโดยบริการ
การแสดง JSON |
{
"policySchema": string,
"value": {
object
}
} |
ช่อง |
policySchema |
string
ชื่อที่สมบูรณ์ในตัวเองของสคีมานโยบายที่เชื่อมโยงกับนโยบายนี้
|
value |
object (Struct format)
ค่าของนโยบายที่เข้ากันได้กับสคีมาที่เชื่อมโยงกับนโยบายดังกล่าว
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-25 UTC
[null,null,["อัปเดตล่าสุด 2025-07-25 UTC"],[[["\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. |"]]