class Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::Authentication

Authentication mechanism for IoT devices.

Attributes

symmetric_key[RW]

@return [SymmetricKey] Symmetric key for authentication.

Private Class Methods

mapper() click to toggle source

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

# File lib/2019-08-01/generated/azure_mgmt_databoxedge/models/authentication.rb, line 23
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'Authentication',
    type: {
      name: 'Composite',
      class_name: 'Authentication',
      model_properties: {
        symmetric_key: {
          client_side_validation: true,
          required: false,
          serialized_name: 'symmetricKey',
          type: {
            name: 'Composite',
            class_name: 'SymmetricKey'
          }
        }
      }
    }
  }
end