class Azure::SecurityInsights::Mgmt::V2019_01_01_preview::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}.
Public Class Methods
mapper()
click to toggle source
Mapper for ActionPropertiesBase
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-01-01-preview/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: false, serialized_name: 'logicAppResourceId', type: { name: 'String' } } } } } end