프로필 목록 조회
    • PDF

    프로필 목록 조회

    • PDF

    기사 요약

    프로필 목록을 조회합니다.

    API

    • GET /profiles

    요청

    Parameters

    파라미터필수여부타입제약사항설명
    searchColumnNStringname, profileNrn검색 컬럼 (name, profileNrn)
    searchWordNString검색어
    pageNint기본값: 0페이지 번호
    sizeNint기본값: 20결과 목록 크기

    응답

    Body

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

    응답 필드

    항목타입설명
    pageNointeger페이지 번호
    totalElementsinteger전체 item 건수
    pageSizeinteger페이지 크기
    content.profileIdstring프로필의 ID
    content.profileNrnstring프로필의 NRN
    content.namestring프로필 이름
    content.descriptionstring프로필 설명
    content.enabledboolean프로필 활성화 여부
    content.durationSecondsinteger임시 자격 증명 지속 시간 (초)
    content.roleNrnListlist이 프로필이 임시 자격 증명에 사용할 수 있는 역할의 roleNrn 목록
    content.createTimestring생성 시각
    content.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.