Sha256: 1fadf2c17fff735c7224d98e12941b3fb2a17d8edec36decd3f2c09b978a8421
Contents?: true
Size: 1.14 KB
Versions: 6
Compression:
Stored size: 1.14 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::Subscriptions::Mgmt::V2018_03_01_preview module Models # # Active Directory Principal who’ll get owner access on the new # subscription. # class AdPrincipal include MsRestAzure # @return [String] Object id of the Principal attr_accessor :object_id # # Mapper for AdPrincipal class as Ruby Hash. # This will be used for serialization/deserialization. # 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 end end end
Version data entries
6 entries across 6 versions & 1 rubygems