PolicyTargetKey
정책을 적용할 대상을 식별하는 데 사용되는 키입니다.
JSON 표현 |
{
"targetResource": string,
"additionalTargetKeys": {
string: string,
...
}
} |
필드 |
targetResource |
string
이 정책이 적용되는 대상 리소스입니다. 지원되는 리소스는 다음과 같습니다.
- 조직 단위('orgunits/{orgunit_id}")
- 그룹('groups/{groupId}")
|
additionalTargetKeys |
map (key: string, value: string)
정책의 대상을 추가로 식별하는 데 사용되는 추가 대상 키 이름 및 값 쌍을 포함하는 맵입니다. "key": value 쌍 목록을 포함하는 객체입니다. 예: { "name": "wrench", "mass": "1.3kg", "count": "3" }
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-09-10(UTC)
[null,null,["최종 업데이트: 2024-09-10(UTC)"],[[["The policy target is identified using a key, primarily focusing on a target resource."],["Supported target resources include organizational units and groups, specified with their respective IDs."],["Further target specification can be achieved through additional key-value pairs provided in `additionalTargetKeys`."]]],[]]