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/model/enterprise.ex
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,10 @@ defmodule GoogleApi.AndroidEnterprise.V1.Model.Enterprise do
22
22
## Attributes
23
23
24
24
* `administrator` (*type:* `list(GoogleApi.AndroidEnterprise.V1.Model.Administrator.t)`, *default:* `nil`) - Admins of the enterprise. This is only supported for enterprises created via the EMM-initiated flow.
25
+
* `enterpriseType` (*type:* `String.t`, *default:* `nil`) - The type of the enterprise.
25
26
* `googleAuthenticationSettings` (*type:* `GoogleApi.AndroidEnterprise.V1.Model.GoogleAuthenticationSettings.t`, *default:* `nil`) - Output only. Settings for Google-provided user authentication.
26
27
* `id` (*type:* `String.t`, *default:* `nil`) - The unique ID for the enterprise.
28
+
* `managedGoogleDomainType` (*type:* `String.t`, *default:* `nil`) - The type of managed Google domain
27
29
* `name` (*type:* `String.t`, *default:* `nil`) - The name of the enterprise, for example, "Example, Inc".
28
30
* `primaryDomain` (*type:* `String.t`, *default:* `nil`) - The enterprise's primary domain, such as "example.com".
29
31
"""
@@ -32,20 +34,24 @@ defmodule GoogleApi.AndroidEnterprise.V1.Model.Enterprise do
0 commit comments