プロファイルリストの照会
    • 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.