プロファイルの作成
    • 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.