프로필 생성
    • PDF

    프로필 생성

    • PDF

    기사 요약

    프로필을 생성합니다.

    API

    • POST /profiles

    요청

    Body

    {
      "name": "string",
      "description": "string",
      "durationSeconds": integer,
      "enabled": boolean,
      "roleIdList": [
        "string"
      ]
    }
    

    요청 필드

    파라미터필수여부타입제약사항설명
    nameYstring프로필 이름
    descriptionNstring프로필 설명
    durationSecondsNinteger미입력 시 3600임시 자격 증명 지속 시간(초)
    enabledNboolean미입력 시 false프로필 활성화 여부
    roleIdListNlistnull, []는 연결된 role 없이 프로필 생성이 프로필이 임시 자격 증명에 사용할 수 있는 역할의 roleId 목록

    응답

    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.