DevicesDeviceUsersResource class

Constructors

DevicesDeviceUsersResource(ApiRequester client)

Properties

clientStates DevicesDeviceUsersClientStatesResource
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

approve(GoogleAppsCloudidentityDevicesV1ApproveDeviceUserRequest request, String name, {String? $fields}) Future<Operation>
Approves device to access user data.
block(GoogleAppsCloudidentityDevicesV1BlockDeviceUserRequest request, String name, {String? $fields}) Future<Operation>
Blocks device from accessing user data
cancelWipe(GoogleAppsCloudidentityDevicesV1CancelWipeDeviceUserRequest request, String name, {String? $fields}) Future<Operation>
Cancels an unfinished user account wipe.
delete(String name, {String? customer, String? $fields}) Future<Operation>
Deletes the specified DeviceUser.
get(String name, {String? customer, String? $fields}) Future<GoogleAppsCloudidentityDevicesV1DeviceUser>
Retrieves the specified DeviceUser
list(String parent, {String? customer, String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields}) Future<GoogleAppsCloudidentityDevicesV1ListDeviceUsersResponse>
Lists/Searches DeviceUsers.
lookup(String parent, {String? androidId, int? pageSize, String? pageToken, String? rawResourceId, String? userId, String? $fields}) Future<GoogleAppsCloudidentityDevicesV1LookupSelfDeviceUsersResponse>
Looks up resource names of the DeviceUsers associated with the caller's credentials, as well as the properties provided in the request.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
wipe(GoogleAppsCloudidentityDevicesV1WipeDeviceUserRequest request, String name, {String? $fields}) Future<Operation>
Wipes the user's account on a device.

Operators

operator ==(Object other) bool
The equality operator.
inherited