PolicyValue
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
قيمة معينة لسياسة تديرها الخدمة.
تمثيل JSON |
{
"policySchema": string,
"value": {
object
}
} |
الحقول |
policySchema |
string
الاسم المؤهّل بالكامل لمخطط السياسة المرتبط بهذه السياسة.
|
value |
object (Struct format)
تشير هذه السمة إلى قيمة السياسة المتوافقة مع المخطّط المرتبط بها.
|
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 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. |"]]