Sap Foundational Entities
Application Autoscaler
- Preview
- Usage
- Definition

import { ApplicationAutoscaler } from '@dinghy/diagrams/entitiesSapFoundational'
<ApplicationAutoscaler/>
// or
import { extendStyle } from "@dinghy/base-components";
import { APPLICATION_AUTOSCALER } from '@dinghy/diagrams/entitiesSapFoundational'
<Shape
{...props}
_style={extendStyle(props, APPLICATION_AUTOSCALER)}
/>
{
_style: {
entity: 'shape=mxgraph.sap.icon;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;strokeWidth=1;strokeColor=#D5DADD;fillColor=#EDEFF0;gradientColor=#FCFCFC;gradientDirection=west;aspect=fixed;SAPIcon=Application_Autoscaler',
},
_original_width: 50,
_original_height: 50,
}
Application Vulnerability Report
- Preview
- Usage
- Definition

import { ApplicationVulnerabilityReport } from '@dinghy/diagrams/entitiesSapFoundational'
<ApplicationVulnerabilityReport/>
// or
import { extendStyle } from "@dinghy/base-components";
import { APPLICATION_VULNERABILITY_REPORT } from '@dinghy/diagrams/entitiesSapFoundational'
<Shape
{...props}
_style={extendStyle(props, APPLICATION_VULNERABILITY_REPORT)}
/>
{
_style: {
entity: 'shape=mxgraph.sap.icon;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;strokeWidth=1;strokeColor=#D5DADD;fillColor=#EDEFF0;gradientColor=#FCFCFC;gradientDirection=west;aspect=fixed;SAPIcon=Application_Vulnerability_Report',
},
_original_width: 50,
_original_height: 50,
}
Cloud Connector
- Preview
- Usage
- Definition

import { CloudConnector } from '@dinghy/diagrams/entitiesSapFoundational'
<CloudConnector/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CLOUD_CONNECTOR } from '@dinghy/diagrams/entitiesSapFoundational'
<Shape
{...props}
_style={extendStyle(props, CLOUD_CONNECTOR)}
/>
{
_style: {
entity: 'shape=mxgraph.sap.icon;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;strokeWidth=1;strokeColor=#D5DADD;fillColor=#EDEFF0;gradientColor=#FCFCFC;gradientDirection=west;aspect=fixed;SAPIcon=Cloud_Connector2',
},
_original_width: 50,
_original_height: 50,
}
Cloud Integration Automation
- Preview
- Usage
- Definition

import { CloudIntegrationAutomation } from '@dinghy/diagrams/entitiesSapFoundational'
<CloudIntegrationAutomation/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CLOUD_INTEGRATION_AUTOMATION } from '@dinghy/diagrams/entitiesSapFoundational'
<Shape
{...props}
_style={extendStyle(props, CLOUD_INTEGRATION_AUTOMATION)}
/>
{
_style: {
entity: 'shape=mxgraph.sap.icon;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;strokeWidth=1;strokeColor=#D5DADD;fillColor=#EDEFF0;gradientColor=#FCFCFC;gradientDirection=west;aspect=fixed;SAPIcon=Cloud_Integration_Automation',
},
_original_width: 50,
_original_height: 50,
}
Identity Authentication
- Preview
- Usage
- Definition

import { IdentityAuthentication } from '@dinghy/diagrams/entitiesSapFoundational'
<IdentityAuthentication/>
// or
import { extendStyle } from "@dinghy/base-components";
import { IDENTITY_AUTHENTICATION } from '@dinghy/diagrams/entitiesSapFoundational'
<Shape
{...props}
_style={extendStyle(props, IDENTITY_AUTHENTICATION)}
/>
{
_style: {
entity: 'shape=mxgraph.sap.icon;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;strokeWidth=1;strokeColor=#D5DADD;fillColor=#EDEFF0;gradientColor=#FCFCFC;gradientDirection=west;aspect=fixed;SAPIcon=Identity_Authentication2',
},
_original_width: 50,
_original_height: 50,
}
Identity Authentication 2
- Preview
- Usage
- Definition

import { IdentityAuthentication2 } from '@dinghy/diagrams/entitiesSapFoundational'
<IdentityAuthentication2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { IDENTITY_AUTHENTICATION_2 } from '@dinghy/diagrams/entitiesSapFoundational'
<Shape
{...props}
_style={extendStyle(props, IDENTITY_AUTHENTICATION_2)}
/>
{
_style: {
entity: 'shape=mxgraph.sap.icon;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;strokeWidth=1;strokeColor=#D5DADD;fillColor=#EDEFF0;gradientColor=#FCFCFC;gradientDirection=west;aspect=fixed;SAPIcon=Identity_Authentication',
},
_original_width: 50,
_original_height: 50,
}
Identity Directory
- Preview
- Usage
- Definition

import { IdentityDirectory } from '@dinghy/diagrams/entitiesSapFoundational'
<IdentityDirectory/>
// or
import { extendStyle } from "@dinghy/base-components";
import { IDENTITY_DIRECTORY } from '@dinghy/diagrams/entitiesSapFoundational'
<Shape
{...props}
_style={extendStyle(props, IDENTITY_DIRECTORY)}
/>
{
_style: {
entity: 'shape=mxgraph.sap.icon;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;strokeWidth=1;strokeColor=#D5DADD;fillColor=#EDEFF0;gradientColor=#FCFCFC;gradientDirection=west;aspect=fixed;SAPIcon=Identity_Directory2',
},
_original_width: 50,
_original_height: 50,
}
Identity Directory 2
- Preview
- Usage
- Definition

import { IdentityDirectory2 } from '@dinghy/diagrams/entitiesSapFoundational'
<IdentityDirectory2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { IDENTITY_DIRECTORY_2 } from '@dinghy/diagrams/entitiesSapFoundational'
<Shape
{...props}
_style={extendStyle(props, IDENTITY_DIRECTORY_2)}
/>
{
_style: {
entity: 'shape=mxgraph.sap.icon;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;strokeWidth=1;strokeColor=#D5DADD;fillColor=#EDEFF0;gradientColor=#FCFCFC;gradientDirection=west;aspect=fixed;SAPIcon=Identity_Directory',
},
_original_width: 50,
_original_height: 50,
}
Identity Provisioning
- Preview
- Usage
- Definition

import { IdentityProvisioning } from '@dinghy/diagrams/entitiesSapFoundational'
<IdentityProvisioning/>
// or
import { extendStyle } from "@dinghy/base-components";
import { IDENTITY_PROVISIONING } from '@dinghy/diagrams/entitiesSapFoundational'
<Shape
{...props}
_style={extendStyle(props, IDENTITY_PROVISIONING)}
/>
{
_style: {
entity: 'shape=mxgraph.sap.icon;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;strokeWidth=1;strokeColor=#D5DADD;fillColor=#EDEFF0;gradientColor=#FCFCFC;gradientDirection=west;aspect=fixed;SAPIcon=Identity_Provisioning2',
},
_original_width: 50,
_original_height: 50,
}
Identity Provisioning 2
- Preview
- Usage
- Definition

import { IdentityProvisioning2 } from '@dinghy/diagrams/entitiesSapFoundational'
<IdentityProvisioning2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { IDENTITY_PROVISIONING_2 } from '@dinghy/diagrams/entitiesSapFoundational'
<Shape
{...props}
_style={extendStyle(props, IDENTITY_PROVISIONING_2)}
/>
{
_style: {
entity: 'shape=mxgraph.sap.icon;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;strokeWidth=1;strokeColor=#D5DADD;fillColor=#EDEFF0;gradientColor=#FCFCFC;gradientDirection=west;aspect=fixed;SAPIcon=Identity_Provisioning',
},
_original_width: 50,
_original_height: 50,
}
Landscape Portal for SAP S/4HANA Cloud, ABAP Environment
- Preview
- Usage
- Definition

import { LandscapePortalForSapS4hanaCloudAbapEnvironment } from '@dinghy/diagrams/entitiesSapFoundational'
<LandscapePortalForSapS4hanaCloudAbapEnvironment/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LANDSCAPE_PORTAL_FOR_SAP_S_4HANA_CLOUD_ABAP_ENVIRONMENT } from '@dinghy/diagrams/entitiesSapFoundational'
<Shape
{...props}
_style={extendStyle(props, LANDSCAPE_PORTAL_FOR_SAP_S_4HANA_CLOUD_ABAP_ENVIRONMENT)}
/>
{
_style: {
entity: 'shape=mxgraph.sap.icon;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;strokeWidth=1;strokeColor=#D5DADD;fillColor=#EDEFF0;gradientColor=#FCFCFC;gradientDirection=west;aspect=fixed;SAPIcon=Landscape_Portal_for_SAP_S4HANA_Cloud_ABAP_Environment',
},
_original_width: 50,
_original_height: 50,
}
OAuth 2.0
- Preview
- Usage
- Definition

import { Oauth20 } from '@dinghy/diagrams/entitiesSapFoundational'
<Oauth20/>
// or
import { extendStyle } from "@dinghy/base-components";
import { OAUTH_2_0 } from '@dinghy/diagrams/entitiesSapFoundational'
<Shape
{...props}
_style={extendStyle(props, OAUTH_2_0)}
/>
{
_style: {
entity: 'shape=mxgraph.sap.icon;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;strokeWidth=1;strokeColor=#D5DADD;fillColor=#EDEFF0;gradientColor=#FCFCFC;gradientDirection=west;aspect=fixed;SAPIcon=OAuth_20',
},
_original_width: 50,
_original_height: 50,
}
Object Store on SAP BTP
- Preview
- Usage
- Definition

import { ObjectStoreOnSapBtp } from '@dinghy/diagrams/entitiesSapFoundational'
<ObjectStoreOnSapBtp/>
// or
import { extendStyle } from "@dinghy/base-components";
import { OBJECT_STORE_ON_SAP_BTP } from '@dinghy/diagrams/entitiesSapFoundational'
<Shape
{...props}
_style={extendStyle(props, OBJECT_STORE_ON_SAP_BTP)}
/>
{
_style: {
entity: 'shape=mxgraph.sap.icon;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;strokeWidth=1;strokeColor=#D5DADD;fillColor=#EDEFF0;gradientColor=#FCFCFC;gradientDirection=west;aspect=fixed;SAPIcon=Object_Store_on_SAP_BTP',
},
_original_width: 50,
_original_height: 50,
}
SAP Alert Notification service for SAP BTP
- Preview
- Usage
- Definition

import { SapAlertNotificationServiceForSapBtp } from '@dinghy/diagrams/entitiesSapFoundational'
<SapAlertNotificationServiceForSapBtp/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SAP_ALERT_NOTIFICATION_SERVICE_FOR_SAP_BTP } from '@dinghy/diagrams/entitiesSapFoundational'
<Shape
{...props}
_style={extendStyle(props, SAP_ALERT_NOTIFICATION_SERVICE_FOR_SAP_BTP)}
/>
{
_style: {
entity: 'shape=mxgraph.sap.icon;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;strokeWidth=1;strokeColor=#D5DADD;fillColor=#EDEFF0;gradientColor=#FCFCFC;gradientDirection=west;aspect=fixed;SAPIcon=SAP_Alert_Notification_service_for_SAP_BTP',
},
_original_width: 50,
_original_height: 50,
}
SAP Application Logging service for SAP BTP
- Preview
- Usage
- Definition

import { SapApplicationLoggingServiceForSapBtp } from '@dinghy/diagrams/entitiesSapFoundational'
<SapApplicationLoggingServiceForSapBtp/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SAP_APPLICATION_LOGGING_SERVICE_FOR_SAP_BTP } from '@dinghy/diagrams/entitiesSapFoundational'
<Shape
{...props}
_style={extendStyle(props, SAP_APPLICATION_LOGGING_SERVICE_FOR_SAP_BTP)}
/>
{
_style: {
entity: 'shape=mxgraph.sap.icon;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;strokeWidth=1;strokeColor=#D5DADD;fillColor=#EDEFF0;gradientColor=#FCFCFC;gradientDirection=west;aspect=fixed;SAPIcon=SAP_Application_Logging_service_for_SAP_BTP',
},
_original_width: 50,
_original_height: 50,
}
SAP Audit Log Service
- Preview
- Usage
- Definition

import { SapAuditLogService } from '@dinghy/diagrams/entitiesSapFoundational'
<SapAuditLogService/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SAP_AUDIT_LOG_SERVICE } from '@dinghy/diagrams/entitiesSapFoundational'
<Shape
{...props}
_style={extendStyle(props, SAP_AUDIT_LOG_SERVICE)}
/>
{
_style: {
entity: 'shape=mxgraph.sap.icon;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;strokeWidth=1;strokeColor=#D5DADD;fillColor=#EDEFF0;gradientColor=#FCFCFC;gradientDirection=west;aspect=fixed;SAPIcon=SAP_Audit_Log_Service',
},
_original_width: 50,
_original_height: 50,
}
SAP Authorization and Trust Management service
- Preview
- Usage
- Definition

import { SapAuthorizationAndTrustManagementService } from '@dinghy/diagrams/entitiesSapFoundational'
<SapAuthorizationAndTrustManagementService/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SAP_AUTHORIZATION_AND_TRUST_MANAGEMENT_SERVICE } from '@dinghy/diagrams/entitiesSapFoundational'
<Shape
{...props}
_style={extendStyle(props, SAP_AUTHORIZATION_AND_TRUST_MANAGEMENT_SERVICE)}
/>
{
_style: {
entity: 'shape=mxgraph.sap.icon;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;strokeWidth=1;strokeColor=#D5DADD;fillColor=#EDEFF0;gradientColor=#FCFCFC;gradientDirection=west;aspect=fixed;SAPIcon=SAP_Authorization_and_Trust_Management_service',
},
_original_width: 50,
_original_height: 50,
}
SAP Authorization Management Service
- Preview
- Usage
- Definition

import { SapAuthorizationManagementService } from '@dinghy/diagrams/entitiesSapFoundational'
<SapAuthorizationManagementService/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SAP_AUTHORIZATION_MANAGEMENT_SERVICE } from '@dinghy/diagrams/entitiesSapFoundational'
<Shape
{...props}
_style={extendStyle(props, SAP_AUTHORIZATION_MANAGEMENT_SERVICE)}
/>
{
_style: {
entity: 'shape=mxgraph.sap.icon;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;strokeWidth=1;strokeColor=#D5DADD;fillColor=#EDEFF0;gradientColor=#FCFCFC;gradientDirection=west;aspect=fixed;SAPIcon=SAP_Authorization_Management_Service',
},
_original_width: 50,
_original_height: 50,
}
SAP Automation Pilot
- Preview
- Usage
- Definition

import { SapAutomationPilot } from '@dinghy/diagrams/entitiesSapFoundational'
<SapAutomationPilot/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SAP_AUTOMATION_PILOT } from '@dinghy/diagrams/entitiesSapFoundational'
<Shape
{...props}
_style={extendStyle(props, SAP_AUTOMATION_PILOT)}
/>
{
_style: {
entity: 'shape=mxgraph.sap.icon;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;strokeWidth=1;strokeColor=#D5DADD;fillColor=#EDEFF0;gradientColor=#FCFCFC;gradientDirection=west;aspect=fixed;SAPIcon=SAP_Automation_Pilot',
},
_original_width: 50,
_original_height: 50,
}
SAP BTP, Cloud Foundry Runtime
- Preview
- Usage
- Definition

import { SapBtpCloudFoundryRuntime } from '@dinghy/diagrams/entitiesSapFoundational'
<SapBtpCloudFoundryRuntime/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SAP_BTP_CLOUD_FOUNDRY_RUNTIME } from '@dinghy/diagrams/entitiesSapFoundational'
<Shape
{...props}
_style={extendStyle(props, SAP_BTP_CLOUD_FOUNDRY_RUNTIME)}
/>
{
_style: {
entity: 'shape=mxgraph.sap.icon;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;strokeWidth=1;strokeColor=#D5DADD;fillColor=#EDEFF0;gradientColor=#FCFCFC;gradientDirection=west;aspect=fixed;SAPIcon=SAP_BTP,_Cloud_Foundry_runtime',
},
_original_width: 50,
_original_height: 50,
}
SAP BTP, Kyma runtime
- Preview
- Usage
- Definition

import { SapBtpKymaRuntime } from '@dinghy/diagrams/entitiesSapFoundational'
<SapBtpKymaRuntime/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SAP_BTP_KYMA_RUNTIME } from '@dinghy/diagrams/entitiesSapFoundational'
<Shape
{...props}
_style={extendStyle(props, SAP_BTP_KYMA_RUNTIME)}
/>
{
_style: {
entity: 'shape=mxgraph.sap.icon;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;strokeWidth=1;strokeColor=#D5DADD;fillColor=#EDEFF0;gradientColor=#FCFCFC;gradientDirection=west;aspect=fixed;SAPIcon=SAP_BTP,_Kyma_runtime',
},
_original_width: 50,
_original_height: 50,
}
SAP Cloud Identity Service
- Preview
- Usage
- Definition

import { SapCloudIdentityService } from '@dinghy/diagrams/entitiesSapFoundational'
<SapCloudIdentityService/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SAP_CLOUD_IDENTITY_SERVICE } from '@dinghy/diagrams/entitiesSapFoundational'
<Shape
{...props}
_style={extendStyle(props, SAP_CLOUD_IDENTITY_SERVICE)}
/>
{
_style: {
entity: 'shape=mxgraph.sap.icon;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;strokeWidth=1;strokeColor=#D5DADD;fillColor=#EDEFF0;gradientColor=#FCFCFC;gradientDirection=west;aspect=fixed;SAPIcon=SAP_Cloud_Identity_Service',
},
_original_width: 50,
_original_height: 50,
}
SAP Cloud Identity, SAP Malware Scanning Service
- Preview
- Usage
- Definition

import { SapCloudIdentitySapMalwareScanningService } from '@dinghy/diagrams/entitiesSapFoundational'
<SapCloudIdentitySapMalwareScanningService/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SAP_CLOUD_IDENTITY_SAP_MALWARE_SCANNING_SERVICE } from '@dinghy/diagrams/entitiesSapFoundational'
<Shape
{...props}
_style={extendStyle(props, SAP_CLOUD_IDENTITY_SAP_MALWARE_SCANNING_SERVICE)}
/>
{
_style: {
entity: 'shape=mxgraph.sap.icon;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;strokeWidth=1;strokeColor=#D5DADD;fillColor=#EDEFF0;gradientColor=#FCFCFC;gradientDirection=west;aspect=fixed;SAPIcon=SAP_Cloud_Identity,_SAP_Malware_Scanning_Service',
},
_original_width: 50,
_original_height: 50,
}
SAP Cloud Management Service
- Preview
- Usage
- Definition

import { SapCloudManagementService } from '@dinghy/diagrams/entitiesSapFoundational'
<SapCloudManagementService/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SAP_CLOUD_MANAGEMENT_SERVICE } from '@dinghy/diagrams/entitiesSapFoundational'
<Shape
{...props}
_style={extendStyle(props, SAP_CLOUD_MANAGEMENT_SERVICE)}
/>
{
_style: {
entity: 'shape=mxgraph.sap.icon;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;strokeWidth=1;strokeColor=#D5DADD;fillColor=#EDEFF0;gradientColor=#FCFCFC;gradientDirection=west;aspect=fixed;SAPIcon=SAP_Cloud_Management_Service',
},
_original_width: 50,
_original_height: 50,
}
SAP Cloud Transport Management
- Preview
- Usage
- Definition

import { SapCloudTransportManagement } from '@dinghy/diagrams/entitiesSapFoundational'
<SapCloudTransportManagement/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SAP_CLOUD_TRANSPORT_MANAGEMENT } from '@dinghy/diagrams/entitiesSapFoundational'
<Shape
{...props}
_style={extendStyle(props, SAP_CLOUD_TRANSPORT_MANAGEMENT)}
/>
{
_style: {
entity: 'shape=mxgraph.sap.icon;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;strokeWidth=1;strokeColor=#D5DADD;fillColor=#EDEFF0;gradientColor=#FCFCFC;gradientDirection=west;aspect=fixed;SAPIcon=SAP_Cloud_Transport_Management',
},
_original_width: 50,
_original_height: 50,
}
SAP Connectivity Service
- Preview
- Usage
- Definition

import { SapConnectivityService } from '@dinghy/diagrams/entitiesSapFoundational'
<SapConnectivityService/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SAP_CONNECTIVITY_SERVICE } from '@dinghy/diagrams/entitiesSapFoundational'
<Shape
{...props}
_style={extendStyle(props, SAP_CONNECTIVITY_SERVICE)}
/>
{
_style: {
entity: 'shape=mxgraph.sap.icon;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;strokeWidth=1;strokeColor=#D5DADD;fillColor=#EDEFF0;gradientColor=#FCFCFC;gradientDirection=west;aspect=fixed;SAPIcon=SAP_Connectivity_Service',
},
_original_width: 50,
_original_height: 50,
}
SAP Content Agent Service
- Preview
- Usage
- Definition

import { SapContentAgentService } from '@dinghy/diagrams/entitiesSapFoundational'
<SapContentAgentService/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SAP_CONTENT_AGENT_SERVICE } from '@dinghy/diagrams/entitiesSapFoundational'
<Shape
{...props}
_style={extendStyle(props, SAP_CONTENT_AGENT_SERVICE)}
/>
{
_style: {
entity: 'shape=mxgraph.sap.icon;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;strokeWidth=1;strokeColor=#D5DADD;fillColor=#EDEFF0;gradientColor=#FCFCFC;gradientDirection=west;aspect=fixed;SAPIcon=SAP_Content_Agent_Service',
},
_original_width: 50,
_original_height: 50,
}
SAP Continuous Integration and Delivery
- Preview
- Usage
- Definition

import { SapContinuousIntegrationAndDelivery } from '@dinghy/diagrams/entitiesSapFoundational'
<SapContinuousIntegrationAndDelivery/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SAP_CONTINUOUS_INTEGRATION_AND_DELIVERY } from '@dinghy/diagrams/entitiesSapFoundational'
<Shape
{...props}
_style={extendStyle(props, SAP_CONTINUOUS_INTEGRATION_AND_DELIVERY)}
/>
{
_style: {
entity: 'shape=mxgraph.sap.icon;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;strokeWidth=1;strokeColor=#D5DADD;fillColor=#EDEFF0;gradientColor=#FCFCFC;gradientDirection=west;aspect=fixed;SAPIcon=SAP_Continuous_Integration_and_Delivery',
},
_original_width: 50,
_original_height: 50,
}
SAP Credential Store
- Preview
- Usage
- Definition

import { SapCredentialStore } from '@dinghy/diagrams/entitiesSapFoundational'
<SapCredentialStore/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SAP_CREDENTIAL_STORE } from '@dinghy/diagrams/entitiesSapFoundational'
<Shape
{...props}
_style={extendStyle(props, SAP_CREDENTIAL_STORE)}
/>
{
_style: {
entity: 'shape=mxgraph.sap.icon;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;strokeWidth=1;strokeColor=#D5DADD;fillColor=#EDEFF0;gradientColor=#FCFCFC;gradientDirection=west;aspect=fixed;SAPIcon=SAP_Credential_Store',
},
_original_width: 50,
_original_height: 50,
}
SAP Custom Domain service
- Preview
- Usage
- Definition

import { SapCustomDomainService } from '@dinghy/diagrams/entitiesSapFoundational'
<SapCustomDomainService/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SAP_CUSTOM_DOMAIN_SERVICE } from '@dinghy/diagrams/entitiesSapFoundational'
<Shape
{...props}
_style={extendStyle(props, SAP_CUSTOM_DOMAIN_SERVICE)}
/>
{
_style: {
entity: 'shape=mxgraph.sap.icon;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;strokeWidth=1;strokeColor=#D5DADD;fillColor=#EDEFF0;gradientColor=#FCFCFC;gradientDirection=west;aspect=fixed;SAPIcon=SAP_Custom_Domain_service',
},
_original_width: 50,
_original_height: 50,
}
SAP Data Privacy Integration
- Preview
- Usage
- Definition

import { SapDataPrivacyIntegration } from '@dinghy/diagrams/entitiesSapFoundational'
<SapDataPrivacyIntegration/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SAP_DATA_PRIVACY_INTEGRATION } from '@dinghy/diagrams/entitiesSapFoundational'
<Shape
{...props}
_style={extendStyle(props, SAP_DATA_PRIVACY_INTEGRATION)}
/>
{
_style: {
entity: 'shape=mxgraph.sap.icon;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;strokeWidth=1;strokeColor=#D5DADD;fillColor=#EDEFF0;gradientColor=#FCFCFC;gradientDirection=west;aspect=fixed;SAPIcon=SAP_Data_Privacy_Integration',
},
_original_width: 50,
_original_height: 50,
}
SAP Data Retention Manager
- Preview
- Usage
- Definition

import { SapDataRetentionManager } from '@dinghy/diagrams/entitiesSapFoundational'
<SapDataRetentionManager/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SAP_DATA_RETENTION_MANAGER } from '@dinghy/diagrams/entitiesSapFoundational'
<Shape
{...props}
_style={extendStyle(props, SAP_DATA_RETENTION_MANAGER)}
/>
{
_style: {
entity: 'shape=mxgraph.sap.icon;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;strokeWidth=1;strokeColor=#D5DADD;fillColor=#EDEFF0;gradientColor=#FCFCFC;gradientDirection=west;aspect=fixed;SAPIcon=SAP_Data_Retention_Manager',
},
_original_width: 50,
_original_height: 50,
}
SAP Destination service
- Preview
- Usage
- Definition

import { SapDestinationService } from '@dinghy/diagrams/entitiesSapFoundational'
<SapDestinationService/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SAP_DESTINATION_SERVICE } from '@dinghy/diagrams/entitiesSapFoundational'
<Shape
{...props}
_style={extendStyle(props, SAP_DESTINATION_SERVICE)}
/>
{
_style: {
entity: 'shape=mxgraph.sap.icon;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;strokeWidth=1;strokeColor=#D5DADD;fillColor=#EDEFF0;gradientColor=#FCFCFC;gradientDirection=west;aspect=fixed;SAPIcon=SAP_Destination_service',
},
_original_width: 50,
_original_height: 50,
}
SAP Document Management Service
- Preview
- Usage
- Definition

import { SapDocumentManagementService } from '@dinghy/diagrams/entitiesSapFoundational'
<SapDocumentManagementService/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SAP_DOCUMENT_MANAGEMENT_SERVICE } from '@dinghy/diagrams/entitiesSapFoundational'
<Shape
{...props}
_style={extendStyle(props, SAP_DOCUMENT_MANAGEMENT_SERVICE)}
/>
{
_style: {
entity: 'shape=mxgraph.sap.icon;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;strokeWidth=1;strokeColor=#D5DADD;fillColor=#EDEFF0;gradientColor=#FCFCFC;gradientDirection=west;aspect=fixed;SAPIcon=SAP_Document_Management_Service',
},
_original_width: 50,
_original_height: 50,
}
SAP Event Broker for SAP Cloud Applications
- Preview
- Usage
- Definition

import { SapEventBrokerForSapCloudApplications } from '@dinghy/diagrams/entitiesSapFoundational'
<SapEventBrokerForSapCloudApplications/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SAP_EVENT_BROKER_FOR_SAP_CLOUD_APPLICATIONS } from '@dinghy/diagrams/entitiesSapFoundational'
<Shape
{...props}
_style={extendStyle(props, SAP_EVENT_BROKER_FOR_SAP_CLOUD_APPLICATIONS)}
/>
{
_style: {
entity: 'shape=mxgraph.sap.icon;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;strokeWidth=1;strokeColor=#D5DADD;fillColor=#EDEFF0;gradientColor=#FCFCFC;gradientDirection=west;aspect=fixed;SAPIcon=SAP_Event_Broker_for_SAP_Cloud_Applications',
},
_original_width: 50,
_original_height: 50,
}
SAP Job Scheduling service
- Preview
- Usage
- Definition

import { SapJobSchedulingService } from '@dinghy/diagrams/entitiesSapFoundational'
<SapJobSchedulingService/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SAP_JOB_SCHEDULING_SERVICE } from '@dinghy/diagrams/entitiesSapFoundational'
<Shape
{...props}
_style={extendStyle(props, SAP_JOB_SCHEDULING_SERVICE)}
/>
{
_style: {
entity: 'shape=mxgraph.sap.icon;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;strokeWidth=1;strokeColor=#D5DADD;fillColor=#EDEFF0;gradientColor=#FCFCFC;gradientDirection=west;aspect=fixed;SAPIcon=SAP_Job_Scheduling_service',
},
_original_width: 50,
_original_height: 50,
}
SAP Keystore Service
- Preview
- Usage
- Definition

import { SapKeystoreService } from '@dinghy/diagrams/entitiesSapFoundational'
<SapKeystoreService/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SAP_KEYSTORE_SERVICE } from '@dinghy/diagrams/entitiesSapFoundational'
<Shape
{...props}
_style={extendStyle(props, SAP_KEYSTORE_SERVICE)}
/>
{
_style: {
entity: 'shape=mxgraph.sap.icon;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;strokeWidth=1;strokeColor=#D5DADD;fillColor=#EDEFF0;gradientColor=#FCFCFC;gradientDirection=west;aspect=fixed;SAPIcon=SAP_Keystore_Service',
},
_original_width: 50,
_original_height: 50,
}
SAP Master Data Integration
- Preview
- Usage
- Definition

import { SapMasterDataIntegration } from '@dinghy/diagrams/entitiesSapFoundational'
<SapMasterDataIntegration/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SAP_MASTER_DATA_INTEGRATION } from '@dinghy/diagrams/entitiesSapFoundational'
<Shape
{...props}
_style={extendStyle(props, SAP_MASTER_DATA_INTEGRATION)}
/>
{
_style: {
entity: 'shape=mxgraph.sap.icon;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;strokeWidth=1;strokeColor=#D5DADD;fillColor=#EDEFF0;gradientColor=#FCFCFC;gradientDirection=west;aspect=fixed;SAPIcon=SAP_Master_Data_Integration',
},
_original_width: 50,
_original_height: 50,
}
SAP Monitoring service for SAP BTP
- Preview
- Usage
- Definition

import { SapMonitoringServiceForSapBtp } from '@dinghy/diagrams/entitiesSapFoundational'
<SapMonitoringServiceForSapBtp/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SAP_MONITORING_SERVICE_FOR_SAP_BTP } from '@dinghy/diagrams/entitiesSapFoundational'
<Shape
{...props}
_style={extendStyle(props, SAP_MONITORING_SERVICE_FOR_SAP_BTP)}
/>
{
_style: {
entity: 'shape=mxgraph.sap.icon;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;strokeWidth=1;strokeColor=#D5DADD;fillColor=#EDEFF0;gradientColor=#FCFCFC;gradientDirection=west;aspect=fixed;SAPIcon=SAP_Monitoring_service_for_SAP_BTP',
},
_original_width: 50,
_original_height: 50,
}
SAP Personal Data Manager
- Preview
- Usage
- Definition

import { SapPersonalDataManager } from '@dinghy/diagrams/entitiesSapFoundational'
<SapPersonalDataManager/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SAP_PERSONAL_DATA_MANAGER } from '@dinghy/diagrams/entitiesSapFoundational'
<Shape
{...props}
_style={extendStyle(props, SAP_PERSONAL_DATA_MANAGER)}
/>
{
_style: {
entity: 'shape=mxgraph.sap.icon;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;strokeWidth=1;strokeColor=#D5DADD;fillColor=#EDEFF0;gradientColor=#FCFCFC;gradientDirection=west;aspect=fixed;SAPIcon=SAP_Personal_Data_Manager',
},
_original_width: 50,
_original_height: 50,
}
SAP PKI Certificate Service
- Preview
- Usage
- Definition

import { SapPkiCertificateService } from '@dinghy/diagrams/entitiesSapFoundational'
<SapPkiCertificateService/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SAP_PKI_CERTIFICATE_SERVICE } from '@dinghy/diagrams/entitiesSapFoundational'
<Shape
{...props}
_style={extendStyle(props, SAP_PKI_CERTIFICATE_SERVICE)}
/>
{
_style: {
entity: 'shape=mxgraph.sap.icon;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;strokeWidth=1;strokeColor=#D5DADD;fillColor=#EDEFF0;gradientColor=#FCFCFC;gradientDirection=west;aspect=fixed;SAPIcon=SAP_PKI_Certificate_Service',
},
_original_width: 50,
_original_height: 50,
}
SAP Private Link service
- Preview
- Usage
- Definition

import { SapPrivateLinkService } from '@dinghy/diagrams/entitiesSapFoundational'
<SapPrivateLinkService/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SAP_PRIVATE_LINK_SERVICE } from '@dinghy/diagrams/entitiesSapFoundational'
<Shape
{...props}
_style={extendStyle(props, SAP_PRIVATE_LINK_SERVICE)}
/>
{
_style: {
entity: 'shape=mxgraph.sap.icon;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;strokeWidth=1;strokeColor=#D5DADD;fillColor=#EDEFF0;gradientColor=#FCFCFC;gradientDirection=west;aspect=fixed;SAPIcon=SAP_Private_Link_service',
},
_original_width: 50,
_original_height: 50,
}
SAP Secure Login Service for SAP GUI
- Preview
- Usage
- Definition

import { SapSecureLoginServiceForSapGui } from '@dinghy/diagrams/entitiesSapFoundational'
<SapSecureLoginServiceForSapGui/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SAP_SECURE_LOGIN_SERVICE_FOR_SAP_GUI } from '@dinghy/diagrams/entitiesSapFoundational'
<Shape
{...props}
_style={extendStyle(props, SAP_SECURE_LOGIN_SERVICE_FOR_SAP_GUI)}
/>
{
_style: {
entity: 'shape=mxgraph.sap.icon;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;strokeWidth=1;strokeColor=#D5DADD;fillColor=#EDEFF0;gradientColor=#FCFCFC;gradientDirection=west;aspect=fixed;SAPIcon=SAP_Secure_Login_Service_for_SAP_GUI',
},
_original_width: 50,
_original_height: 50,
}
SAP Service Manager
- Preview
- Usage
- Definition

import { SapServiceManager } from '@dinghy/diagrams/entitiesSapFoundational'
<SapServiceManager/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SAP_SERVICE_MANAGER } from '@dinghy/diagrams/entitiesSapFoundational'
<Shape
{...props}
_style={extendStyle(props, SAP_SERVICE_MANAGER)}
/>
{
_style: {
entity: 'shape=mxgraph.sap.icon;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;strokeWidth=1;strokeColor=#D5DADD;fillColor=#EDEFF0;gradientColor=#FCFCFC;gradientDirection=west;aspect=fixed;SAPIcon=SAP_Service_Manager',
},
_original_width: 50,
_original_height: 50,
}
SAP Software as a Service Provisioning Service
- Preview
- Usage
- Definition

import { SapSoftwareAsAServiceProvisioningService } from '@dinghy/diagrams/entitiesSapFoundational'
<SapSoftwareAsAServiceProvisioningService/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SAP_SOFTWARE_AS_A_SERVICE_PROVISIONING_SERVICE } from '@dinghy/diagrams/entitiesSapFoundational'
<Shape
{...props}
_style={extendStyle(props, SAP_SOFTWARE_AS_A_SERVICE_PROVISIONING_SERVICE)}
/>
{
_style: {
entity: 'shape=mxgraph.sap.icon;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;strokeWidth=1;strokeColor=#D5DADD;fillColor=#EDEFF0;gradientColor=#FCFCFC;gradientDirection=west;aspect=fixed;SAPIcon=SAP_Software_as_a_Service_Provisioning_Service',
},
_original_width: 50,
_original_height: 50,
}
SAP Solution Lifecycle Management Service
- Preview
- Usage
- Definition

import { SapSolutionLifecycleManagementService } from '@dinghy/diagrams/entitiesSapFoundational'
<SapSolutionLifecycleManagementService/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SAP_SOLUTION_LIFECYCLE_MANAGEMENT_SERVICE } from '@dinghy/diagrams/entitiesSapFoundational'
<Shape
{...props}
_style={extendStyle(props, SAP_SOLUTION_LIFECYCLE_MANAGEMENT_SERVICE)}
/>
{
_style: {
entity: 'shape=mxgraph.sap.icon;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;strokeWidth=1;strokeColor=#D5DADD;fillColor=#EDEFF0;gradientColor=#FCFCFC;gradientDirection=west;aspect=fixed;SAPIcon=SAP_Solution_Lifecycle_Management_Service',
},
_original_width: 50,
_original_height: 50,
}
SAP_Cloud_Logging
- Preview
- Usage
- Definition

import { SapCloudLogging } from '@dinghy/diagrams/entitiesSapFoundational'
<SapCloudLogging/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SAP_CLOUD_LOGGING } from '@dinghy/diagrams/entitiesSapFoundational'
<Shape
{...props}
_style={extendStyle(props, SAP_CLOUD_LOGGING)}
/>
{
_style: {
entity: 'shape=mxgraph.sap.icon;labelPosition=center;verticalLabelPosition=bottom;align=center;verticalAlign=top;strokeWidth=1;strokeColor=#D5DADD;fillColor=#EDEFF0;gradientColor=#FCFCFC;gradientDirection=west;aspect=fixed;SAPIcon=SAP_Cloud_Logging',
},
_original_width: 50,
_original_height: 50,
}