| JSON representation |
|---|
{
"verificationAuthorityDisplayName": string,
"expirationTime": string,
"status": enum ( |
| Fields | |
|---|---|
verificationAuthorityDisplayName |
Output only. Verification authority display name. |
expirationTime |
Output only. Expiration time. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
status |
Output only. Status of the verification token. |
countryCode |
Output only. The country in which the token is valid. |
tokenBase64Encoded |
Required. Agent's profile verification signatures. |
certificateChainUri |
Output only. The URI of the publicly accessible certificate chain used to verify the |
AgentVerificationTokenStatus
The verification status of a token.
| Enums | |
|---|---|
AGENT_VERIFICATION_TOKEN_STATUS_UNSPECIFIED |
Unspecified verification token status. |
ACTIVE |
The verification token is active. |
REVOKED |
The verification token was revoked by the Verification Authority. |