GroupCreateRequest
GroupCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| description required | 그룹 설명 Example : Descriptions for group | any of [string, null] | |
| name required | 그룹명 Example : TestGroupPattern : ^[a-zA-Z0-9\-.,_+=@ㄱ-ㅎㅏ-ㅣ가-힣]*$Minimum length : 3Maximum length : 24 | string | |
| policy_ids optional | 그룹 정책 ID 목록 Example : ['37f2e31ff86b415698d7e8eeafab445d'] | any of [array[string], null] | |
| tags optional | 그룹 태그 Example : [{'key': 'company', 'value': 'SDS'}] | any of [array[object[string]], null] | |
| user_ids optional | 그룹 멤버 사용자 ID 목록 Example : ['f39c460fade34fecb05ede8f904b24b7'] | any of [array[string], null] |