Get TIData Connector Result
data class GetTIDataConnectorResult(val dataTypes: TIDataConnectorDataTypesResponse? = null, val etag: String? = null, val id: String, val kind: String, val name: String, val systemData: SystemDataResponse, val tenantId: String? = null, val tipLookbackPeriod: String? = null, val type: String)
Represents threat intelligence data connector.
Constructors
Link copied to clipboard
constructor(dataTypes: TIDataConnectorDataTypesResponse? = null, etag: String? = null, id: String, kind: String, name: String, systemData: SystemDataResponse, tenantId: String? = null, tipLookbackPeriod: String? = null, type: String)