Sha256: 4784958bb0f364bc29b8957a8fa2e9bc2cbc7db7896385e5774dbdc09fcf4cd6

Contents?: true

Size: 1.13 KB

Versions: 3

Compression:

Stored size: 1.13 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 for subscription creation delegated permission
    #
    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

3 entries across 3 versions & 1 rubygems

Version Path
azure_mgmt_subscriptions-0.17.3 lib/2018-03-01-preview/generated/azure_mgmt_subscriptions/models/ad_principal.rb
azure_mgmt_subscriptions-0.17.2 lib/2018-03-01-preview/generated/azure_mgmt_subscriptions/models/ad_principal.rb
azure_mgmt_subscriptions-0.17.1 lib/2018-03-01-preview/generated/azure_mgmt_subscriptions/models/ad_principal.rb