GoogleChromeManagementVersionsV1ChromeBrowserProfile class
A representation of a Chrome browser profile.
Constructors
- GoogleChromeManagementVersionsV1ChromeBrowserProfile.new({String? affiliationState, String? annotatedLocation, String? annotatedUser, GoogleChromeManagementVersionsV1AttestationCredential? attestationCredential, String? browserChannel, String? browserVersion, GoogleChromeManagementVersionsV1DeviceInfo? deviceInfo, String? displayName, String? etag, String? extensionCount, String? firstEnrollmentTime, String? identityProvider, String? lastActivityTime, String? lastPolicyFetchTime, String? lastPolicySyncTime, String? lastStatusReportTime, String? name, String? osPlatformType, String? osPlatformVersion, String? osVersion, String? policyCount, String? profileId, String? profilePermanentId, GoogleChromeManagementVersionsV1ReportingData? reportingData, String? userEmail, String? userId})
- GoogleChromeManagementVersionsV1ChromeBrowserProfile.fromJson(Map json_)
Properties
- affiliationState ↔ String?
-
The specific affiliation state of the profile.
getter/setter pair
- annotatedLocation ↔ String?
-
Location of the profile annotated by the admin.
getter/setter pair
- annotatedUser ↔ String?
-
User of the profile annotated by the admin.
getter/setter pair
- attestationCredential ↔ GoogleChromeManagementVersionsV1AttestationCredential?
-
Attestation credential information of the profile.
getter/setter pair
- browserChannel ↔ String?
-
Channel of the browser on which the profile exists.
getter/setter pair
- browserVersion ↔ String?
-
Version of the browser on which the profile exists.
getter/setter pair
- deviceInfo ↔ GoogleChromeManagementVersionsV1DeviceInfo?
-
Basic information of the device on which the profile exists.
getter/setter pair
- displayName ↔ String?
-
Profile display name set by client.
getter/setter pair
- etag ↔ String?
-
Etag of this ChromeBrowserProfile resource.
getter/setter pair
- extensionCount ↔ String?
-
Number of extensions installed on the profile.
getter/setter pair
- firstEnrollmentTime ↔ String?
-
Timestamp of the first enrollment of the profile.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- identityProvider ↔ String?
-
Identify provider of the profile.
getter/setter pair
- lastActivityTime ↔ String?
-
Timestamp of the latest activity by the profile.
getter/setter pair
- lastPolicyFetchTime ↔ String?
-
Timestamp of the latest policy fetch by the profile.
getter/setter pair
- lastPolicySyncTime ↔ String?
-
Timestamp of the latest policy sync by the profile.
getter/setter pair
- lastStatusReportTime ↔ String?
-
Timestamp of the latest status report by the profile.
getter/setter pair
- name ↔ String?
-
Identifier.
getter/setter pair
- osPlatformType ↔ String?
-
OS platform of the device on which the profile exists.
getter/setter pair
- osPlatformVersion ↔ String?
-
Major OS version of the device on which the profile exists.
getter/setter pair
- osVersion ↔ String?
-
OS version of the device on which the profile exists.
getter/setter pair
- policyCount ↔ String?
-
Number of policies applied on the profile.
getter/setter pair
- profileId ↔ String?
-
Chrome client side profile ID.
getter/setter pair
- profilePermanentId ↔ String?
-
Profile permanent ID is the unique identifier of a profile within one
customer.
getter/setter pair
- reportingData ↔ GoogleChromeManagementVersionsV1ReportingData?
-
Detailed reporting data of the profile.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userEmail ↔ String?
-
Email address of the user to which the profile belongs.
getter/setter pair
- userId ↔ String?
-
Unique Directory API ID of the user that can be used in Admin SDK Users
API.
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