class Azure::MixedReality::Mgmt::V2020_04_06_preview::Models::ResourceModelWithAllowedPropertySetIdentity
Model object.
Private Class Methods
mapper()
click to toggle source
Mapper for ResourceModelWithAllowedPropertySetIdentity
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2020-04-06-preview/generated/azure_mgmt_mixedreality/models/resource_model_with_allowed_property_set_identity.rb, line 22 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ResourceModelWithAllowedPropertySet_identity', type: { name: 'Composite', class_name: 'ResourceModelWithAllowedPropertySetIdentity', model_properties: { 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' } }, type: { client_side_validation: true, required: false, serialized_name: 'type', type: { name: 'Enum', module: 'ResourceIdentityType' } } } } } end