ScopePatch 스키마

ScopePatch 스키마

정책 스코프의 하위 필드별 패치예요. 생략된 하위 필드는 그대로 남고, 있는 목록은 해당 차원을 대체하며, 빈 목록은 지워요(그 차원에 대해 정책을 조직 전체로 만듭니다).

출처: 문서

본문

스키마 — ScopePatch · 유형: object

정책 스코프의 하위 필드별 패치예요. 생략된 하위 필드는 그대로 남고, 있는 목록은 해당 차원을 대체하며, 빈 목록은 지워요(그 차원에 대해 정책을 조직 전체로 만듭니다).

teams — 유형: array · 배열 항목 유형: string

{
  "type": "string"
}
{
  "examples": [
    [
      "d290f1ee-6c54-4b01-90e6-d701748f0851"
    ]
  ],
  "items": {
    "type": "string"
  },
  "type": "array"
}

전체 스키마:

{
  "description": "Per-sub-field patch of a policy's scope. An omitted sub-field is left unchanged; a present list replaces that dimension, and an empty list clears it (making the policy org-wide for that dimension).\n",
  "properties": {
    "teams": {
      "examples": [
        [
          "d290f1ee-6c54-4b01-90e6-d701748f0851"
        ]
      ],
      "items": {
        "type": "string"
      },
      "type": "array"
    }
  },
  "type": "object"
}

더 알아보기 (Learn more)