Show / Hide Table of Contents

Class Asp

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.

Inheritance
object
Asp
Implements
IDirectResponseSchema
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.Data
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class Asp : IDirectResponseSchema

Properties

CodeId

The unique ID of the ASP.

Declaration
[JsonProperty("codeId")]
public virtual int? CodeId { get; set; }
Property Value
Type Description
int?

CreationTime

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

Declaration
[JsonProperty("creationTime")]
public virtual long? CreationTime { get; set; }
Property Value
Type Description
long?

ETag

ETag of the ASP.

Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
Type Description
string

Kind

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

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
string

LastTimeUsed

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

Declaration
[JsonProperty("lastTimeUsed")]
public virtual long? LastTimeUsed { get; set; }
Property Value
Type Description
long?

Name

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

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

UserKey

The unique ID of the user who issued the ASP.

Declaration
[JsonProperty("userKey")]
public virtual string UserKey { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX