mirror of https://github.com/mingrammer/diagrams
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
408 B
28 lines
408 B
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
|
|
|
from . import _Elastic
|
|
|
|
|
|
class _Security(_Elastic):
|
|
_type = "security"
|
|
_icon_dir = "resources/elastic/security"
|
|
|
|
|
|
class Endpoint(_Security):
|
|
_icon = "endpoint.png"
|
|
|
|
|
|
class Security(_Security):
|
|
_icon = "security.png"
|
|
|
|
|
|
class SIEM(_Security):
|
|
_icon = "siem.png"
|
|
|
|
|
|
class Xdr(_Security):
|
|
_icon = "xdr.png"
|
|
|
|
|
|
# Aliases
|