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.
diagrams/diagrams/gcp/security.py

39 lines
646 B

# This module is automatically generated by autogen.sh. DO NOT EDIT.
from . import _GCP
class _Security(_GCP):
_type = "security"
_icon_dir = "resources/gcp/security"
class Iam(_Security):
_icon = "iam.png"
class IAP(_Security):
_icon = "iap.png"
class KeyManagementService(_Security):
_icon = "key-management-service.png"
class ResourceManager(_Security):
_icon = "resource-manager.png"
class SecurityCommandCenter(_Security):
_icon = "security-command-center.png"
class SecurityScanner(_Security):
_icon = "security-scanner.png"
# Aliases
KMS = KeyManagementService
SCC = SecurityCommandCenter