class Azure::Authorization::Mgmt::V2015_07_01::Models::ClassicAdministratorProperties
Classic Administrator properties.
Attributes
email_address[RW]
@return [String] The email address of the administrator.
role[RW]
@return [String] The role of the administrator.
Private Class Methods
mapper()
click to toggle source
Mapper for ClassicAdministratorProperties
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2015-07-01/generated/azure_mgmt_authorization/models/classic_administrator_properties.rb, line 26 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ClassicAdministratorProperties', type: { name: 'Composite', class_name: 'ClassicAdministratorProperties', model_properties: { email_address: { client_side_validation: true, required: false, serialized_name: 'emailAddress', type: { name: 'String' } }, role: { client_side_validation: true, required: false, serialized_name: 'role', type: { name: 'String' } } } } } end