MessagingServiceScan: {
    changedBy?: string;
    createdBy?: string;
    createdTime?: string;
    destinations?: string;
    id?: string;
    isUsedByAudit?: boolean;
    messagingServiceId?: string;
    messagingServiceName?: string;
    scanTypes?: string;
    status?: string;
    statusDescription?: string;
    type?: string;
    updatedTime?: string;
}

Type declaration

  • Optional Readonly changedBy?: string
  • Optional Readonly createdBy?: string
  • Optional Readonly createdTime?: string
  • Optional Readonly destinations?: string

    The destinations which EMA will send the scan results.

  • Optional Readonly id?: string

    Primary key set by the server.

  • Optional Readonly isUsedByAudit?: boolean

    Whether the scan is used by audit.

  • Optional Readonly messagingServiceId?: string

    The messagingServiceId of the scan.

  • Optional Readonly messagingServiceName?: string

    The messagingServiceName of the scan.

  • Optional Readonly scanTypes?: string

    The scanTypes that were requested for the scan.

  • Optional Readonly status?: string

    The status of the messaging service scan.

  • Optional Readonly statusDescription?: string

    The description of the messaging service scan status.

  • Optional Readonly type?: string
  • Optional Readonly updatedTime?: string