Class: Google::Apis::CloudidentityV1::GoogleAppsCloudidentityDevicesV1BlockDeviceUserResponse

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

Overview

Response message for blocking the device from accessing user data.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAppsCloudidentityDevicesV1BlockDeviceUserResponse

Returns a new instance of GoogleAppsCloudidentityDevicesV1BlockDeviceUserResponse.



590
591
592
# File 'lib/google/apis/cloudidentity_v1/classes.rb', line 590

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

Instance Attribute Details

#device_userGoogle::Apis::CloudidentityV1::GoogleAppsCloudidentityDevicesV1DeviceUser

Represents a user's use of a Device in the Cloud Identity Devices API. A DeviceUser is a resource representing a user's use of a Device Corresponds to the JSON property deviceUser



588
589
590
# File 'lib/google/apis/cloudidentity_v1/classes.rb', line 588

def device_user
  @device_user
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



595
596
597
# File 'lib/google/apis/cloudidentity_v1/classes.rb', line 595

def update!(**args)
  @device_user = args[:device_user] if args.key?(:device_user)
end