Cae Identity Service Entities
Access Review
- Preview
- Usage
- Definition
import { AccessReview } from '@dinghy/diagrams/entitiesCaeIdentityService'
<AccessReview/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ACCESS_REVIEW } from '@dinghy/diagrams/entitiesCaeIdentityService'
<Shape
{...props}
_style={extendStyle(props, ACCESS_REVIEW)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Access_Review.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 50,
}
Active Directory
- Preview
- Usage
- Definition
import { ActiveDirectory } from '@dinghy/diagrams/entitiesCaeIdentityService'
<ActiveDirectory/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ACTIVE_DIRECTORY } from '@dinghy/diagrams/entitiesCaeIdentityService'
<Shape
{...props}
_style={extendStyle(props, ACTIVE_DIRECTORY)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Active_Directory.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 50,
}
Active Directory Connect Health
- Preview
- Usage
- Definition
import { ActiveDirectoryConnectHealth } from '@dinghy/diagrams/entitiesCaeIdentityService'
<ActiveDirectoryConnectHealth/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ACTIVE_DIRECTORY_CONNECT_HEALTH } from '@dinghy/diagrams/entitiesCaeIdentityService'
<Shape
{...props}
_style={extendStyle(props, ACTIVE_DIRECTORY_CONNECT_HEALTH)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Active_Directory_Health_Monitoring.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 50,
}
App Registrations
- Preview
- Usage
- Definition
import { AppRegistrations } from '@dinghy/diagrams/entitiesCaeIdentityService'
<AppRegistrations/>
// or
import { extendStyle } from "@dinghy/base-components";
import { APP_REGISTRATIONS } from '@dinghy/diagrams/entitiesCaeIdentityService'
<Shape
{...props}
_style={extendStyle(props, APP_REGISTRATIONS)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/App_Registrations.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 50,
}
Azure AD B2C
- Preview
- Usage
- Definition
import { AzureAdB2c } from '@dinghy/diagrams/entitiesCaeIdentityService'
<AzureAdB2c/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AZURE_AD_B2C } from '@dinghy/diagrams/entitiesCaeIdentityService'
<Shape
{...props}
_style={extendStyle(props, AZURE_AD_B2C)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Azure_AD_B2C.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 46,
}
Azure AD Domain Services
- Preview
- Usage
- Definition
import { AzureAdDomainServices } from '@dinghy/diagrams/entitiesCaeIdentityService'
<AzureAdDomainServices/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AZURE_AD_DOMAIN_SERVICES } from '@dinghy/diagrams/entitiesCaeIdentityService'
<Shape
{...props}
_style={extendStyle(props, AZURE_AD_DOMAIN_SERVICES)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Azure_AD_Domain_Services.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 50,
}
Azure AD Identity Protection
- Preview
- Usage
- Definition
import { AzureAdIdentityProtection } from '@dinghy/diagrams/entitiesCaeIdentityService'
<AzureAdIdentityProtection/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AZURE_AD_IDENTITY_PROTECTION } from '@dinghy/diagrams/entitiesCaeIdentityService'
<Shape
{...props}
_style={extendStyle(props, AZURE_AD_IDENTITY_PROTECTION)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Azure_AD_Identity_Protection.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 50,
}
Azure AD Privileged Identity Management
- Preview
- Usage
- Definition
import { AzureAdPrivilegedIdentityManagement } from '@dinghy/diagrams/entitiesCaeIdentityService'
<AzureAdPrivilegedIdentityManagement/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AZURE_AD_PRIVILEGED_IDENTITY_MANAGEMENT } from '@dinghy/diagrams/entitiesCaeIdentityService'
<Shape
{...props}
_style={extendStyle(props, AZURE_AD_PRIVILEGED_IDENTITY_MANAGEMENT)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Azure_AD_Privileged_Identity_Management.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 50,
}
Azure Information Protection
- Preview
- Usage
- Definition
import { AzureInformationProtection } from '@dinghy/diagrams/entitiesCaeIdentityService'
<AzureInformationProtection/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AZURE_INFORMATION_PROTECTION } from '@dinghy/diagrams/entitiesCaeIdentityService'
<Shape
{...props}
_style={extendStyle(props, AZURE_INFORMATION_PROTECTION)}
/>
{
_style: {
entity: 'sketch=0;aspect=fixed;shadow=0;dashed=0;html=1;strokeColor=none;labelPosition=center;verticalLabelPosition=bottom;verticalAlign=top;align=center;shape=mxgraph.mscae.cloud.azure_rights_management_rms;fillColor=#58B4D9;',
},
_original_width: 42,
_original_height: 50,
}
Conditional Access
- Preview
- Usage
- Definition
import { ConditionalAccess } from '@dinghy/diagrams/entitiesCaeIdentityService'
<ConditionalAccess/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CONDITIONAL_ACCESS } from '@dinghy/diagrams/entitiesCaeIdentityService'
<Shape
{...props}
_style={extendStyle(props, CONDITIONAL_ACCESS)}
/>
{
_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,
}
Enterprise Applications
- Preview
- Usage
- Definition
import { EnterpriseApplications } from '@dinghy/diagrams/entitiesCaeIdentityService'
<EnterpriseApplications/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ENTERPRISE_APPLICATIONS } from '@dinghy/diagrams/entitiesCaeIdentityService'
<Shape
{...props}
_style={extendStyle(props, ENTERPRISE_APPLICATIONS)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Enterprise_Applications.svg;strokeColor=none;',
},
_original_width: 49,
_original_height: 50,
}
Identity Governance
- Preview
- Usage
- Definition
import { IdentityGovernance } from '@dinghy/diagrams/entitiesCaeIdentityService'
<IdentityGovernance/>
// or
import { extendStyle } from "@dinghy/base-components";
import { IDENTITY_GOVERNANCE } from '@dinghy/diagrams/entitiesCaeIdentityService'
<Shape
{...props}
_style={extendStyle(props, IDENTITY_GOVERNANCE)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Identity_Governance.svg;strokeColor=none;',
},
_original_width: 50,
_original_height: 50,
}
Managed Identities
- Preview
- Usage
- Definition
import { ManagedIdentities } from '@dinghy/diagrams/entitiesCaeIdentityService'
<ManagedIdentities/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MANAGED_IDENTITIES } from '@dinghy/diagrams/entitiesCaeIdentityService'
<Shape
{...props}
_style={extendStyle(props, MANAGED_IDENTITIES)}
/>
{
_style: {
entity: 'image;sketch=0;aspect=fixed;html=1;points=[];align=center;fontSize=12;image=img/lib/mscae/Managed_Identities.svg;strokeColor=none;',
},
_width: 38,
_height: 50,
}