프로필 단건 조회
    • PDF

    프로필 단건 조회

    • PDF

    기사 요약

    프로필 단건을 조회합니다.

    API

    • GET /profiles/{profileId}

    요청

    Path Variables

    파라미터필수여부타입제약사항설명
    profileIdYstring프로필 ID

    응답

    Body

    {
      "profileId": "string",
      "profileNrn": "string",
      "name": "string",
      "description": "string",
      "enabled": boolean,
      "durationSeconds": integer,
      "roleNrnList": [
        "string"
      ],
      "createTime": "string",
      "updateTime": "string"
    }
    

    응답 필드

    항목타입설명
    profileIdstring프로필의 ID
    profileNrnstring프로필의 NRN
    namestring프로필 이름
    descriptionstring프로필 설명
    enabledboolean프로필 활성화 여부
    durationSecondsinteger임시 자격 증명 지속 시간(초)
    roleNrnListlist이 프로필이 임시 자격 증명에 사용할 수 있는 역할의 roleNrn 목록
    createTimestring생성 시각
    updateTimestring수정 시각

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

    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.