Method: customers.policies.orgunits.batchModify
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
특정 조직 단위에 적용되는 여러 정책 값을 수정합니다. 모든 타겟은 타겟 형식이 동일해야 합니다. 즉, 동일한 타겟 리소스를 가리켜야 하고 additionalTargetKeyNames
에 지정된 동일한 키를 보유해야 하지만 키의 값은 다를 수 있습니다. 실패 시 요청은 google.rpc.Status의 일부로 오류 세부정보를 반환합니다.
HTTP 요청
POST https://chromepolicy.googleapis.com/v1/{customer=customers/*}/policies/orgunits:batchModify
URL은 gRPC 트랜스코딩 문법을 사용합니다.
경로 매개변수
매개변수 |
customer |
string
G Suite 계정의 ID 또는 문자 그대로의 'my_customer'입니다. '요청'과 관련된 고객 ID입니다.
|
요청 본문
요청 본문에는 다음과 같은 구조의 데이터가 포함됩니다.
필드 |
requests[] |
object (ModifyOrgUnitPolicyRequest )
requests 에서 정의한 대로 수정할 정책 목록입니다. 목록의 모든 요청은 다음 제한사항을 따라야 합니다.
- 목록의 모든 스키마는 루트 네임스페이스가 동일해야 합니다.
- 모든 'policyTargetKey.targetResource' 값이 조직 단위를 가리켜야 합니다.
리소스도 제공합니다
- 모든 `policyTargetKey` 값은
` additionalTargetKeys`로 설정합니다. 또한 이는
타겟에 빈 `additionalTargetKeys` 맵이 있고,
대상에는 빈 `additionalTargetKeys` 맵이 있어야 합니다.
- 두 개의 수정 요청은 동일한 `policySchema` +
` policyTargetKey` 쌍입니다.
|
응답 본문
성공한 경우 응답 본문은 비어 있습니다.
승인 범위
다음 OAuth 범위가 필요합니다.
https://www.googleapis.com/auth/chrome.management.policy
ModifyOrgUnitPolicyRequest
특정 조직 단위 대상의 정책 값을 수정하기 위한 요청 매개변수입니다.
필드 |
policyTargetKey |
object (PolicyTargetKey )
필수 항목입니다. 정책을 수정할 대상의 키입니다. 대상 리소스가 조직 단위를 가리켜야 합니다.
|
policyValue |
object (PolicyValue )
정책의 새 값입니다.
|
updateMask |
string (FieldMask format)
필수 항목입니다. 업데이트할 정책 필드입니다. 이 마스크의 필드만 업데이트됩니다. policyValue 의 다른 필드는 값이 있는 경우에도 무시됩니다. 이 목록에 있는 필드는 'policyValue'에 값이 있어야 합니다. 정규화된 필드 이름의 쉼표로 구분된 목록입니다. 예: "user.displayName,photo"
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-08-29(UTC)
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2024-08-29(UTC)"],[[["Modify multiple policies applied to a specific organizational unit using the `batchModify` method."],["All policy modification requests within a single batch operation must adhere to specific schema, target resource, and key restrictions."],["The request body structure includes a list of `ModifyOrgUnitPolicyRequest` objects, each defining the policy target, desired value, and fields to update."],["Successful requests result in an empty response body, while failures return error details in the `google.rpc.Status`."],["Authorization requires the `https://www.googleapis.com/auth/chrome.management.policy` scope."]]],[]]