class Azure::SecurityInsights::Mgmt::V2019_01_01_preview::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.
Public Class Methods
mapper()
click to toggle source
Mapper for DataConnectorTenantId
class as Ruby Hash. This will be used for serialization/deserialization.
# 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