감사 로그 작업
감사 로그 작업 (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"
}
더 알아보기
- 감사 로그 작업 목록 (AuditLogActions): 작업들을 그룹화한 목록 구조를 확인해요.
- 감사 로그 (AuditLog): 감사 로그 이벤트 객체를 살펴봐요.