Class Asp
- Assembly
- Google.Apis.Admin.Directory.directory_v1.dll
The template that returns individual ASP (Access Code) data.
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
Kind
The type of the API resource. This is always admin#directory#asp.
public virtual string Kind { get; set; }
Property Value
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
UserKey
The unique ID of the user who issued the ASP.
public virtual string UserKey { get; set; }