class Azure::SecurityInsights::Mgmt::V2020_01_01::Models::DataConnectorTenantId

Properties data connector on tenant level.

Attributes

tenant_id[RW]

@return [String] The tenant id to connect to, and get the data from.

Private Class Methods

mapper() click to toggle source

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

# File lib/2020-01-01/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