1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
from . import _Azure
class _Identity(_Azure):
_type = "identity"
_icon_dir = "resources/azure/identity"
class AccessReview(_Identity):
_icon = "access-review.png"
class ActiveDirectoryConnectHealth(_Identity):
_icon = "active-directory-connect-health.png"
class ActiveDirectory(_Identity):
_icon = "active-directory.png"
class ADB2C(_Identity):
_icon = "ad-b2c.png"
class ADDomainServices(_Identity):
_icon = "ad-domain-services.png"
class ADIdentityProtection(_Identity):
_icon = "ad-identity-protection.png"
class ADPrivilegedIdentityManagement(_Identity):
_icon = "ad-privileged-identity-management.png"
class AppRegistrations(_Identity):
_icon = "app-registrations.png"
class ConditionalAccess(_Identity):
_icon = "conditional-access.png"
class EnterpriseApplications(_Identity):
_icon = "enterprise-applications.png"
class Groups(_Identity):
_icon = "groups.png"
class IdentityGovernance(_Identity):
_icon = "identity-governance.png"
class InformationProtection(_Identity):
_icon = "information-protection.png"
class ManagedIdentities(_Identity):
_icon = "managed-identities.png"
class Users(_Identity):
_icon = "users.png"
# Aliases
|