class Azure::HybridCompute::Mgmt::V2020_08_02::Models::MachineIdentity
Model object.
Private Class Methods
mapper()
click to toggle source
Mapper for MachineIdentity
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2020-08-02/generated/azure_mgmt_hybrid_compute/models/machine_identity.rb, line 21 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'Machine_identity', type: { name: 'Composite', class_name: 'MachineIdentity', model_properties: { type: { client_side_validation: true, required: false, serialized_name: 'type', type: { name: 'String' } }, principal_id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'principalId', type: { name: 'String' } }, tenant_id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'tenantId', type: { name: 'String' } } } } } end