google_api_cloud_identity v0.16.0 API Reference
Modules
API client metadata for GoogleApi.CloudIdentity.V1.
API calls for all endpoints tagged Devices
.
API calls for all endpoints tagged Groups
.
Handle Tesla connections for GoogleApi.CloudIdentity.V1.
An EntityKey uniquely identifies an Entity. Namespaces are used to provide isolation for IDs. A single ID can be reused across namespaces but the combination of a namespace and an ID must be unique.
Resource representing the Android specific attributes of a Device.
Request message for approving the device to access user data.
Response message for approving the device to access user data.
Request message for blocking account on device.
Response message for blocking the device from accessing user data.
Request message for cancelling an unfinished device wipe.
Response message for cancelling an unfinished device wipe.
Request message for cancelling an unfinished user account wipe.
Response message for cancelling an unfinished user account wipe.
Represents the state associated with an API client calling the Devices API. Resource representing ClientState and supports updates from API users
Additional custom attribute values may be one of these types
A Device within the Cloud Identity Devices API. Represents a Device known to Google Cloud, independent of the device ownership, type, and whether it is assigned or in use by a user.
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
Response message that is returned in ListClientStates.
Response message that is returned from the ListDeviceUsers method.
Response message that is returned from the ListDevices method.
Response containing resource names of the DeviceUsers associated with the caller's credentials.
Request message for wiping all data on the device.
Response message for wiping all data on the device.
Request message for starting an account wipe on device.
Response message for wiping the user's account from the device.
Resource representing a Group.
Response message for ListGroups operation.
Attributes
-
name
(type:String.t
, default:nil
) - Resource name of the Group in the format:groups/{group_id}
, wheregroup_id
is the unique ID assigned to the Group.
Attributes
-
name
(type:String.t
, default:nil
) - Resource name of the Membership being looked up. Format:groups/{group_id}/memberships/{member_id}
, wheregroup_id
is the unique ID assigned to the Group to which Membership belongs to, andmember_id
is the unique ID assigned to the member.
Resource representing a Membership within a Group
Resource representing a role within a Membership.
This resource represents a long-running operation that is the result of a network API call.
The Status
type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by gRPC. Each Status
message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the API Design Guide.