PolicyValue
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
JSON 표현 |
{
"policySchema": string,
"value": {
object
}
} |
필드 |
policySchema |
string
이 정책과 연결된 정책 스키마의 정규화된 이름입니다.
|
value |
object (Struct format)
연결된 스키마와 호환되는 정책의 값입니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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. |"]]