UNPKG

diagrams-js

Version:

A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code

23 lines (22 loc) 2.73 kB
export declare function ApplicationSecurityGroups(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function AzureADAuthenticationMethods(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function AzureADIdentityProtection(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function AzureADPrivlegedIdentityManagement(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function AzureADRiskySignins(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function AzureADRiskyUsers(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function AzureInformationProtection(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function AzureSentinel(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function ConditionalAccess(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Defender(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Detonation(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function ExtendedSecurityUpdates(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Extendedsecurityupdates(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function IdentitySecureScore(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function KeyVaults(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function MicrosoftDefenderEasm(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function MicrosoftDefenderForCloud(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function MicrosoftDefenderForIot(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function MultifactorAuthentication(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function SecurityCenter(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function Sentinel(label?: string, options?: Record<string, unknown>): import("../index.ts").Node; export declare function UserSettings(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;