AgentVerificationToken

JSON representation
{
  "verificationAuthorityDisplayName": string,
  "expirationTime": string,
  "status": enum (AgentVerificationTokenStatus),
  "countryCode": string,
  "tokenBase64Encoded": string,
  "certificateChainUri": string
}
Fields
verificationAuthorityDisplayName

string

Output only. Verification authority display name.

expirationTime

string (Timestamp format)

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: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

status

enum (AgentVerificationTokenStatus)

Output only. Status of the verification token.

countryCode

string

Output only. The country in which the token is valid.

tokenBase64Encoded

string

Required. Agent's profile verification signatures.

certificateChainUri

string

Output only. The URI of the publicly accessible certificate chain used to verify the tokenBase64Encoded. This chain is essential for establishing the authenticity of the verification token.

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.