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
System.Object
Asp
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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 |
|---|---|
| System.Nullable<System.Int32> |
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 |
|---|---|
| System.Nullable<System.Int64> |
ETag
ETag of the ASP.
Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.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 |
|---|---|
| System.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 |
|---|---|
| System.Nullable<System.Int64> |
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 |
|---|---|
| System.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 |
|---|---|
| System.String |