|
560 | 560 | ]
|
561 | 561 | },
|
562 | 562 | "getServiceAccount": {
|
563 |
| - "description": "Returns a service account and credentials. The service account can be bound to the enterprise by calling setAccount. The service account is unique to this enterprise and EMM, and will be deleted if the enterprise is unbound. The credentials contain private key data and are not stored server-side. This method can only be called after calling Enterprises.Enroll or Enterprises.CompleteSignup, and before Enterprises.SetAccount; at other times it will return an error. Subsequent calls after the first will generate a new, unique set of credentials, and invalidate the previously generated credentials. Once the service account is bound to the enterprise, it can be managed using the serviceAccountKeys resource.", |
| 563 | + "description": "Returns a service account and credentials. The service account can be bound to the enterprise by calling setAccount. The service account is unique to this enterprise and EMM, and will be deleted if the enterprise is unbound. The credentials contain private key data and are not stored server-side. This method can only be called after calling Enterprises.Enroll or Enterprises.CompleteSignup, and before Enterprises.SetAccount; at other times it will return an error. Subsequent calls after the first will generate a new, unique set of credentials, and invalidate the previously generated credentials. Once the service account is bound to the enterprise, it can be managed using the serviceAccountKeys resource. *Note:* After you create a key, you might need to wait for 60 seconds or more before you perform another operation with the key. If you try to perform an operation with the key immediately after you create the key, and you receive an error, you can retry the request with exponential backoff .", |
564 | 564 | "flatPath": "androidenterprise/v1/enterprises/{enterpriseId}/serviceAccount",
|
565 | 565 | "httpMethod": "GET",
|
566 | 566 | "id": "androidenterprise.enterprises.getServiceAccount",
|
|
2691 | 2691 | }
|
2692 | 2692 | }
|
2693 | 2693 | },
|
2694 |
| - "revision": "20250302", |
| 2694 | + "revision": "20250330", |
2695 | 2695 | "rootUrl": "https://androidenterprise.googleapis.com/",
|
2696 | 2696 | "schemas": {
|
2697 | 2697 | "Administrator": {
|
|
3431 | 3431 | "type": "object"
|
3432 | 3432 | },
|
3433 | 3433 | "EnterpriseUpgradeEvent": {
|
3434 |
| - "description": "An event generated when an enterprise is upgraded. **Note:** This feature is not generally available.", |
| 3434 | + "description": "An event generated when an enterprise is upgraded.", |
3435 | 3435 | "id": "EnterpriseUpgradeEvent",
|
3436 | 3436 | "properties": {
|
3437 | 3437 | "upgradeState": {
|
|
4010 | 4010 | },
|
4011 | 4011 | "enterpriseUpgradeEvent": {
|
4012 | 4012 | "$ref": "EnterpriseUpgradeEvent",
|
4013 |
| - "description": "Notifications about enterprise upgrade. **Note:** This feature is not generally available." |
| 4013 | + "description": "Notifications about enterprise upgrade." |
4014 | 4014 | },
|
4015 | 4015 | "installFailureEvent": {
|
4016 | 4016 | "$ref": "InstallFailureEvent",
|
|
4050 | 4050 | "Notification about product availability change.",
|
4051 | 4051 | "Notification about a new device.",
|
4052 | 4052 | "Notification about an updated device report.",
|
4053 |
| - "Notification about an enterprise upgrade. **Note:** This feature is not generally available." |
| 4053 | + "Notification about an enterprise upgrade." |
4054 | 4054 | ],
|
4055 | 4055 | "type": "string"
|
4056 | 4056 | },
|
|
0 commit comments