Class AgentUsersResource
The "agentUsers" collection of methods.
Inherited Members
Namespace: Google.Apis.HomeGraphService.v1
Assembly: Google.Apis.HomeGraphService.v1.dll
Syntax
public class AgentUsersResource
Constructors
AgentUsersResource(IClientService)
Constructs a new resource.
Declaration
public AgentUsersResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Delete(string)
Unlinks the given third-party user from your smart home Action. All data related to this user will be
deleted. For more details on how users link their accounts, see fulfillment and
authentication. The third-party
user's identity is passed in via the agent_user_id
(see DeleteAgentUserRequest). This request must be
authorized using service account credentials from your Actions console project.
Declaration
public virtual AgentUsersResource.DeleteRequest Delete(string agentUserId)
Parameters
Type | Name | Description |
---|---|---|
string | agentUserId | Required. Third-party user ID. |
Returns
Type | Description |
---|---|
AgentUsersResource.DeleteRequest |