Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

VoiceMisconfiguration

import type { VoiceMisconfiguration } from "https://googleapis.deno.dev/v1/alertcenter:v1beta1.ts";

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

interface VoiceMisconfiguration {
entityName?: string;
entityType?: "ENTITY_TYPE_UNSPECIFIED" | "AUTO_ATTENDANT" | "RING_GROUP";
fixUri?: string;
membersMisconfiguration?: TransferMisconfiguration;
transferMisconfiguration?: TransferMisconfiguration;
voicemailMisconfiguration?: VoicemailMisconfiguration;
}

§Properties

§
entityName?: string
[src]

Name of the entity whose configuration is now invalid.

§
entityType?: "ENTITY_TYPE_UNSPECIFIED" | "AUTO_ATTENDANT" | "RING_GROUP"
[src]

Type of the entity whose configuration is now invalid.

§
fixUri?: string
[src]

Link that the admin can follow to fix the issue.

§
membersMisconfiguration?: TransferMisconfiguration
[src]

Issue(s) with members of a ring group.

§
transferMisconfiguration?: TransferMisconfiguration
[src]

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

§
voicemailMisconfiguration?: VoicemailMisconfiguration
[src]

Issue(s) with sending to voicemail.