class Azure::SecurityInsights::Mgmt::V2020_01_01::Models::ActionPropertiesBase

Action property bag base.

Attributes

logic_app_resource_id[RW]

@return [String] Logic App Resource Id, /subscriptions/{my-subscription}/resourceGroups/{my-resource-group}/providers/Microsoft.Logic/workflows/{my-workflow-id}.

Private Class Methods

mapper() click to toggle source

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

# File lib/2020-01-01/generated/azure_mgmt_security_insights/models/action_properties_base.rb, line 24
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'ActionPropertiesBase',
    type: {
      name: 'Composite',
      class_name: 'ActionPropertiesBase',
      model_properties: {
        logic_app_resource_id: {
          client_side_validation: true,
          required: true,
          serialized_name: 'logicAppResourceId',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end