WebResource
WebResource 代表经过验证的网站或网域。
它包含网站或网域的规范 ID、网址或域名,以及所有者列表。请注意,所有者列表始终包含经过身份验证的用户,因为只有可以访问 WebResource 的用户是经过身份验证的用户(即该网站或网域的所有者)。
有关此类资源的方法列表,请参阅本页面的结尾部分。
资源表示法
{
"id": string,
"site": {
"type": string,
"identifier": string
},
"owners": [
string
]
}
属性名称 |
值 |
说明 |
备注 |
id |
string |
用于标识此网站的字符串。此值应该用于 get、update 和 delete 操作的 REST 网址的 id 部分。 |
|
owners[] |
list |
此确切资源所有经过验证的直接所有者的电子邮件地址。此列表中不包含间接所有者,例如所属网域的经过验证的所有者。 |
|
site |
object |
已验证或即将验证的网站的地址和类型的容器。 |
|
site.identifier |
string |
网站标识符,它采用不同的形式,具体取决于 type 属性的值。 |
|
site.type |
string |
网站类型。
可接受的值包括:
- “
ANDROID_APP ”:将 identifier 设为 Android 应用网址。Example: "android-app://com.google.android.youtube/"
- “
INET_DOMAIN ”:将 identifier 设置为域名。示例:“www.example.com”、“example.com”或“subdomain.example.com”
- “
SITE ”:将 identifier 设置为网站根目录的完全限定网址(以标记 / 结尾)。Examples: "https://www.example.com/"或“https://www.example.com/subsite/”
|
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-23。
[null,null,["最后更新时间 (UTC):2024-08-23。"],[[["A WebResource represents a verified website or domain and includes its ID, URL/domain, and a list of owners, which always includes the authenticated user."],["You can verify ownership, retrieve, update, and delete WebResources using the provided methods."],["WebResource data includes an ID, owner list, and site information containing the identifier and type (e.g., website, Android app, domain)."],["`site.identifier` can be a domain name, a URL, or an Android app URL depending on the `site.type`."],["Several methods are available to manage WebResources, including inserting (verifying ownership), retrieving data, updating owner lists, deleting, listing all verified resources, and getting a verification token."]]],[]]