Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ChromeBrowserProfile

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/chromemanagement_v1/classes.rb,
lib/google/apis/chromemanagement_v1/representations.rb,
lib/google/apis/chromemanagement_v1/representations.rb

Overview

A representation of a Chrome browser profile.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleChromeManagementVersionsV1ChromeBrowserProfile

Returns a new instance of GoogleChromeManagementVersionsV1ChromeBrowserProfile.



4267
4268
4269
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4267

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#affiliation_stateString

Output only. The specific affiliation state of the profile. Corresponds to the JSON property affiliationState

Returns:

  • (String)


4136
4137
4138
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4136

def affiliation_state
  @affiliation_state
end

#annotated_locationString

Optional. Location of the profile annotated by the admin. Corresponds to the JSON property annotatedLocation

Returns:

  • (String)


4141
4142
4143
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4141

def annotated_location
  @annotated_location
end

#annotated_userString

Optional. User of the profile annotated by the admin. Corresponds to the JSON property annotatedUser

Returns:

  • (String)


4146
4147
4148
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4146

def annotated_user
  @annotated_user
end

#attestation_credentialGoogle::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1AttestationCredential

Information of public key associated with a Chrome browser profile. Corresponds to the JSON property attestationCredential



4151
4152
4153
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4151

def attestation_credential
  @attestation_credential
end

#browser_channelString

Output only. Channel of the browser on which the profile exists. Corresponds to the JSON property browserChannel

Returns:

  • (String)


4156
4157
4158
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4156

def browser_channel
  @browser_channel
end

#browser_versionString

Output only. Version of the browser on which the profile exists. Corresponds to the JSON property browserVersion

Returns:

  • (String)


4161
4162
4163
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4161

def browser_version
  @browser_version
end

#device_infoGoogle::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1DeviceInfo

Information of a device that runs a Chrome browser profile. Corresponds to the JSON property deviceInfo



4166
4167
4168
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4166

def device_info
  @device_info
end

#display_nameString

Output only. Profile display name set by client. Corresponds to the JSON property displayName

Returns:

  • (String)


4171
4172
4173
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4171

def display_name
  @display_name
end

#etagString

Output only. Etag of this ChromeBrowserProfile resource. This etag can be used with UPDATE operation to ensure consistency. Corresponds to the JSON property etag

Returns:

  • (String)


4177
4178
4179
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4177

def etag
  @etag
end

#extension_countFixnum

Output only. Number of extensions installed on the profile. Corresponds to the JSON property extensionCount

Returns:

  • (Fixnum)


4182
4183
4184
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4182

def extension_count
  @extension_count
end

#first_enrollment_timeString

Output only. Timestamp of the first enrollment of the profile. Corresponds to the JSON property firstEnrollmentTime

Returns:

  • (String)


4187
4188
4189
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4187

def first_enrollment_time
  @first_enrollment_time
end

#identity_providerString

Output only. Identify provider of the profile. Corresponds to the JSON property identityProvider

Returns:

  • (String)


4192
4193
4194
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4192

def identity_provider
  @identity_provider
end

#last_activity_timeString

Output only. Timestamp of the latest activity by the profile. Corresponds to the JSON property lastActivityTime

Returns:

  • (String)


4197
4198
4199
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4197

def last_activity_time
  @last_activity_time
end

#last_policy_fetch_timeString

Output only. Timestamp of the latest policy fetch by the profile. Corresponds to the JSON property lastPolicyFetchTime

Returns:

  • (String)


4202
4203
4204
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4202

def last_policy_fetch_time
  @last_policy_fetch_time
end

#last_policy_sync_timeString

Output only. Timestamp of the latest policy sync by the profile. Corresponds to the JSON property lastPolicySyncTime

Returns:

  • (String)


4207
4208
4209
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4207

def last_policy_sync_time
  @last_policy_sync_time
end

#last_status_report_timeString

Output only. Timestamp of the latest status report by the profile. Corresponds to the JSON property lastStatusReportTime

Returns:

  • (String)


4212
4213
4214
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4212

def last_status_report_time
  @last_status_report_time
end

#nameString

Identifier. Format: customers/customer_id/profiles/profile_permanent_id Corresponds to the JSON property name

Returns:

  • (String)


4217
4218
4219
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4217

def name
  @name
end

#os_platform_typeString

Output only. OS platform of the device on which the profile exists. Corresponds to the JSON property osPlatformType

Returns:

  • (String)


4222
4223
4224
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4222

def os_platform_type
  @os_platform_type
end

#os_platform_versionString

Output only. Major OS version of the device on which the profile exists. (i.e. Windows 10) Corresponds to the JSON property osPlatformVersion

Returns:

  • (String)


4228
4229
4230
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4228

def os_platform_version
  @os_platform_version
end

#os_versionString

Output only. OS version of the device on which the profile exists. Corresponds to the JSON property osVersion

Returns:

  • (String)


4233
4234
4235
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4233

def os_version
  @os_version
end

#policy_countFixnum

Output only. Number of policies applied on the profile. Corresponds to the JSON property policyCount

Returns:

  • (Fixnum)


4238
4239
4240
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4238

def policy_count
  @policy_count
end

#profile_idString

Output only. Chrome client side profile ID. Corresponds to the JSON property profileId

Returns:

  • (String)


4243
4244
4245
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4243

def profile_id
  @profile_id
end

#profile_permanent_idString

Output only. Profile permanent ID is the unique identifier of a profile within one customer. Corresponds to the JSON property profilePermanentId

Returns:

  • (String)


4249
4250
4251
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4249

def profile_permanent_id
  @profile_permanent_id
end

#reporting_dataGoogle::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ReportingData

Reporting data of a Chrome browser profile. Corresponds to the JSON property reportingData



4254
4255
4256
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4254

def reporting_data
  @reporting_data
end

#user_emailString

Output only. Email address of the user to which the profile belongs. Corresponds to the JSON property userEmail

Returns:

  • (String)


4259
4260
4261
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4259

def user_email
  @user_email
end

#user_idString

Output only. Unique Directory API ID of the user that can be used in Admin SDK Users API. Corresponds to the JSON property userId

Returns:

  • (String)


4265
4266
4267
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4265

def user_id
  @user_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 4272

def update!(**args)
  @affiliation_state = args[:affiliation_state] if args.key?(:affiliation_state)
  @annotated_location = args[:annotated_location] if args.key?(:annotated_location)
  @annotated_user = args[:annotated_user] if args.key?(:annotated_user)
  @attestation_credential = args[:attestation_credential] if args.key?(:attestation_credential)
  @browser_channel = args[:browser_channel] if args.key?(:browser_channel)
  @browser_version = args[:browser_version] if args.key?(:browser_version)
  @device_info = args[:device_info] if args.key?(:device_info)
  @display_name = args[:display_name] if args.key?(:display_name)
  @etag = args[:etag] if args.key?(:etag)
  @extension_count = args[:extension_count] if args.key?(:extension_count)
  @first_enrollment_time = args[:first_enrollment_time] if args.key?(:first_enrollment_time)
  @identity_provider = args[:identity_provider] if args.key?(:identity_provider)
  @last_activity_time = args[:last_activity_time] if args.key?(:last_activity_time)
  @last_policy_fetch_time = args[:last_policy_fetch_time] if args.key?(:last_policy_fetch_time)
  @last_policy_sync_time = args[:last_policy_sync_time] if args.key?(:last_policy_sync_time)
  @last_status_report_time = args[:last_status_report_time] if args.key?(:last_status_report_time)
  @name = args[:name] if args.key?(:name)
  @os_platform_type = args[:os_platform_type] if args.key?(:os_platform_type)
  @os_platform_version = args[:os_platform_version] if args.key?(:os_platform_version)
  @os_version = args[:os_version] if args.key?(:os_version)
  @policy_count = args[:policy_count] if args.key?(:policy_count)
  @profile_id = args[:profile_id] if args.key?(:profile_id)
  @profile_permanent_id = args[:profile_permanent_id] if args.key?(:profile_permanent_id)
  @reporting_data = args[:reporting_data] if args.key?(:reporting_data)
  @user_email = args[:user_email] if args.key?(:user_email)
  @user_id = args[:user_id] if args.key?(:user_id)
end