POST/audits/policy-groups
보안 정책 그룹을 추가한다.
대상 도메인에 대한 최고관리자, 부관리자 권한이 있는 사용자이거나 서비스 계정일 경우에만 이용 가능하다.
OAuth 2.0 인증.
자세한 인증 방식은 인가·인증를 참고한다.
audit
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
| Property | Type | Description |
|---|---|---|
| policyGroupName | string | 보안 정책 그룹 이름 required minLength : 1 maxLength : 30 pattern : [^₩`~$%^*'"|\\=<>] |
Created
| Property | Type | Description |
|---|---|---|
| policyGroupId | integer | 보안 정책 그룹 ID format : int64 readOnly : true |
| policyGroupName | string | 보안 정책 그룹 이름 maxLength : 30 pattern : [^₩`~$%^*'"|\\=<>] |
example
1{2 "policyGroupId": 1234,3 "policyGroupName": "string"4}