Sha256: b2eb06c5f3f4a35e873a75e47be9372dcb4699206fdb006962935298ac658ac7

Contents?: true

Size: 1.56 KB

Versions: 2

Compression:

Stored size: 1.56 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::Resources2::Mgmt::V2019_07_01
  module Models
    #
    # The debug setting.
    #
    class DebugSetting

      include MsRestAzure2

      # @return [String] Specifies the type of information to log for
      # debugging. The permitted values are none, requestContent,
      # responseContent, or both requestContent and responseContent separated
      # by a comma. The default is none. When setting this value, carefully
      # consider the type of information you are passing in during deployment.
      # By logging information about the request or response, you could
      # potentially expose sensitive data that is retrieved through the
      # deployment operations.
      attr_accessor :detail_level


      #
      # Mapper for DebugSetting class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          client_side_validation: true,
          required: false,
          serialized_name: 'DebugSetting',
          type: {
            name: 'Composite',
            class_name: 'DebugSetting',
            model_properties: {
              detail_level: {
                client_side_validation: true,
                required: false,
                serialized_name: 'detailLevel',
                type: {
                  name: 'String'
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
azure_mgmt_resources2-1.0.1 lib/2019-07-01/generated/azure_mgmt_resources2/models/debug_setting.rb
azure_mgmt_resources2-1.0.0 lib/2019-07-01/generated/azure_mgmt_resources2/models/debug_setting.rb