Class: Azure::Kusto::Mgmt::V2019_09_07::Models::TrustedExternalTenant
- Inherits:
-
Object
- Object
- Azure::Kusto::Mgmt::V2019_09_07::Models::TrustedExternalTenant
- Includes:
- MsRestAzure
- Defined in:
- lib/2019-09-07/generated/azure_mgmt_kusto/models/trusted_external_tenant.rb
Overview
Represents a tenant ID that is trusted by the cluster.
Instance Attribute Summary collapse
-
#value ⇒ String
GUID representing an external tenant.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for TrustedExternalTenant class as Ruby Hash.
Instance Attribute Details
#value ⇒ String
Returns GUID representing an external tenant.
16 17 18 |
# File 'lib/2019-09-07/generated/azure_mgmt_kusto/models/trusted_external_tenant.rb', line 16 def value @value end |
Class Method Details
.mapper ⇒ Object
Mapper for TrustedExternalTenant 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-09-07/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 |