Class: Azure::SecurityInsights::Mgmt::V2019_01_01_preview::Models::DataConnectorTenantId

Inherits:
Object
  • Object
show all
Includes:
MsRestAzure
Defined in:
lib/2019-01-01-preview/generated/azure_mgmt_security_insights/models/data_connector_tenant_id.rb

Overview

Properties data connector on tenant level.

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#tenant_idString

Returns The tenant id to connect to, and get the data from.

Returns:

  • (String)

    The tenant id to connect to, and get the data from.



16
17
18
# File 'lib/2019-01-01-preview/generated/azure_mgmt_security_insights/models/data_connector_tenant_id.rb', line 16

def tenant_id
  @tenant_id
end

Class Method Details

.mapperObject

Mapper for DataConnectorTenantId class as Ruby Hash. This will be used for serialization/deserialization.



23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# File 'lib/2019-01-01-preview/generated/azure_mgmt_security_insights/models/data_connector_tenant_id.rb', line 23

def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'DataConnectorTenantId',
    type: {
      name: 'Composite',
      class_name: 'DataConnectorTenantId',
      model_properties: {
        tenant_id: {
          client_side_validation: true,
          required: false,
          serialized_name: 'tenantId',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end