class Google::Apis::CloudidentityV1beta1::ApproveDeviceUserResponse
Response message for approving the device to access user data.
Attributes
device_user[RW]
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` @return [Google::Apis::CloudidentityV1beta1::DeviceUser]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/cloudidentity_v1beta1/classes.rb, line 92 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/cloudidentity_v1beta1/classes.rb, line 97 def update!(**args) @device_user = args[:device_user] if args.key?(:device_user) end