プロファイルの更新
    • PDF

    プロファイルの更新

    • PDF

    記事の要約

    プロファイルを更新します。

    API

    • PATCH /profiles/{profileId}

    リクエスト

    Path Variables

    パラメータ必須の有無タイプ制限事項説明
    profileIdYstringプロファイル ID

    Body

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

    リクエストフィールド

    パラメータ必須の有無タイプ制限事項説明
    nameNstring変更後のプロファイル名
    descriptionNstring変更後のプロファイルの説明
    durationSecondsNinteger変更後の仮認証情報の持続時間(秒)
    roleIdListNlistnullの場合、関連付けられている roleは変更しない、[]は既存の 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.