class Azure::Hdinsight::Mgmt::V2015_03_01_preview::Models::KafkaRestProperties

The kafka rest proxy configuration which contains AAD security group information.

Attributes

client_group_info[RW]

@return [ClientGroupInfo] The information of AAD security group.

Public Class Methods

mapper() click to toggle source

Mapper for KafkaRestProperties class as Ruby Hash. This will be used for serialization/deserialization.

# File lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/models/kafka_rest_properties.rb, line 24
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'KafkaRestProperties',
    type: {
      name: 'Composite',
      class_name: 'KafkaRestProperties',
      model_properties: {
        client_group_info: {
          client_side_validation: true,
          required: false,
          serialized_name: 'clientGroupInfo',
          type: {
            name: 'Composite',
            class_name: 'ClientGroupInfo'
          }
        }
      }
    }
  }
end