方法:dataSources.checkValidCreds
全名:projects.locations.dataSources.checkValidCreds
如果指定数据源和发出请求的用户拥有有效凭据,则返回 true。某些数据源不支持服务帐号,所以我们需要代表最终用户与其交流。此 API 仅检查我们是否拥有特定用户的 OAuth 令牌,这也是用户创建传输配置的先决条件。
HTTP 请求
POST https://bigquerydatatransfer.googleapis.com/v1/{name=projects/*/locations/*/dataSources/*}:checkValidCreds
网址采用 gRPC 转码语法。
路径参数
参数 |
name |
string
必需。数据源,格式为 projects/{projectId}/dataSources/{dataSourceId} 或 projects/{projectId}/locations/{locationId}/dataSources/{dataSourceId} 。
必须对指定的资源 name 具有以下 IAM 权限才能进行授权:
|
响应正文
如果成功,则响应正文包含一个 CheckValidCredsResponse
实例。
授权范围
需要以下 OAuth 范围:
https://www.googleapis.com/auth/cloud-platform
如需了解详情,请参阅身份验证概览。
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-01-21 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"很难理解"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"信息或示例代码不正确"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"没有我需要的信息/示例"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻译问题"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"其他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"易于理解"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"解决了我的问题"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"其他"
}]