GroupCreateRequest
GroupCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| description required | Group 설명 Example : Descriptions for group | any of [string, null] | |
| name required | Group 이름 Example : TestGroupPattern : ^[a-zA-Z0-9\-.,_+=@ㄱ-ㅎㅏ-ㅣ가-힣]*$Minimum length : 3Maximum length : 24 | string | |
| policy_ids optional | Group Policy ID List Example : ['37f2e31ff86b415698d7e8eeafab445d'] | any of [array[string], null] | |
| tags optional | Group Tag Example : [{'key': 'company', 'value': 'SDS'}] | any of [array[object[string]], null] | |
| user_ids optional | Group Member User ID List Example : ['f39c460fade34fecb05ede8f904b24b7'] | any of [array[string], null] |