プロファイルの個別照会
    • PDF

    プロファイルの個別照会

    • PDF

    記事の要約

    プロファイルを個別照会します。

    API

    • GET /profiles/{profileId}

    リクエスト

    Path Variables

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

    レスポンス

    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.