Office Security Entities
Active Directory
- Preview
- Usage
- Definition
import { ActiveDirectory } from '@dinghy/diagrams/entitiesOfficeSecurity'
<ActiveDirectory/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ACTIVE_DIRECTORY } from '@dinghy/diagrams/entitiesOfficeSecurity'
<Shape
{...props}
_style={extendStyle(props, ACTIVE_DIRECTORY)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.security.active_directory;',
},
_original_width: 53,
_original_height: 46,
}
Address Book Policies
- Preview
- Usage
- Definition
import { AddressBookPolicies } from '@dinghy/diagrams/entitiesOfficeSecurity'
<AddressBookPolicies/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ADDRESS_BOOK_POLICIES } from '@dinghy/diagrams/entitiesOfficeSecurity'
<Shape
{...props}
_style={extendStyle(props, ADDRESS_BOOK_POLICIES)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.security.address_book_policies;',
},
_original_width: 55,
_original_height: 53,
}
Certificate
- Preview
- Usage
- Definition
import { Certificate } from '@dinghy/diagrams/entitiesOfficeSecurity'
<Certificate/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CERTIFICATE } from '@dinghy/diagrams/entitiesOfficeSecurity'
<Shape
{...props}
_style={extendStyle(props, CERTIFICATE)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.security.certificate;',
},
_original_width: 58,
_original_height: 50,
}
Credentials
- Preview
- Usage
- Definition
import { Credentials } from '@dinghy/diagrams/entitiesOfficeSecurity'
<Credentials/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CREDENTIALS } from '@dinghy/diagrams/entitiesOfficeSecurity'
<Shape
{...props}
_style={extendStyle(props, CREDENTIALS)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.security.credentials;',
},
_original_width: 56,
_original_height: 58,
}
Domain
- Preview
- Usage
- Definition
import { Domain } from '@dinghy/diagrams/entitiesOfficeSecurity'
<Domain/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DOMAIN } from '@dinghy/diagrams/entitiesOfficeSecurity'
<Shape
{...props}
_style={extendStyle(props, DOMAIN)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.security.domain;',
},
_original_width: 53,
_original_height: 46,
}
Email Address Policy
- Preview
- Usage
- Definition
import { EmailAddressPolicy } from '@dinghy/diagrams/entitiesOfficeSecurity'
<EmailAddressPolicy/>
// or
import { extendStyle } from "@dinghy/base-components";
import { EMAIL_ADDRESS_POLICY } from '@dinghy/diagrams/entitiesOfficeSecurity'
<Shape
{...props}
_style={extendStyle(props, EMAIL_ADDRESS_POLICY)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.security.email_address_policy;',
},
_original_width: 55,
_original_height: 53,
}
Federation Service
- Preview
- Usage
- Definition
import { FederationService } from '@dinghy/diagrams/entitiesOfficeSecurity'
<FederationService/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FEDERATION_SERVICE } from '@dinghy/diagrams/entitiesOfficeSecurity'
<Shape
{...props}
_style={extendStyle(props, FEDERATION_SERVICE)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.security.federation_service;',
},
_original_width: 58,
_original_height: 59,
}
Federation Trust
- Preview
- Usage
- Definition
import { FederationTrust } from '@dinghy/diagrams/entitiesOfficeSecurity'
<FederationTrust/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FEDERATION_TRUST } from '@dinghy/diagrams/entitiesOfficeSecurity'
<Shape
{...props}
_style={extendStyle(props, FEDERATION_TRUST)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.security.federation_trust;',
},
_original_width: 58,
_original_height: 59,
}
IRM-Protected Message
- Preview
- Usage
- Definition
import { IrmProtectedMessage } from '@dinghy/diagrams/entitiesOfficeSecurity'
<IrmProtectedMessage/>
// or
import { extendStyle } from "@dinghy/base-components";
import { IRM_PROTECTED_MESSAGE } from '@dinghy/diagrams/entitiesOfficeSecurity'
<Shape
{...props}
_style={extendStyle(props, IRM_PROTECTED_MESSAGE)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.security.irm_protected_message;',
},
_original_width: 56,
_original_height: 50,
}
Key, Permissions
- Preview
- Usage
- Definition
import { KeyPermissions } from '@dinghy/diagrams/entitiesOfficeSecurity'
<KeyPermissions/>
// or
import { extendStyle } from "@dinghy/base-components";
import { KEY_PERMISSIONS } from '@dinghy/diagrams/entitiesOfficeSecurity'
<Shape
{...props}
_style={extendStyle(props, KEY_PERMISSIONS)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.security.key_permissions;',
},
_width: 25,
_height: 53,
}
Key, Permissions (blue)
- Preview
- Usage
- Definition
import { KeyPermissionsBlue } from '@dinghy/diagrams/entitiesOfficeSecurity'
<KeyPermissionsBlue/>
// or
import { extendStyle } from "@dinghy/base-components";
import { KEY_PERMISSIONS_BLUE } from '@dinghy/diagrams/entitiesOfficeSecurity'
<Shape
{...props}
_style={extendStyle(props, KEY_PERMISSIONS_BLUE)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.security.key_permissions;fillColor=#2072B8;',
},
_width: 25,
_height: 53,
}
Key, Permissions (ghosted)
- Preview
- Usage
- Definition
import { KeyPermissionsGhosted } from '@dinghy/diagrams/entitiesOfficeSecurity'
<KeyPermissionsGhosted/>
// or
import { extendStyle } from "@dinghy/base-components";
import { KEY_PERMISSIONS_GHOSTED } from '@dinghy/diagrams/entitiesOfficeSecurity'
<Shape
{...props}
_style={extendStyle(props, KEY_PERMISSIONS_GHOSTED)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.security.key_permissions;fillColor=#CCCBCB;',
},
_width: 25,
_height: 53,
}
Key, Permissions (green)
- Preview
- Usage
- Definition
import { KeyPermissionsGreen } from '@dinghy/diagrams/entitiesOfficeSecurity'
<KeyPermissionsGreen/>
// or
import { extendStyle } from "@dinghy/base-components";
import { KEY_PERMISSIONS_GREEN } from '@dinghy/diagrams/entitiesOfficeSecurity'
<Shape
{...props}
_style={extendStyle(props, KEY_PERMISSIONS_GREEN)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.security.key_permissions;fillColor=#7FBA42;',
},
_width: 25,
_height: 53,
}
Key, Permissions (orange)
- Preview
- Usage
- Definition
import { KeyPermissionsOrange } from '@dinghy/diagrams/entitiesOfficeSecurity'
<KeyPermissionsOrange/>
// or
import { extendStyle } from "@dinghy/base-components";
import { KEY_PERMISSIONS_ORANGE } from '@dinghy/diagrams/entitiesOfficeSecurity'
<Shape
{...props}
_style={extendStyle(props, KEY_PERMISSIONS_ORANGE)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.security.key_permissions;fillColor=#DA4026;',
},
_width: 25,
_height: 53,
}
Lock With Key, Security
- Preview
- Usage
- Definition
import { LockWithKeySecurity } from '@dinghy/diagrams/entitiesOfficeSecurity'
<LockWithKeySecurity/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LOCK_WITH_KEY_SECURITY } from '@dinghy/diagrams/entitiesOfficeSecurity'
<Shape
{...props}
_style={extendStyle(props, LOCK_WITH_KEY_SECURITY)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.security.lock_with_key_security;',
},
_original_width: 47,
_original_height: 58,
}
Lock With Key, Security (blue)
- Preview
- Usage
- Definition
import { LockWithKeySecurityBlue } from '@dinghy/diagrams/entitiesOfficeSecurity'
<LockWithKeySecurityBlue/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LOCK_WITH_KEY_SECURITY_BLUE } from '@dinghy/diagrams/entitiesOfficeSecurity'
<Shape
{...props}
_style={extendStyle(props, LOCK_WITH_KEY_SECURITY_BLUE)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.security.lock_with_key_security_blue;',
},
_original_width: 47,
_original_height: 58,
}
Lock With Key, Security (ghosted)
- Preview
- Usage
- Definition
import { LockWithKeySecurityGhosted } from '@dinghy/diagrams/entitiesOfficeSecurity'
<LockWithKeySecurityGhosted/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LOCK_WITH_KEY_SECURITY_GHOSTED } from '@dinghy/diagrams/entitiesOfficeSecurity'
<Shape
{...props}
_style={extendStyle(props, LOCK_WITH_KEY_SECURITY_GHOSTED)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.security.lock_with_key_security_ghosted;',
},
_original_width: 47,
_original_height: 58,
}
Lock With Key, Security (green)
- Preview
- Usage
- Definition
import { LockWithKeySecurityGreen } from '@dinghy/diagrams/entitiesOfficeSecurity'
<LockWithKeySecurityGreen/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LOCK_WITH_KEY_SECURITY_GREEN } from '@dinghy/diagrams/entitiesOfficeSecurity'
<Shape
{...props}
_style={extendStyle(props, LOCK_WITH_KEY_SECURITY_GREEN)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.security.lock_with_key_security_green;',
},
_original_width: 47,
_original_height: 58,
}
Lock With Key, Security (orange)
- Preview
- Usage
- Definition
import { LockWithKeySecurityOrange } from '@dinghy/diagrams/entitiesOfficeSecurity'
<LockWithKeySecurityOrange/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LOCK_WITH_KEY_SECURITY_ORANGE } from '@dinghy/diagrams/entitiesOfficeSecurity'
<Shape
{...props}
_style={extendStyle(props, LOCK_WITH_KEY_SECURITY_ORANGE)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.security.lock_with_key_security_orange;',
},
_original_width: 47,
_original_height: 58,
}
Lock, Protected
- Preview
- Usage
- Definition
import { LockProtected } from '@dinghy/diagrams/entitiesOfficeSecurity'
<LockProtected/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LOCK_PROTECTED } from '@dinghy/diagrams/entitiesOfficeSecurity'
<Shape
{...props}
_style={extendStyle(props, LOCK_PROTECTED)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.security.lock_protected;',
},
_width: 38,
_height: 52,
}
Lock, Protected (blue)
- Preview
- Usage
- Definition
import { LockProtectedBlue } from '@dinghy/diagrams/entitiesOfficeSecurity'
<LockProtectedBlue/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LOCK_PROTECTED_BLUE } from '@dinghy/diagrams/entitiesOfficeSecurity'
<Shape
{...props}
_style={extendStyle(props, LOCK_PROTECTED_BLUE)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.security.lock_protected;fillColor=#2072B8;',
},
_width: 38,
_height: 52,
}
Lock, Protected (ghosted)
- Preview
- Usage
- Definition
import { LockProtectedGhosted } from '@dinghy/diagrams/entitiesOfficeSecurity'
<LockProtectedGhosted/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LOCK_PROTECTED_GHOSTED } from '@dinghy/diagrams/entitiesOfficeSecurity'
<Shape
{...props}
_style={extendStyle(props, LOCK_PROTECTED_GHOSTED)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.security.lock_protected;fillColor=#CCCBCB;',
},
_width: 38,
_height: 52,
}
Lock, Protected (green)
- Preview
- Usage
- Definition
import { LockProtectedGreen } from '@dinghy/diagrams/entitiesOfficeSecurity'
<LockProtectedGreen/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LOCK_PROTECTED_GREEN } from '@dinghy/diagrams/entitiesOfficeSecurity'
<Shape
{...props}
_style={extendStyle(props, LOCK_PROTECTED_GREEN)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.security.lock_protected;fillColor=#7FBA42;',
},
_width: 38,
_height: 52,
}
Lock, Protected (orange)
- Preview
- Usage
- Definition
import { LockProtectedOrange } from '@dinghy/diagrams/entitiesOfficeSecurity'
<LockProtectedOrange/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LOCK_PROTECTED_ORANGE } from '@dinghy/diagrams/entitiesOfficeSecurity'
<Shape
{...props}
_style={extendStyle(props, LOCK_PROTECTED_ORANGE)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.security.lock_protected;fillColor=#DA4026;',
},
_width: 38,
_height: 52,
}
Lock, Unprotected
- Preview
- Usage
- Definition
import { LockUnprotected } from '@dinghy/diagrams/entitiesOfficeSecurity'
<LockUnprotected/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LOCK_UNPROTECTED } from '@dinghy/diagrams/entitiesOfficeSecurity'
<Shape
{...props}
_style={extendStyle(props, LOCK_UNPROTECTED)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.security.lock_unprotected;',
},
_width: 38,
_height: 55,
}
Lock, Unprotected (blue)
- Preview
- Usage
- Definition
import { LockUnprotectedBlue } from '@dinghy/diagrams/entitiesOfficeSecurity'
<LockUnprotectedBlue/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LOCK_UNPROTECTED_BLUE } from '@dinghy/diagrams/entitiesOfficeSecurity'
<Shape
{...props}
_style={extendStyle(props, LOCK_UNPROTECTED_BLUE)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.security.lock_unprotected;fillColor=#2072B8;',
},
_width: 38,
_height: 55,
}
Lock, Unprotected (ghosted)
- Preview
- Usage
- Definition
import { LockUnprotectedGhosted } from '@dinghy/diagrams/entitiesOfficeSecurity'
<LockUnprotectedGhosted/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LOCK_UNPROTECTED_GHOSTED } from '@dinghy/diagrams/entitiesOfficeSecurity'
<Shape
{...props}
_style={extendStyle(props, LOCK_UNPROTECTED_GHOSTED)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.security.lock_unprotected;fillColor=#CCCBCB;',
},
_width: 38,
_height: 55,
}
Lock, Unprotected (green)
- Preview
- Usage
- Definition
import { LockUnprotectedGreen } from '@dinghy/diagrams/entitiesOfficeSecurity'
<LockUnprotectedGreen/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LOCK_UNPROTECTED_GREEN } from '@dinghy/diagrams/entitiesOfficeSecurity'
<Shape
{...props}
_style={extendStyle(props, LOCK_UNPROTECTED_GREEN)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.security.lock_unprotected;fillColor=#7FBA42;',
},
_width: 38,
_height: 55,
}
Lock, Unprotected (orange)
- Preview
- Usage
- Definition
import { LockUnprotectedOrange } from '@dinghy/diagrams/entitiesOfficeSecurity'
<LockUnprotectedOrange/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LOCK_UNPROTECTED_ORANGE } from '@dinghy/diagrams/entitiesOfficeSecurity'
<Shape
{...props}
_style={extendStyle(props, LOCK_UNPROTECTED_ORANGE)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.security.lock_unprotected;fillColor=#DA4026;',
},
_width: 38,
_height: 55,
}
Management Role
- Preview
- Usage
- Definition
import { ManagementRole } from '@dinghy/diagrams/entitiesOfficeSecurity'
<ManagementRole/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MANAGEMENT_ROLE } from '@dinghy/diagrams/entitiesOfficeSecurity'
<Shape
{...props}
_style={extendStyle(props, MANAGEMENT_ROLE)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.security.management_role;',
},
_original_width: 45,
_original_height: 45,
}
Policy
- Preview
- Usage
- Definition
import { Policy } from '@dinghy/diagrams/entitiesOfficeSecurity'
<Policy/>
// or
import { extendStyle } from "@dinghy/base-components";
import { POLICY } from '@dinghy/diagrams/entitiesOfficeSecurity'
<Shape
{...props}
_style={extendStyle(props, POLICY)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.security.policy;',
},
_original_width: 53,
_original_height: 49,
}
Protected Voice Mail
- Preview
- Usage
- Definition
import { ProtectedVoiceMail } from '@dinghy/diagrams/entitiesOfficeSecurity'
<ProtectedVoiceMail/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PROTECTED_VOICE_MAIL } from '@dinghy/diagrams/entitiesOfficeSecurity'
<Shape
{...props}
_style={extendStyle(props, PROTECTED_VOICE_MAIL)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.security.protected_voice_mail;',
},
_original_width: 59,
_original_height: 51,
}
Retention Policy
- Preview
- Usage
- Definition
import { RetentionPolicy } from '@dinghy/diagrams/entitiesOfficeSecurity'
<RetentionPolicy/>
// or
import { extendStyle } from "@dinghy/base-components";
import { RETENTION_POLICY } from '@dinghy/diagrams/entitiesOfficeSecurity'
<Shape
{...props}
_style={extendStyle(props, RETENTION_POLICY)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.security.retention_policy;',
},
_original_width: 54,
_original_height: 55,
}
Retention Policy Tag
- Preview
- Usage
- Definition
import { RetentionPolicyTag } from '@dinghy/diagrams/entitiesOfficeSecurity'
<RetentionPolicyTag/>
// or
import { extendStyle } from "@dinghy/base-components";
import { RETENTION_POLICY_TAG } from '@dinghy/diagrams/entitiesOfficeSecurity'
<Shape
{...props}
_style={extendStyle(props, RETENTION_POLICY_TAG)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.security.retention_policy_tag;',
},
_original_width: 56,
_original_height: 58,
}
Role Assignment Policy
- Preview
- Usage
- Definition
import { RoleAssignmentPolicy } from '@dinghy/diagrams/entitiesOfficeSecurity'
<RoleAssignmentPolicy/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ROLE_ASSIGNMENT_POLICY } from '@dinghy/diagrams/entitiesOfficeSecurity'
<Shape
{...props}
_style={extendStyle(props, ROLE_ASSIGNMENT_POLICY)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.security.role_assignment_policy;',
},
_original_width: 55,
_original_height: 54,
}
Role Group
- Preview
- Usage
- Definition
import { RoleGroup } from '@dinghy/diagrams/entitiesOfficeSecurity'
<RoleGroup/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ROLE_GROUP } from '@dinghy/diagrams/entitiesOfficeSecurity'
<Shape
{...props}
_style={extendStyle(props, ROLE_GROUP)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.security.role_group;',
},
_original_width: 59,
_original_height: 56,
}
Secure Messaging
- Preview
- Usage
- Definition
import { SecureMessaging } from '@dinghy/diagrams/entitiesOfficeSecurity'
<SecureMessaging/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SECURE_MESSAGING } from '@dinghy/diagrams/entitiesOfficeSecurity'
<Shape
{...props}
_style={extendStyle(props, SECURE_MESSAGING)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.security.secure_messaging;',
},
_original_width: 55,
_original_height: 46,
}
Security Access Portal
- Preview
- Usage
- Definition
import { SecurityAccessPortal } from '@dinghy/diagrams/entitiesOfficeSecurity'
<SecurityAccessPortal/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SECURITY_ACCESS_PORTAL } from '@dinghy/diagrams/entitiesOfficeSecurity'
<Shape
{...props}
_style={extendStyle(props, SECURITY_ACCESS_PORTAL)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.security.security_access_portal;',
},
_original_width: 64,
_original_height: 55,
}
Sharing Policy
- Preview
- Usage
- Definition
import { SharingPolicy } from '@dinghy/diagrams/entitiesOfficeSecurity'
<SharingPolicy/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SHARING_POLICY } from '@dinghy/diagrams/entitiesOfficeSecurity'
<Shape
{...props}
_style={extendStyle(props, SHARING_POLICY)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.security.sharing_policy;',
},
_original_width: 56,
_original_height: 53,
}
Split-Domain User
- Preview
- Usage
- Definition
import { SplitDomainUser } from '@dinghy/diagrams/entitiesOfficeSecurity'
<SplitDomainUser/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SPLIT_DOMAIN_USER } from '@dinghy/diagrams/entitiesOfficeSecurity'
<Shape
{...props}
_style={extendStyle(props, SPLIT_DOMAIN_USER)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.security.split_domain_user;',
},
_original_width: 59,
_original_height: 55,
}
Token
- Preview
- Usage
- Definition
import { Token } from '@dinghy/diagrams/entitiesOfficeSecurity'
<Token/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TOKEN } from '@dinghy/diagrams/entitiesOfficeSecurity'
<Shape
{...props}
_style={extendStyle(props, TOKEN)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.security.token;',
},
_original_width: 41,
_original_height: 52,
}
Token Service
- Preview
- Usage
- Definition
import { TokenService } from '@dinghy/diagrams/entitiesOfficeSecurity'
<TokenService/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TOKEN_SERVICE } from '@dinghy/diagrams/entitiesOfficeSecurity'
<Shape
{...props}
_style={extendStyle(props, TOKEN_SERVICE)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.security.token_service;',
},
_original_width: 60,
_original_height: 56,
}
Trusted Application Server
- Preview
- Usage
- Definition
import { TrustedApplicationServer } from '@dinghy/diagrams/entitiesOfficeSecurity'
<TrustedApplicationServer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TRUSTED_APPLICATION_SERVER } from '@dinghy/diagrams/entitiesOfficeSecurity'
<Shape
{...props}
_style={extendStyle(props, TRUSTED_APPLICATION_SERVER)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.security.trusted_application_server;',
},
_original_width: 46,
_original_height: 57,
}
UM Mailbox Policy
- Preview
- Usage
- Definition
import { UmMailboxPolicy } from '@dinghy/diagrams/entitiesOfficeSecurity'
<UmMailboxPolicy/>
// or
import { extendStyle } from "@dinghy/base-components";
import { UM_MAILBOX_POLICY } from '@dinghy/diagrams/entitiesOfficeSecurity'
<Shape
{...props}
_style={extendStyle(props, UM_MAILBOX_POLICY)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.security.um_mailbox_policy;',
},
_original_width: 55,
_original_height: 53,
}
Universal Security Group
- Preview
- Usage
- Definition
import { UniversalSecurityGroup } from '@dinghy/diagrams/entitiesOfficeSecurity'
<UniversalSecurityGroup/>
// or
import { extendStyle } from "@dinghy/base-components";
import { UNIVERSAL_SECURITY_GROUP } from '@dinghy/diagrams/entitiesOfficeSecurity'
<Shape
{...props}
_style={extendStyle(props, UNIVERSAL_SECURITY_GROUP)}
/>
{
_style: {
entity: 'sketch=0;pointerEvents=1;shadow=0;dashed=0;html=1;strokeColor=none;fillColor=#505050;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;outlineConnect=0;align=center;shape=mxgraph.office.security.universal_security_group;',
},
_original_width: 58,
_original_height: 58,
}