Show / Hide Table of Contents

Class AgentUsersResource

The "agentUsers" collection of methods.

Inheritance
object
AgentUsersResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX