# 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::Security::Mgmt::V2019_08_01 module Models # # Defines values for AlertIntent # module AlertIntent Unknown = "Unknown" PreAttack = "PreAttack" InitialAccess = "InitialAccess" Persistence = "Persistence" PrivilegeEscalation = "PrivilegeEscalation" DefenseEvasion = "DefenseEvasion" CredentialAccess = "CredentialAccess" Discovery = "Discovery" LateralMovement = "LateralMovement" Execution = "Execution" Collection = "Collection" Exfiltration = "Exfiltration" CommandAndControl = "CommandAndControl" Impact = "Impact" Probing = "Probing" Exploitation = "Exploitation" end end end