그룹 단건 조회
    • PDF

    그룹 단건 조회

    • PDF

    Article Summary

    • 그룹 단건을 조회합니다.

    API

    • GET /groups/{groupId}

    요청

    Path Variables

    파라미터필수여부타입제약사항설명
    groupIdYStringGroup Id

    응답

    {
    	"nrn": "string",
    	"groupId": "string",
    	"groupName": "string",
    	"policies": [
    		{
    			"policyId": "string",
    			"policyName": "string",
    			"policyType": "string"
    			"nrn": "string"
    		}
    	],
    	"subAccounts": [
    		{
    			"active": "boolean",
    			"canAPIGatewayAccess": "boolean",
    			"canConsoleAccess": "boolean",
    			"consolePermitIps": [
    				"string"
    			],
    			"createTime": "string",
    			"email": "string",
    			"groups": [
    				{}
    			],
    			"lastLoginTime": "string",
    			"loginId": "string",
    			"memo": "string",
    			"modifiedTime": "string",
    			"name": "string",
    			"needPasswordReset": "boolean",
    			"password": "string",
    			"policies": [
    				{}
    			],
    			"subAccountId": "string",
    			"useConsolePermitIp": "boolean"
    			"nrn": "string",
    		}
    	]
    }
    
    항목타입설명비고
    nrnstringgroup nrn
    groupIdstring그룹 아이디
    groupNamestring그룹 이름
    policiesarray그룹에 할당된 정책 리스트
    policies.policyIdstring정책 아이디
    policies.policyNamestring정책 이름
    policies.policyTypestring정책 유형 (SYSTEM_MANAGED, USER_CREATED)
    policies.nrnstringpolicy nrn
    subAccountsarray그룹에 속한 서브계정 리스트
    subAccounts.activebooleanSub Account 상태 (true: 활성, false: 비활성)
    subAccounts.canAPIGatewayAccessbooleanAPI Gateway Access
    Access Key를 생성하여 해당 키로 API Gateway에 등록된 API 사용 가능
    subAccounts.canConsoleAccessbooleanConsole Access
    서브 계정이 관리 콘솔에 접근할 수 있도록 설정
    subAccounts.consolePermitIpsarray콘솔 접근 가능한 IP 대역 목록
    subAccounts.createTimestring생성일시 2019-08-10T13:21:00Z
    subAccounts.emailstring이메일
    subAccounts.groupsarray서브계정이 속한 그룹 목록
    subAccounts.lastLoginTimestring최종 접속일시 2019-08-10T13:21:00Z
    subAccounts.loginIdstring로그인 아이디
    subAccounts.memostring메모 (max: 100 bytes)
    subAccounts.modifiedTimestring최종 수정일시 2019-08-10T13:21:00Z
    subAccounts.namestring이름
    subAccounts.needPasswordResetboolean비밀번호 재설정 필요여부.
    생성된 생성된 서브계정으로 로그인 시, 새로운 비밀번호로 변경하도록 안내
    subAccounts.passwordstring비밀번호
    subAccounts.policiesarray서브계정이 부여받은 정책 목록
    subAccounts.subAccountIdstring서브계정 아이디
    subAccounts.useConsolePermitIpboolean콘솔 접근 시 IP 대역 제한을 사용하는지 여부
    subAccounts.nrnstringsubAccount nrn

    이 문서가 도움이 되었습니까?

    What's Next
    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.