Tenant の作成
- 印刷する
- PDF
Tenant の作成
- 印刷する
- PDF
記事の要約
この要約は役に立ちましたか?
ご意見ありがとうございます
Tenantを作成します。
リクエスト
- POST /tenant
レスポンス
レスポンスボディ
{
"tenantId" : "string",
"tenantAlias" : "string",
"mbrLoginAllow" : "string",
"protocols" : [ "string" ],
"applicationTypeSupported" : [ "string" ],
"oauth2" : {
"grantTypeSupported" : [ "string" ],
"responseTypeSupported" : [ "string" ],
"scopeSupported" : [ "string" ],
"clientAuthMethodSupported" : [ "string" ],
"accessTypeSupported" : [ "string" ]
},
"createdAt" : "string"
}
パラメータ | タイプ | 説明 | 制限事項 |
---|---|---|---|
tenantId | String | Tenant id | |
tenantAlias | String | Tenant Alias | |
mbrLoginAllow | String | メインアカウントでログイン | |
protocols | Array | protocol list | |
applicationTypeSupported | Array | サポート可能な Application Type | |
createdAt | String | Tenantの作成日時(UTC、例: 2023-04-25T13:11:50Z) | |
oauth2.grantTypeSupported | Array | [Oauth2] サポートする Grant Type | |
oauth2.responseTypeSupported | Array | [Oauth2] サポートする Response Type | |
oauth2.scopeSupported | Array | [Oauth2] サポートする Scope | |
oauth2.clientAuthMethodSupported | Array | [Oauth2] サポートする ClientAuthMethod | |
oauth2.accessTypeSupported | Array | [Oauth2] サポートする Access Type |
エラー
以下のエラーコードは、このアクション(Action)で発生する特徴的なエラーです。エラーレスポンス形式は ErrorResponseをご参照ください。
共通して発生するエラーについての詳細は、NAVER Cloud Platform APIをご参照ください。
HTTP status code | エラーコード | エラーメッセージ |
---|---|---|
400 | 400 | 不正なリクエストです。 |
この記事は役に立ちましたか?