class Azure::Subscriptions::Mgmt::V2018_03_01_preview::Models::AdPrincipal
Active Directory Principal who’ll get owner access on the new subscription.
Attributes
object_id[RW]
@return [String] Object id of the Principal
Public Class Methods
mapper()
click to toggle source
Mapper for AdPrincipal
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2018-03-01-preview/generated/azure_mgmt_subscriptions/models/ad_principal.rb, line 24 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'AdPrincipal', type: { name: 'Composite', class_name: 'AdPrincipal', model_properties: { object_id: { client_side_validation: true, required: true, serialized_name: 'objectId', type: { name: 'String' } } } } } end