import { createProvider } from "../../create-provider"; export const AccessReview = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/identity/access-review.png" ); export const ActiveDirectoryConnectHealth = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/identity/active-directory-connect-health.png" ); export const ActiveDirectory = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/identity/active-directory.png" ); export const ADB2C = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/identity/ad-b2c.png" ); export const ADDomainServices = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/identity/ad-domain-services.png" ); export const ADIdentityProtection = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/identity/ad-identity-protection.png" ); export const ADPrivilegedIdentityManagement = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/identity/ad-privileged-identity-management.png" ); export const AppRegistrations = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/identity/app-registrations.png" ); export const ConditionalAccess = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/identity/conditional-access.png" ); export const EnterpriseApplications = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/identity/enterprise-applications.png" ); export const Groups = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/identity/groups.png" ); export const IdentityGovernance = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/identity/identity-governance.png" ); export const InformationProtection = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/identity/information-protection.png" ); export const ManagedIdentities = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/identity/managed-identities.png" ); export const Users = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/azure/identity/users.png" );