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_management/lib/google_api/android_management/v1/model/enterprise.ex
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,11 @@ defmodule GoogleApi.AndroidManagement.V1.Model.Enterprise do
25
25
* `contactInfo` (*type:* `GoogleApi.AndroidManagement.V1.Model.ContactInfo.t`, *default:* `nil`) - The enterprise contact info of an EMM-managed enterprise.
26
26
* `enabledNotificationTypes` (*type:* `list(String.t)`, *default:* `nil`) - The types of Google Pub/Sub notifications enabled for the enterprise.
27
27
* `enterpriseDisplayName` (*type:* `String.t`, *default:* `nil`) - The name of the enterprise displayed to users. This field has a maximum length of 100 characters.
28
+
* `enterpriseType` (*type:* `String.t`, *default:* `nil`) - Output only. The type of the enterprise.
28
29
* `googleAuthenticationSettings` (*type:* `GoogleApi.AndroidManagement.V1.Model.GoogleAuthenticationSettings.t`, *default:* `nil`) - Settings for Google-provided user authentication.
29
30
* `logo` (*type:* `GoogleApi.AndroidManagement.V1.Model.ExternalData.t`, *default:* `nil`) - An image displayed as a logo during device provisioning. Supported types are: image/bmp, image/gif, image/x-ico, image/jpeg, image/png, image/webp, image/vnd.wap.wbmp, image/x-adobe-dng.
31
+
* `managedGoogleDomainType` (*type:* `String.t`, *default:* `nil`) - Output only. The type of managed Google domain.
32
+
* `managedGooglePlayAccountsEnterpriseType` (*type:* `String.t`, *default:* `nil`) - Output only. The type of a managed Google Play Accounts enterprise.
30
33
* `name` (*type:* `String.t`, *default:* `nil`) - The name of the enterprise which is generated by the server during creation, in the form enterprises/{enterpriseId}.
31
34
* `primaryColor` (*type:* `integer()`, *default:* `nil`) - A color in RGB format that indicates the predominant color to display in the device management app UI. The color components are stored as follows: (red << 16) | (green << 8) | blue, where the value of each component is between 0 and 255, inclusive.
32
35
* `pubsubTopic` (*type:* `String.t`, *default:* `nil`) - The topic which Pub/Sub notifications are published to, in the form projects/{project}/topics/{topic}. This field is only required if Pub/Sub notifications are enabled.
@@ -41,9 +44,12 @@ defmodule GoogleApi.AndroidManagement.V1.Model.Enterprise do
0 commit comments