class Azure::Security::Mgmt::V2017_08_01_preview::Models::SettingResource
The kind of the security setting
Attributes
kind[RW]
@return [SettingKind] the kind of the settings string (DataExportSetting
). Possible values include: 'DataExportSetting', 'AlertSuppressionSetting'
Public Class Methods
mapper()
click to toggle source
Mapper for SettingResource
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2017-08-01-preview/generated/azure_mgmt_security/models/setting_resource.rb, line 25 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'SettingResource', type: { name: 'Composite', class_name: 'SettingResource', model_properties: { id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'id', type: { name: 'String' } }, name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'name', type: { name: 'String' } }, type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'type', type: { name: 'String' } }, kind: { client_side_validation: true, required: true, serialized_name: 'kind', type: { name: 'String' } } } } } end