VoiceMisconfiguration

An alert triggered when Google Voice configuration becomes invalid, generally due to an external entity being modified or deleted.

JSON representation
{
  "entityName": string,
  "entityType": enum (EntityType),
  "voicemailMisconfiguration": {
    object (VoicemailMisconfiguration)
  },
  "transferMisconfiguration": {
    object (TransferMisconfiguration)
  },
  "membersMisconfiguration": {
    object (TransferMisconfiguration)
  },
  "fixUri": string
}
Fields
entityName

string

Name of the entity whose configuration is now invalid.

entityType

enum (EntityType)

Type of the entity whose configuration is now invalid.

voicemailMisconfiguration

object (VoicemailMisconfiguration)

Issue(s) with sending to voicemail.

transferMisconfiguration

object (TransferMisconfiguration)

Issue(s) with transferring or forwarding to an external entity.

membersMisconfiguration

object (TransferMisconfiguration)

Issue(s) with members of a ring group.

fixUri

string

Link that the admin can follow to fix the issue.

VoicemailMisconfiguration

Issue(s) with sending to voicemail.

JSON representation
{
  "errors": [
    {
      object (VoicemailRecipientError)
    }
  ]
}
Fields
errors[]

object (VoicemailRecipientError)

Issue(s) with voicemail recipients.

VoicemailRecipientError

Issue(s) with a voicemail recipient.

JSON representation
{
  "invalidReason": enum (EmailInvalidReason),
  "email": string
}
Fields
invalidReason

enum (EmailInvalidReason)

Reason for the error.

email

string

Email address of the invalid recipient. This may be unavailable if the recipient was deleted.

TransferMisconfiguration

Error related to transferring or forwarding a phone call.

JSON representation
{
  "errors": [
    {
      object (TransferError)
    }
  ]
}
Fields
errors[]

object (TransferError)

Details for each invalid transfer or forward.

TransferError

Details for an invalid transfer or forward.

JSON representation
{
  "entityType": enum (TransferEntityType),
  "invalidReason": enum (TransferInvalidReason),
  "id": string,
  "name": string,
  "email": string
}
Fields
entityType

enum (TransferEntityType)

Type of entity being transferred to. For ring group members, this should always be USER.

invalidReason

enum (TransferInvalidReason)

Reason for the error.

id

string

Ring group or auto attendant ID. Not set for users.

name

string

User's full name, or the ring group / auto attendant name. This may be unavailable if the entity was deleted.

email

string

User's email address. This may be unavailable if the entity was deleted.