File: security.py

package info (click to toggle)
python-diagrams 0.23.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 29,208 kB
  • sloc: python: 4,963; makefile: 6
file content (19 lines) | stat: -rw-r--r-- 358 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# This module is automatically generated by autogen.sh. DO NOT EDIT.

from . import _Outscale


class _Security(_Outscale):
    _type = "security"
    _icon_dir = "resources/outscale/security"


class Firewall(_Security):
    _icon = "firewall.png"


class IdentityAndAccessManagement(_Security):
    _icon = "identity-and-access-management.png"


# Aliases