export declare const $MessagingServiceScan: { readonly properties: { readonly createdTime: { readonly type: "string"; readonly isReadOnly: true; }; readonly updatedTime: { readonly type: "string"; readonly isReadOnly: true; }; readonly createdBy: { readonly type: "string"; readonly isReadOnly: true; }; readonly changedBy: { readonly type: "string"; readonly isReadOnly: true; }; readonly id: { readonly type: "string"; readonly description: "Primary key set by the server."; readonly isReadOnly: true; }; readonly status: { readonly type: "string"; readonly description: "The status of the messaging service scan."; readonly isReadOnly: true; }; readonly statusDescription: { readonly type: "string"; readonly description: "The description of the messaging service scan status."; readonly isReadOnly: true; }; readonly messagingServiceId: { readonly type: "string"; readonly description: "The messagingServiceId of the scan."; readonly isReadOnly: true; }; readonly messagingServiceName: { readonly type: "string"; readonly description: "The messagingServiceName of the scan."; readonly isReadOnly: true; }; readonly scanTypes: { readonly type: "string"; readonly description: "The scanTypes that were requested for the scan."; readonly isReadOnly: true; }; readonly destinations: { readonly type: "string"; readonly description: "The destinations which EMA will send the scan results."; readonly isReadOnly: true; }; readonly isUsedByAudit: { readonly type: "boolean"; readonly description: "Whether the scan is used by audit."; readonly isReadOnly: true; }; readonly type: { readonly type: "string"; readonly isReadOnly: true; }; }; };