class Azure::Kusto::Mgmt::V2019_01_21::Models::TrustedExternalTenant
Represents a tenant ID that is trusted by the cluster.
Attributes
value[RW]
@return [String] GUID representing an external tenant.
Public Class Methods
mapper()
click to toggle source
Mapper for TrustedExternalTenant
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-01-21/generated/azure_mgmt_kusto/models/trusted_external_tenant.rb, line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'TrustedExternalTenant', type: { name: 'Composite', class_name: 'TrustedExternalTenant', model_properties: { value: { client_side_validation: true, required: false, serialized_name: 'value', type: { name: 'String' } } } } } end