감사 로그 작업

감사 로그 작업 (AuditLogAction)

Docker Hub 감사 로그에서 지원하는 개별 작업(action)의 정의 스키마예요. 각 작업의 이름(name)·라벨(label)·설명(description)을 담아요.

출처: 문서

본문

감사 로그 작업 객체의 필드는 다음과 같아요.

  • name: 작업 이름
  • label: 작업 표시 라벨
  • description: 작업 설명
{
  "description": "Audit Log action",
  "properties": {
    "description": {
      "description": "Description of audit log action.",
      "type": "string"
    },
    "label": {
      "description": "Label for audit log action.",
      "type": "string"
    },
    "name": {
      "description": "Name of audit log action.",
      "type": "string"
    }
  },
  "type": "object"
}

더 알아보기