Cae Security Service Entities
Azure Sentinel
- Preview
- Usage
- Definition
import { AzureSentinel } from '@dinghy/diagrams/entitiesCaeSecurityService'
<AzureSentinel/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AZURE_SENTINEL } from '@dinghy/diagrams/entitiesCaeSecurityService'
<Shape
{...props}
_style={extendStyle(props, AZURE_SENTINEL)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Azure_Sentinel.svg;strokeColor=none;',
},
_original_width: 44,
_original_height: 50,
}
Key Vaults
- Preview
- Usage
- Definition
import { KeyVaults } from '@dinghy/diagrams/entitiesCaeSecurityService'
<KeyVaults/>
// or
import { extendStyle } from "@dinghy/base-components";
import { KEY_VAULTS } from '@dinghy/diagrams/entitiesCaeSecurityService'
<Shape
{...props}
_style={extendStyle(props, KEY_VAULTS)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Key_Vaults.svg;strokeColor=none;',
},
_original_width: 48,
_original_height: 50,
}
Security Center
- Preview
- Usage
- Definition
import { SecurityCenter } from '@dinghy/diagrams/entitiesCaeSecurityService'
<SecurityCenter/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SECURITY_CENTER } from '@dinghy/diagrams/entitiesCaeSecurityService'
<Shape
{...props}
_style={extendStyle(props, SECURITY_CENTER)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Security_Center.svg;strokeColor=none;',
},
_width: 36,
_height: 50,
}