Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileImport

Package version

Represents a file import in Azure Security Insights.

Hierarchy

Index

Properties

Optional contentType

The content type of this file.

Optional createdTimeUTC

createdTimeUTC: Date

The time the file was imported. NOTE: This property will not be serialized. It can only be populated by the server.

Optional errorFile

errorFile: FileMetadata

Represents the error file (if the import was ingested with errors or failed the validation). NOTE: This property will not be serialized. It can only be populated by the server.

Optional errorsPreview

errorsPreview: ValidationError[]

An ordered list of some of the errors that were encountered during validation. NOTE: This property will not be serialized. It can only be populated by the server.

Optional filesValidUntilTimeUTC

filesValidUntilTimeUTC: Date

The time the files associated with this import are deleted from the storage account. NOTE: This property will not be serialized. It can only be populated by the server.

Optional id

id: undefined | string

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.

Optional importFile

importFile: FileMetadata

Represents the imported file.

Optional importValidUntilTimeUTC

importValidUntilTimeUTC: Date

The time the file import record is soft deleted from the database and history. NOTE: This property will not be serialized. It can only be populated by the server.

Optional ingestedRecordCount

ingestedRecordCount: undefined | number

The number of records that have been successfully ingested. NOTE: This property will not be serialized. It can only be populated by the server.

Optional ingestionMode

ingestionMode: IngestionMode

Describes how to ingest the records in the file.

Optional name

name: undefined | string

The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

Optional source

source: undefined | string

The source for the data in the file.

Optional state

The state of the file import. NOTE: This property will not be serialized. It can only be populated by the server.

Optional systemData

systemData: SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.

Optional totalRecordCount

totalRecordCount: undefined | number

The number of records in the file. NOTE: This property will not be serialized. It can only be populated by the server.

Optional type

type: undefined | string

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.

Optional validRecordCount

validRecordCount: undefined | number

The number of records that have passed validation. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc