Class VerificationCode
- Assembly
- Google.Apis.Admin.Directory.directory_v1.dll
JSON template for verification codes in Directory API.
public class VerificationCode : IDirectResponseSchema
- Inheritance
-
VerificationCode
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
VerificationCode()
public VerificationCode()
Properties
ETag
ETag of the resource.
public virtual string ETag { get; set; }
Property Value
Kind
The type of the resource. This is always admin#directory#verificationCode.
public virtual string Kind { get; set; }
Property Value
UserId
The obfuscated unique ID of the user.
public virtual string UserId { get; set; }
Property Value
VerificationCodeValue
A current verification code for the user. Invalidated or used verification codes are not returned as part of the result.
public virtual string VerificationCodeValue { get; set; }