add zendesk, intercom and update typo for crowstrike in README (#1072)

* add zendesk and update typo for crowstrike in README

* add INTERCOM
pull/1065/head
Phuoc Tran 10 months ago committed by GitHub
parent fe3b9ccf61
commit fc425adfb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -0,0 +1,19 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.
from . import _Saas
class _Crm(_Saas):
_type = "crm"
_icon_dir = "resources/saas/crm"
class Intercom(_Crm):
_icon = "intercom.png"
class Zendesk(_Crm):
_icon = "zendesk.png"
# Aliases

@ -80,6 +80,15 @@ Node classes list of the saas provider.
<img width="30" src="/img/resources/saas/communication/twilio.png" alt="Twilio" style="float: left; padding-right: 5px;" >
**diagrams.saas.communication.Twilio**
## saas.crm
<img width="30" src="/img/resources/saas/crm/intercom.png" alt="Intercom" style="float: left; padding-right: 5px;" >
**diagrams.saas.crm.Intercom**
<img width="30" src="/img/resources/saas/crm/zendesk.png" alt="Zendesk" style="float: left; padding-right: 5px;" >
**diagrams.saas.crm.Zendesk**
## saas.filesharing
@ -122,8 +131,8 @@ Node classes list of the saas provider.
## saas.security
<img width="30" src="/img/resources/saas/security/scrowdstrike.png" alt="Scrowdstrike" style="float: left; padding-right: 5px;" >
**diagrams.saas.security.Scrowdstrike**
<img width="30" src="/img/resources/saas/security/crowdstrike.png" alt="Crowdstrike" style="float: left; padding-right: 5px;" >
**diagrams.saas.security.Crowdstrike**
<img width="30" src="/img/resources/saas/security/sonarqube.png" alt="Sonarqube" style="float: left; padding-right: 5px;" >
**diagrams.saas.security.Sonarqube**

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Loading…
Cancel
Save