Enterprise class
The configuration applied to an enterprise.
Constructors
-
Enterprise({bool? appAutoApprovalEnabled, ContactInfo? contactInfo, List<
String> ? enabledNotificationTypes, String? enterpriseDisplayName, GoogleAuthenticationSettings? googleAuthenticationSettings, ExternalData? logo, String? name, int? primaryColor, String? pubsubTopic, List<SigninDetail> ? signinDetails, List<TermsAndConditions> ? termsAndConditions}) - Enterprise.fromJson(Map json_)
Properties
- appAutoApprovalEnabled ↔ bool?
-
Deprecated and unused.
getter/setter pair
- contactInfo ↔ ContactInfo?
-
The enterprise contact info of an EMM-managed enterprise.
getter/setter pair
-
enabledNotificationTypes
↔ List<
String> ? -
The types of Google Pub/Sub notifications enabled for the enterprise.
getter/setter pair
- enterpriseDisplayName ↔ String?
-
The name of the enterprise displayed to users.
getter/setter pair
- googleAuthenticationSettings ↔ GoogleAuthenticationSettings?
-
Settings for Google-provided user authentication.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- logo ↔ ExternalData?
-
An image displayed as a logo during device provisioning.
getter/setter pair
- name ↔ String?
-
The name of the enterprise which is generated by the server during
creation, in the form enterprises/{enterpriseId}.
getter/setter pair
- primaryColor ↔ int?
-
A color in RGB format that indicates the predominant color to display in
the device management app UI.
getter/setter pair
- pubsubTopic ↔ String?
-
The topic which Pub/Sub notifications are published to, in the form
projects/{project}/topics/{topic}.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
signinDetails
↔ List<
SigninDetail> ? -
Sign-in details of the enterprise.
getter/setter pair
-
termsAndConditions
↔ List<
TermsAndConditions> ? -
Terms and conditions that must be accepted when provisioning a device for
this enterprise.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited