You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/android_enterprise/lib/google_api/android_enterprise/v1/api/enterprises.ex
+5-11Lines changed: 5 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -168,14 +168,12 @@ defmodule GoogleApi.AndroidEnterprise.V1.Api.Enterprises do
168
168
* `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
169
169
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
170
170
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
171
-
* `:"enrollmentToken.duration"` (*type:* `String.t`) - [Optional] The length of time the enrollment token is valid, ranging from 1 minute to [`Durations.MAX_VALUE`](https://developers.google.com/protocol-buffers/docs/reference/java/com/google/protobuf/util/Durations.html#MAX_VALUE), approximately 10,000 years. If not specified, the default duration is 1 hour.
172
-
* `:"enrollmentToken.enrollmentTokenType"` (*type:* `String.t`) - [Required] The type of the enrollment token.
173
-
* `:"enrollmentToken.token"` (*type:* `String.t`) - The token value that's passed to the device and authorizes the device to enroll. This is a read-only field generated by the server.
0 commit comments