TenantByExactSearch
调用该接口租户认证方式查询。
Request
get \tenants\exact
Request Parameters
| Name | Located in | Type | Description | Required |
|---|---|---|---|---|
| title | query | string | false | |
| tenant_id | query | string | false |
Response
Response 200
| Code2 | Description | Type | Schema |
|---|---|---|---|
| 200 | OK | Object | v1ExactTenantResponse |
v1ExactTenantResponse
| Name | Type | Description |
|---|---|---|
| auth_type | string | |
| tenant_id | string | |
| title | string |
Response default
| Code2 | Description | Type | Schema |
|---|---|---|---|
| default | An unexpected error response. | Object | rpcStatus |
rpcStatus
| Name | Type | Description |
|---|---|---|
| code | integer | |
| details | Array[protobufAny] | [ 具体参数可见下面 protobufAny ] |
| message | string |
protobufAny
| Name | Type | Description |
|---|---|---|
| @type | string |