Method: enterprises.enrollmentTokens.create
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
为给定企业创建注册令牌。调用方有责任管理新创建的令牌的生命周期,并在不再需要使用这些令牌时将其 deleting
。
HTTP 请求
POST https://androidmanagement.googleapis.com/v1/{parent=enterprises/*}/enrollmentTokens
网址采用 gRPC 转码语法。
路径参数
参数 |
parent |
string
企业名称,格式为 enterprises/{enterpriseId} 。
|
请求正文
请求正文包含一个 EnrollmentToken
实例。
响应正文
如果成功,响应正文将包含一个新创建的 EnrollmentToken
实例。
授权范围
需要以下 OAuth 范围:
https://www.googleapis.com/auth/androidmanagement
如需了解详情,请参阅 OAuth 2.0 Overview。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\u003cp\u003eCreates enrollment tokens for enterprises, allowing the caller to manage their lifecycle, including deletion when no longer needed.\u003c/p\u003e\n"],["\u003cp\u003eUses an HTTP POST request to \u003ccode\u003ehttps://androidmanagement.googleapis.com/v1/{parent=enterprises/*}/enrollmentTokens\u003c/code\u003e with the enterprise name specified in the path parameter.\u003c/p\u003e\n"],["\u003cp\u003eRequires an \u003ccode\u003eEnrollmentToken\u003c/code\u003e object in the request body and returns a newly created \u003ccode\u003eEnrollmentToken\u003c/code\u003e object in the response upon success.\u003c/p\u003e\n"],["\u003cp\u003eNeeds authorization with the \u003ccode\u003ehttps://www.googleapis.com/auth/androidmanagement\u003c/code\u003e scope for access.\u003c/p\u003e\n"]]],["This describes creating an enrollment token for an enterprise. A `POST` request is sent to `https://androidmanagement.googleapis.com/v1/{parent=enterprises/*}/enrollmentTokens`, with the enterprise name (`enterprises/{enterpriseId}`) provided as a path parameter. The request body is an `EnrollmentToken` instance, and a successful response returns a new `EnrollmentToken`. The caller manages the token's lifecycle and requires the `https://www.googleapis.com/auth/androidmanagement` OAuth scope. The caller is also responsible for deleting the token.\n"],null,["# Method: enterprises.enrollmentTokens.create\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nCreates an enrollment token for a given enterprise. It's up to the caller's responsibility to manage the lifecycle of newly created tokens and [deleting](/android/management/reference/rest/v1/enterprises.enrollmentTokens/delete#google.android.devicemanagement.v1.DeviceManagementService.DeleteEnrollmentToken) them when they're not intended to be used anymore.\n\n### HTTP request\n\n`POST https://androidmanagement.googleapis.com/v1/{parent=enterprises/*}/enrollmentTokens`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------|-------------------------------------------------------------------------------|\n| `parent` | `string` The name of the enterprise in the form `enterprises/{enterpriseId}`. |\n\n### Request body\n\nThe request body contains an instance of [EnrollmentToken](/android/management/reference/rest/v1/enterprises.enrollmentTokens#EnrollmentToken).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [EnrollmentToken](/android/management/reference/rest/v1/enterprises.enrollmentTokens#EnrollmentToken).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/androidmanagement`\n\nFor more information, see the [OAuth 2.0 Overview](/identity/protocols/OAuth2)."]]