class Azure::SecurityInsights::Mgmt::V2020_01_01::Models::MicrosoftSecurityIncidentCreationAlertRuleTemplate
Represents MicrosoftSecurityIncidentCreation rule template.
Attributes
@return [Integer] the number of alert rules that were created by this template
@return [DateTime] The time that this alert rule template has been added.
@return [String] The description of the alert rule template.
@return [String] The display name for alert rule template.
@return [Array<String>] the alerts' displayNames on which the cases will not be generated
@return [Array<String>] the alerts' displayNames on which the cases will be generated
@return [MicrosoftSecurityProductName] The alerts' productName on which the cases will be generated. Possible values include: 'Microsoft Cloud App Security', 'Azure Security Center', 'Azure Advanced Threat Protection', 'Azure Active Directory Identity Protection', 'Azure Security Center for IoT'
@return [Array<AlertRuleTemplateDataSource>] The required data connectors for this template
@return [Array<AlertSeverity>] the alerts' severities on which the cases will be generated
@return [TemplateStatus] The alert rule template status. Possible values include: 'Installed', 'Available', 'NotAvailable'
Private Class Methods
Mapper for MicrosoftSecurityIncidentCreationAlertRuleTemplate
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2020-01-01/generated/azure_mgmt_security_insights/models/microsoft_security_incident_creation_alert_rule_template.rb, line 69 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'MicrosoftSecurityIncidentCreation', type: { name: 'Composite', class_name: 'MicrosoftSecurityIncidentCreationAlertRuleTemplate', 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' } }, alert_rules_created_by_template_count: { client_side_validation: true, required: false, serialized_name: 'properties.alertRulesCreatedByTemplateCount', type: { name: 'Number' } }, created_date_utc: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.createdDateUTC', type: { name: 'DateTime' } }, description: { client_side_validation: true, required: false, serialized_name: 'properties.description', type: { name: 'String' } }, display_name: { client_side_validation: true, required: false, serialized_name: 'properties.displayName', type: { name: 'String' } }, required_data_connectors: { client_side_validation: true, required: false, serialized_name: 'properties.requiredDataConnectors', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'AlertRuleTemplateDataSourceElementType', type: { name: 'Composite', class_name: 'AlertRuleTemplateDataSource' } } } }, status: { client_side_validation: true, required: false, serialized_name: 'properties.status', type: { name: 'String' } }, display_names_filter: { client_side_validation: true, required: false, serialized_name: 'properties.displayNamesFilter', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } }, display_names_exclude_filter: { client_side_validation: true, required: false, serialized_name: 'properties.displayNamesExcludeFilter', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } }, product_filter: { client_side_validation: true, required: true, serialized_name: 'properties.productFilter', type: { name: 'String' } }, severities_filter: { client_side_validation: true, required: false, serialized_name: 'properties.severitiesFilter', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'AlertSeverityElementType', type: { name: 'String' } } } } } } } end
# File lib/2020-01-01/generated/azure_mgmt_security_insights/models/microsoft_security_incident_creation_alert_rule_template.rb, line 16 def initialize @kind = "MicrosoftSecurityIncidentCreation" end