조직 그룹

조직 그룹 (org_group)

Docker Hub 조직 그룹(team) 객체를 나타내는 스키마예요. 그룹의 id·이름·설명·멤버 수·역할·uuid를 담아요.

출처: 문서

본문

조직 그룹 객체의 주요 필드는 다음과 같아요.

  • id: 그룹 숫자 식별자
  • name: 그룹 이름
  • description: 그룹 설명
  • member_count: 멤버 수
  • role: 그룹에 할당된 역할 (예: member, owner, editor)
  • uuid: 그룹 UUID
{
  "description": "Development team",
  "id": 10,
  "member_count": 1,
  "name": "developers",
  "role": "member",
  "uuid": "e36eca69-4cc8-4f17-9845-ae8c2b832691"
}

더 알아보기