AgentVerification

  • Verification information for an agent is represented by a JSON object with fields for name, verificationState, and agentVerificationContact.

  • The name field is a required string identifier for the verification.

  • The verificationState field is an enum indicating the current verification state.

  • The agentVerificationContact field is a required object containing the contact details for the agent verification.

Details about the verification information for an agent.

JSON representation
{
  "name": string,
  "verificationState": enum (VerificationState),
  "agentVerificationContact": {
    object (AgentVerificationContact)
  }
}
Fields
name

string

Required. The identifier for verification.

verificationState

enum (VerificationState)

The verification state.

agentVerificationContact

object (AgentVerificationContact)

Required. The contact details.