Class: Azure::SecurityInsights::Mgmt::V2019_01_01_preview::Models::TiTaxiiDataConnector
- Inherits:
-
DataConnector
- Object
- DataConnector
- Azure::SecurityInsights::Mgmt::V2019_01_01_preview::Models::TiTaxiiDataConnector
- Includes:
- MsRestAzure
- Defined in:
- lib/2019-01-01-preview/generated/azure_mgmt_security_insights/models/ti_taxii_data_connector.rb
Overview
Data connector to pull Threat intelligence data from TAXII 2.0/2.1 server
Instance Attribute Summary collapse
-
#collection_id ⇒ String
The collection id of the TAXII server.
-
#data_types ⇒ TiTaxiiDataConnectorDataTypes
Threat Intelligence TAXII data connector.
-
#friendly_name ⇒ String
The friendly name for the TAXII server.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#password ⇒ String
The password for the TAXII server.
-
#taxii_server ⇒ String
The API root for the TAXII server.
-
#tenant_id ⇒ String
The tenant id to connect to, and get the data from.
-
#user_name ⇒ String
The userName for the TAXII server.
-
#workspace_id ⇒ String
The workspace id.
Attributes inherited from DataConnector
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for TiTaxiiDataConnector class as Ruby Hash.
Instance Method Summary collapse
-
#initialize ⇒ TiTaxiiDataConnector
constructor
A new instance of TiTaxiiDataConnector.
Constructor Details
#initialize ⇒ TiTaxiiDataConnector
Returns a new instance of TiTaxiiDataConnector.
16 17 18 |
# File 'lib/2019-01-01-preview/generated/azure_mgmt_security_insights/models/ti_taxii_data_connector.rb', line 16 def initialize @kind = "ThreatIntelligenceTaxii" end |
Instance Attribute Details
#collection_id ⇒ String
Returns The collection id of the TAXII server.
35 36 37 |
# File 'lib/2019-01-01-preview/generated/azure_mgmt_security_insights/models/ti_taxii_data_connector.rb', line 35 def collection_id @collection_id end |
#data_types ⇒ TiTaxiiDataConnectorDataTypes
Threat Intelligence TAXII data connector.
45 46 47 |
# File 'lib/2019-01-01-preview/generated/azure_mgmt_security_insights/models/ti_taxii_data_connector.rb', line 45 def data_types @data_types end |
#friendly_name ⇒ String
Returns The friendly name for the TAXII server.
29 30 31 |
# File 'lib/2019-01-01-preview/generated/azure_mgmt_security_insights/models/ti_taxii_data_connector.rb', line 29 def friendly_name @friendly_name end |
#kind ⇒ Object
Returns the value of attribute kind.
20 21 22 |
# File 'lib/2019-01-01-preview/generated/azure_mgmt_security_insights/models/ti_taxii_data_connector.rb', line 20 def kind @kind end |
#password ⇒ String
Returns The password for the TAXII server.
41 42 43 |
# File 'lib/2019-01-01-preview/generated/azure_mgmt_security_insights/models/ti_taxii_data_connector.rb', line 41 def password @password end |
#taxii_server ⇒ String
Returns The API root for the TAXII server.
32 33 34 |
# File 'lib/2019-01-01-preview/generated/azure_mgmt_security_insights/models/ti_taxii_data_connector.rb', line 32 def taxii_server @taxii_server end |
#tenant_id ⇒ String
Returns The tenant id to connect to, and get the data from.
23 24 25 |
# File 'lib/2019-01-01-preview/generated/azure_mgmt_security_insights/models/ti_taxii_data_connector.rb', line 23 def tenant_id @tenant_id end |
#user_name ⇒ String
Returns The userName for the TAXII server.
38 39 40 |
# File 'lib/2019-01-01-preview/generated/azure_mgmt_security_insights/models/ti_taxii_data_connector.rb', line 38 def user_name @user_name end |
#workspace_id ⇒ String
Returns The workspace id.
26 27 28 |
# File 'lib/2019-01-01-preview/generated/azure_mgmt_security_insights/models/ti_taxii_data_connector.rb', line 26 def workspace_id @workspace_id end |
Class Method Details
.mapper ⇒ Object
Mapper for TiTaxiiDataConnector class as Ruby Hash. This will be used for serialization/deserialization.
52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 |
# File 'lib/2019-01-01-preview/generated/azure_mgmt_security_insights/models/ti_taxii_data_connector.rb', line 52 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ThreatIntelligenceTaxii', type: { name: 'Composite', class_name: 'TiTaxiiDataConnector', model_properties: { id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'id', type: { name: 'String' } }, name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'name', type: { name: 'String' } }, type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'type', type: { name: 'String' } }, etag: { client_side_validation: true, required: false, serialized_name: 'etag', type: { name: 'String' } }, kind: { client_side_validation: true, required: true, serialized_name: 'kind', type: { name: 'String' } }, tenant_id: { client_side_validation: true, required: false, serialized_name: 'properties.tenantId', type: { name: 'String' } }, workspace_id: { client_side_validation: true, required: false, serialized_name: 'properties.workspaceId', type: { name: 'String' } }, friendly_name: { client_side_validation: true, required: false, serialized_name: 'properties.friendlyName', type: { name: 'String' } }, taxii_server: { client_side_validation: true, required: false, serialized_name: 'properties.taxiiServer', type: { name: 'String' } }, collection_id: { client_side_validation: true, required: false, serialized_name: 'properties.collectionId', type: { name: 'String' } }, user_name: { client_side_validation: true, required: false, serialized_name: 'properties.userName', type: { name: 'String' } }, password: { client_side_validation: true, required: false, serialized_name: 'properties.password', type: { name: 'String' } }, data_types: { client_side_validation: true, required: false, serialized_name: 'properties.dataTypes', type: { name: 'Composite', class_name: 'TiTaxiiDataConnectorDataTypes' } } } } } end |