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 | 생성자 이메일 Example : samsung.kim@samsung.com | string | - |
| creator_name optional | 생성자 성, 이름 Example : Kim Samsung | string | - |
| description required | 그룹 설명 Example : Descriptions for group | any of [string, null] | |
| domain_name required | 도메인명 Example : scp | string | |
| id required | ID Example : f39c460fade34fecb05ede8f904b24b7 | string | |
| members optional | 그룹 멤버 목록 | 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 | 수정자 이메일 Example : samsung.kim@samsung.com | string | - |
| modifier_name optional | 수정자 성, 이름 Example : Kim Samsung | string | - |
| name required | 그룹명 Example : TestGroupPattern : ^[a-zA-Z0-9\-.,_+=@ㄱ-ㅎㅏ-ㅣ가-힣]*$Minimum length : 3Maximum length : 24 | string | |
| policies required | 정책 | any of [array[Policy], null] | |
| resource_type optional | 자원명 Example : group | any of [string, null] | group |
| roles required | 역할 정보 | any of [array[Role], null] | |
| service_name optional | 서비스명 Example : Identity Access Management | any of [string, null] | Identity Access Management |
| service_type optional | 서비스 유형 Example : iam | any of [string, null] | iam |
| srn optional | 삼성 자원명 Example : srn:dev1:::::iam:group/0e0688b33641451a83d2ab8878666fda | any of [string, null] | |
| type required | 그룹 유형 Example : USER_DEFINED | string |