Group
Group
| Name | Description | Schema | Default |
|---|---|---|---|
| created_at required | 생성 일시 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | 생성자 Example : ef50cdc207f05f6fb8f20219f229ed1f | string | |
| creator_email optional | 생성자 Email Example : samsung.kim@samsung.com | string | - |
| creator_name optional | 생성자 성, 이름 Example : Kim Samsung | string | - |
| description required | Group 설명 Example : Descriptions for group | any of [string, null] | |
| domain_name required | 도메인 이름 Example : scp | string | |
| id required | ID Example : f39c460fade34fecb05ede8f904b24b7 | string | |
| members optional | Project Group Member List | any of [array[GroupMember], null] | |
| modified_at required | 수정 일시 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | 수정자 Example : ef50cdc207f05f6fb8f20219f229ed1f | string | |
| modifier_email optional | 수정자 Email Example : samsung.kim@samsung.com | string | - |
| modifier_name optional | 수정자 성, 이름 Example : Kim Samsung | string | - |
| name required | Group 이름 Example : TestGroupPattern : ^[a-zA-Z0-9\-.,_+=@ㄱ-ㅎㅏ-ㅣ가-힣]*$Minimum length : 3Maximum length : 24 | string | |
| policies required | Policy | any of [array[Policy], null] | |
| resource_type optional | 리소스 명 Example : group | any of [string, null] | group |
| roles required | Role 정보 | any of [array[Role], null] | |
| service_name optional | 서비스 Display 명 Example : Identity Access Management | any of [string, null] | Identity Access Management |
| service_type optional | 서비스 명 Example : iam | any of [string, null] | iam |
| srn optional | Group SRN Example : srn:dev1:::::iam:group/0e0688b33641451a83d2ab8878666fda | any of [string, null] | |
| type required | Group Type Example : USER_DEFINED | string |