Skip to content

Commit 54a01c6

Browse files
feat(androidenterprise): update the api
#### androidenterprise:v1 The following keys were added: - resources.serviceaccountkeys (Total Keys: 4) - schemas.ServiceAccountKeysListResponse.deprecated (Total Keys: 1)
1 parent dae91c1 commit 54a01c6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

googleapiclient/discovery_cache/documents/androidenterprise.v1.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1811,8 +1811,10 @@
18111811
}
18121812
},
18131813
"serviceaccountkeys": {
1814+
"deprecated": true,
18141815
"methods": {
18151816
"delete": {
1817+
"deprecated": true,
18161818
"description": "Removes and invalidates the specified credentials for the service account associated with this enterprise. The calling service account must have been retrieved by calling Enterprises.GetServiceAccount and must have been set as the enterprise service account by calling Enterprises.SetAccount.",
18171819
"flatPath": "androidenterprise/v1/enterprises/{enterpriseId}/serviceAccountKeys/{keyId}",
18181820
"httpMethod": "DELETE",
@@ -1841,6 +1843,7 @@
18411843
]
18421844
},
18431845
"insert": {
1846+
"deprecated": true,
18441847
"description": "Generates new credentials for the service account associated with this enterprise. The calling service account must have been retrieved by calling Enterprises.GetServiceAccount and must have been set as the enterprise service account by calling Enterprises.SetAccount. Only the type of the key should be populated in the resource to be inserted.",
18451848
"flatPath": "androidenterprise/v1/enterprises/{enterpriseId}/serviceAccountKeys",
18461849
"httpMethod": "POST",
@@ -1868,6 +1871,7 @@
18681871
]
18691872
},
18701873
"list": {
1874+
"deprecated": true,
18711875
"description": "Lists all active credentials for the service account associated with this enterprise. Only the ID and key type are returned. The calling service account must have been retrieved by calling Enterprises.GetServiceAccount and must have been set as the enterprise service account by calling Enterprises.SetAccount.",
18721876
"flatPath": "androidenterprise/v1/enterprises/{enterpriseId}/serviceAccountKeys",
18731877
"httpMethod": "GET",
@@ -2652,7 +2656,7 @@
26522656
}
26532657
}
26542658
},
2655-
"revision": "20250115",
2659+
"revision": "20250122",
26562660
"rootUrl": "https://androidenterprise.googleapis.com/",
26572661
"schemas": {
26582662
"Administrator": {
@@ -4639,6 +4643,7 @@
46394643
"type": "object"
46404644
},
46414645
"ServiceAccountKeysListResponse": {
4646+
"deprecated": true,
46424647
"id": "ServiceAccountKeysListResponse",
46434648
"properties": {
46444649
"serviceAccountKey": {

0 commit comments

Comments
 (0)