メインコンテンツへスキップ
GET
https://{tenantDomain}/api/v2
/
self-service-profiles
/
{id}
Go
package example

import (
    context "context"

    client "github.com/auth0/go-auth0/management/management/client"
    option "github.com/auth0/go-auth0/management/management/option"
)

func do() {
    client := client.NewClient(
        option.WithToken(
            "<token>",
        ),
    )
    client.SelfServiceProfiles.Get(
        context.TODO(),
        "id",
    )
}
{
  "allowed_strategies": [],
  "branding": {
    "colors": {
      "primary": "<string>"
    },
    "logo_url": "<string>"
  },
  "created_at": "2021-01-01T00:00:00.000Z",
  "description": "<string>",
  "id": "ssp_n7SNCL8seoyV1TuSTCnAeo",
  "name": "<string>",
  "updated_at": "2021-01-01T00:00:00.000Z",
  "user_attribute_profile_id": "<string>",
  "user_attributes": [
    {
      "description": "<string>",
      "is_optional": true,
      "name": "<string>"
    }
  ]
}

承認

Authorization
string
header
必須

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

パスパラメータ

id
string
必須

取得するセルフサービスプロファイルの id

レスポンス

既存のセルフサービスプロファイルの Record。

allowed_strategies
enum<string>[]

Self-Service Enterprise Configuration フロー中にユーザーに表示される IdP 戦略の一覧。指定可能な値: [oidc, samlp, waad, google-apps, adfs, okta, auth0-samlp, okta-samlp, keycloak-samlp, pingfederate]

Minimum array length: 1
利用可能なオプション:
oidc,
samlp,
waad,
google-apps,
adfs,
okta,
auth0-samlp,
okta-samlp,
keycloak-samlp,
pingfederate
branding
object
created_at
string<date-time>
デフォルト:2021-01-01T00:00:00.000Z

このセルフサービスプロファイルが作成された時刻。

description
string

このセルフサービスプロファイルの説明。

id
string
デフォルト:ssp_n7SNCL8seoyV1TuSTCnAeo

このセルフサービスプロファイルの一意の ID。

name
string

このセルフサービスプロファイルの名前。

updated_at
string<date-time>
デフォルト:2021-01-01T00:00:00.000Z

このセルフサービスプロファイルが更新された時刻。

user_attribute_profile_id
string<user-attribute-profile-id>
EA

このセルフサービスプロファイルに関連付ける user-attribute-profile の ID。

user_attributes
object[]

Self-Service Enterprise Configuration フロー中にユーザーに表示される、マッピングする属性の一覧。