Table of Contents

Class Asp

Namespace
Google.Apis.Admin.Directory.directory_v1.Data
Assembly
Google.Apis.Admin.Directory.directory_v1.dll

An application-specific password (ASP) is used with applications that do not accept a verification code when logging into the application on certain devices. The ASP access code is used instead of the login and password you commonly use when accessing an application through a browser. For more information about ASPs and how to create one, see the help center.

public class Asp : IDirectResponseSchema
Inheritance
Asp
Implements
IDirectResponseSchema
Inherited Members

Constructors

Asp()

public Asp()

Properties

CodeId

The unique ID of the ASP.

public virtual int? CodeId { get; set; }

Property Value

int?

CreationTime

The time when the ASP was created. Expressed in Unix time format.

public virtual long? CreationTime { get; set; }

Property Value

long?

ETag

ETag of the ASP.

public virtual string ETag { get; set; }

Property Value

string

Kind

The type of the API resource. This is always admin#directory#asp.

public virtual string Kind { get; set; }

Property Value

string

LastTimeUsed

The time when the ASP was last used. Expressed in Unix time format.

public virtual long? LastTimeUsed { get; set; }

Property Value

long?

Name

The name of the application that the user, represented by their userId, entered when the ASP was created.

public virtual string Name { get; set; }

Property Value

string

UserKey

The unique ID of the user who issued the ASP.

public virtual string UserKey { get; set; }

Property Value

string