admin  directory_v1
Classes | Public Member Functions | List of all members
Google.Apis.Admin.Directory.directory_v1.AspsResource Class Reference

The "asps" collection of methods. More...

Classes

class  DeleteRequest
 Delete an ASP issued by a user. More...
 
class  GetRequest
 Get information about an ASP issued by a user. More...
 
class  ListRequest
 List the ASPs issued by a user. More...
 

Public Member Functions

 AspsResource (Google.Apis.Services.IClientService service)
 Constructs a new resource. More...
 
virtual DeleteRequest Delete (string userKey, int codeId)
 Delete an ASP issued by a user. More...
 
virtual GetRequest Get (string userKey, int codeId)
 Get information about an ASP issued by a user. More...
 
virtual ListRequest List (string userKey)
 List the ASPs issued by a user. More...
 

Detailed Description

The "asps" collection of methods.

Constructor & Destructor Documentation

◆ AspsResource()

Google.Apis.Admin.Directory.directory_v1.AspsResource.AspsResource ( Google.Apis.Services.IClientService  service)
inline

Constructs a new resource.

Member Function Documentation

◆ Delete()

virtual DeleteRequest Google.Apis.Admin.Directory.directory_v1.AspsResource.Delete ( string  userKey,
int  codeId 
)
inlinevirtual

Delete an ASP issued by a user.

Parameters
userKeyIdentifies the user in the API request. The value can be the user's primary email address, alias email address, or unique user ID.
codeIdThe unique ID of the ASP to be deleted.

◆ Get()

virtual GetRequest Google.Apis.Admin.Directory.directory_v1.AspsResource.Get ( string  userKey,
int  codeId 
)
inlinevirtual

Get information about an ASP issued by a user.

Parameters
userKeyIdentifies the user in the API request. The value can be the user's primary email address, alias email address, or unique user ID.
codeIdThe unique ID of the ASP.

◆ List()

virtual ListRequest Google.Apis.Admin.Directory.directory_v1.AspsResource.List ( string  userKey)
inlinevirtual

List the ASPs issued by a user.

Parameters
userKeyIdentifies the user in the API request. The value can be the user's primary email address, alias email address, or unique user ID.

The documentation for this class was generated from the following file: