class Azure::Subscriptions::Mgmt::V2019_11_01::Models::ManagedByTenant
Information about a tenant managing the subscription.
Attributes
tenant_id[RW]
@return [String] The tenant ID of the managing tenant. This is a GUID.
Public Class Methods
mapper()
click to toggle source
Mapper for ManagedByTenant
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-11-01/generated/azure_mgmt_subscriptions/models/managed_by_tenant.rb, line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ManagedByTenant', type: { name: 'Composite', class_name: 'ManagedByTenant', model_properties: { tenant_id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'tenantId', type: { name: 'String' } } } } } end