PowerPlatformConnectors/certified-connectors/SmartGlobalGovernance
Phil-SGG e7def3a702
Smart global governance (#701)
* create folder and apiDefinitionSwagger

* Add files via upload

Initial delivery

* Delete icon.png

On demand of Microsoft. Not needed for open sourcing.

* Delete settings.json

On demand of Microsoft. Not needed for open sourcing.

* Add files via upload

Title of the connector changed to "Smart Global Governance".
Description expanded to highlight the functionality and value that the connector offers.
Contact information changed to "Smart Global Governance Support Team".

* Add files via upload

Added new responses according to HTTP codes.

* Add files via upload

* Add files via upload

Changed a definition file reference that was wrong.
Changed "compliant" property to "complaint".

* Add files via upload

Did the reformating you expected.

* Add files via upload

Reindented the content to be compliant with your expectations.

Co-authored-by: Philippe-Tivolle <77966693+Philippe-Tivolle@users.noreply.github.com>
2021-04-05 17:09:37 -07:00
..
apiDefinition.swagger.json Smart global governance (#701) 2021-04-05 17:09:37 -07:00
apiProperties.json Smart global governance (#701) 2021-04-05 17:09:37 -07:00
readme.md Smart global governance (#701) 2021-04-05 17:09:37 -07:00

readme.md

Smart Global Governance Connector

Smart Global Governance provides a powerful REST API to interact with Smart Compliance Booster solution. Using this API, you can manage your Clients, your Processors, your Data Processings Records and Data Subject Requests.

Prerequisites

You will need the following to proceed:

  • A Microsoft Power Apps or Power Automate plan.
  • A Smart Compliance Booster subscription with the API access enabled.

Operations

The connector supports the following operations:

  • Client-create: Create a Client and its properties
  • Clients-get: Get the list of all Clients and their properties
  • Client-get-by-id: Get a Client by its ID
  • Client-update-by-id: Update a Client by its ID
  • Client-delete-by-id: Delete a Client by its ID
  • Processor-create: Create a new Processor and its properties
  • Processors-get: Get the list of all Processors and their properties
  • Processor-get-by-id: Get a Processor by its ID
  • Processor-update-by-id: Update a Processor by its ID
  • Processors-delete-by-id: Delete a Processor by its ID
  • DSR-create: Create a new Data Subject Request and its properties
  • DSRs-get: Get the list of all Data Subject Requests and their properties
  • DSR-get-by-id: Get a Data Subject Request by its ID
  • DSR-update-by-id: Update a Data Subject Request by its ID
  • ROPA-create: Create a new Record of Processing Activity and its properties
  • ROPAs-get: Get the list of all Records of Processing Activities and their properties
  • ROPA-get-by-id: Get a Record of Processing Activity by its ID
  • ROPA-update-by-id: Update a Record of Processing Activity by its ID