GoogleAppsCloudidentityDevicesV1AndroidAttributes class

Resource representing the Android specific attributes of a Device.

Constructors

GoogleAppsCloudidentityDevicesV1AndroidAttributes({bool? ctsProfileMatch, bool? enabledUnknownSources, bool? hasPotentiallyHarmfulApps, bool? ownerProfileAccount, String? ownershipPrivilege, bool? supportsWorkProfile, bool? verifiedBoot, bool? verifyAppsEnabled})
GoogleAppsCloudidentityDevicesV1AndroidAttributes.fromJson(Map json_)

Properties

ctsProfileMatch bool?
Whether the device passes Android CTS compliance.
getter/setter pair
enabledUnknownSources bool?
Whether applications from unknown sources can be installed on device.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hasPotentiallyHarmfulApps bool?
Whether any potentially harmful apps were detected on the device.
getter/setter pair
ownerProfileAccount bool?
Whether this account is on an owner/primary profile.
getter/setter pair
ownershipPrivilege String?
Ownership privileges on device. Possible string values are:
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportsWorkProfile bool?
Whether device supports Android work profiles.
getter/setter pair
verifiedBoot bool?
Whether Android verified boot status is GREEN.
getter/setter pair
verifyAppsEnabled bool?
Whether Google Play Protect Verify Apps is enabled.
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