Show / Hide Table of Contents

Class AspsResource

The "asps" collection of methods.

Inheritance
object
AspsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Admin.Directory.directory_v1
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class AspsResource

Constructors

AspsResource(IClientService)

Constructs a new resource.

Declaration
public AspsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Delete(string, int)

Deletes an ASP issued by a user.

Declaration
public virtual AspsResource.DeleteRequest Delete(string userKey, int codeId)
Parameters
Type Name Description
string userKey

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

int codeId

The unique ID of the ASP to be deleted.

Returns
Type Description
AspsResource.DeleteRequest

Get(string, int)

Gets information about an ASP issued by a user.

Declaration
public virtual AspsResource.GetRequest Get(string userKey, int codeId)
Parameters
Type Name Description
string userKey

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

int codeId

The unique ID of the ASP.

Returns
Type Description
AspsResource.GetRequest

List(string)

Lists the ASPs issued by a user.

Declaration
public virtual AspsResource.ListRequest List(string userKey)
Parameters
Type Name Description
string userKey

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

Returns
Type Description
AspsResource.ListRequest
In this article
Back to top Generated by DocFX