重要提示:我们不再接受 Play EMM API 的新注册。
了解详情。
Serviceaccountkeys
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
资源表示形式
可用于以服务账号的身份进行身份验证的凭据。
{
"kind": "androidenterprise#serviceAccountKey",
"id": string,
"type": string,
"data": string,
"publicData": string
}
属性名称 |
值 |
说明 |
备注 |
data |
string |
私钥凭据文件的正文,采用字符串格式。仅在创建 ServiceAccountKey 时填充此字段,Google 不会存储它。 |
|
id |
string |
此 ServiceAccountKey 的不透明唯一标识符。由服务器分配。 |
|
kind |
string |
|
|
publicData |
string |
凭据文件的公钥数据。这是 X.509 证书。如果您使用的是 googleCredentials 密钥类型,则此证书与可通过使用凭据文件中的 X.509 证书网址检索到的证书完全相同。 |
|
type |
string |
生成的密钥数据的文件格式。
可接受的值包括:
- “
googleCredentials ”
- “
pkcs12 ”
|
|
方法
- delete
-
移除服务账号的指定凭据并使其失效
与此企业相关联。调用服务账号必须是
通过调用 Enterprises.GetServiceAccount 检索的 ID,
将其指定为企业服务账号。
- insert
-
为与此关联的服务账号生成新凭据
企业。调用方服务账号必须通过调用
Enterprises.GetServiceAccount,并且必须设置为“enterprises”
(通过调用 Enterprises.SetAccount 来创建服务账号)。
资源中只应填充键的类型
已插入。
- list
-
列出与此账号关联的服务账号的所有有效凭据
企业。仅返回 ID 和密钥类型。调用服务
必须先通过调用 Enterprises.GetServiceAccount 检索到 Google 账号
并且必须通过调用
Enterprises.SetAccount.
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-08。
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"没有我需要的信息"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"太复杂/步骤太多"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"内容需要更新"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻译问题"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"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":"其他"
}]
{"lastModified": "\u6700\u540e\u66f4\u65b0\u65f6\u95f4 (UTC)\uff1a2024-09-08\u3002"}