프로필 단건 조회
- 인쇄
- PDF
프로필 단건 조회
- 인쇄
- PDF
기사 요약
이 요약이 도움이 되었나요?
의견을 보내 주셔서 감사합니다.
프로필 단건을 조회합니다.
API
- GET /profiles/{profileId}
요청
Path Variables
파라미터 | 필수여부 | 타입 | 제약사항 | 설명 |
---|---|---|---|---|
profileId | Y | string | 프로필 ID |
응답
Body
{
"profileId": "string",
"profileNrn": "string",
"name": "string",
"description": "string",
"enabled": boolean,
"durationSeconds": integer,
"roleNrnList": [
"string"
],
"createTime": "string",
"updateTime": "string"
}
응답 필드
항목 | 타입 | 설명 |
---|---|---|
profileId | string | 프로필의 ID |
profileNrn | string | 프로필의 NRN |
name | string | 프로필 이름 |
description | string | 프로필 설명 |
enabled | boolean | 프로필 활성화 여부 |
durationSeconds | integer | 임시 자격 증명 지속 시간(초) |
roleNrnList | list | 이 프로필이 임시 자격 증명에 사용할 수 있는 역할의 roleNrn 목록 |
createTime | string | 생성 시각 |
updateTime | string | 수정 시각 |
이 문서가 도움이 되었습니까?