Connectors Reference

Lettria GDPR Compliance

Lettria GDPR Compliance helps your organization comply to GDPR by analyzing text data within your softwares and points outs compliance issues (such as personal data, offensive or subjective comments and more).

 

Status: Preview

Tier: Premium

Version: 1.0

 

Actions:

Name

Summary

Analyze (AnalyzeParameterBody body)

Analyze GDPR Compliance

 

Triggers:

Name

Summary

 

Objects:

Name

Summary

AnalyzeParameterBody

 

AnalyzeResponse

 

 

Actions:

Analyze

Summary: Analyze GDPR Compliance

Description: Lettria GDPR Compliance analyzes all the text data within your Microsoft apps and raises GDPR non-compliance issues.

 

Syntax:

LettriaGDPRCompliance.Analyze (AnalyzeParameterBody body)

 

Parameters:

Name

Type

Summary

Required

Related Action

body

AnalyzeParameterBody

 

 

True

 

Returns:

          Type:AnalyzeResponse

 


 

AnalyzeParameterBody

Summary:

Description:

 

          Properties:

Name

Type

Summary

text

string

Text to analyze GDPR Compliance

Text to analyze GDPR Compliance from.


 

AnalyzeResponse

Summary:

Description:

 

          Properties:

Name

Type

Summary

decision

string

Compliance as string

Compliance as a string.

dico

array of (DicoItem)

All detected dictionaries

All detected dictionaries.

pattern

array of (PatternItem)

All extracted patterns

All extracted patterns.

pattern_ok

array of (Pattern_okItem)

All compliant patterns

All compliant patterns.

pattern_bad

array of (Pattern_badItem)

All non-compliant patterns

All non-compliant patterns.

problems

array of (ProblemsItem)

Problems as a list of objects

Problems as a list of objects.

problems_list

array of (string)

Problems types as a list of strings

Problems types as a list of strings.

problems_string

string

Problems types as a string

Problems as a string.

conformite

boolean

Compliance as a boolean

Compliance as a boolean.

 

DicoItem

Summary:

Description:

 

          Properties:

Name

Type

Summary

 

PatternItem

Summary:

Description:

 

          Properties:

Name

Type

Summary

source

string

Source of the pattern

Text source of the pattern.

type

string

Type of pattern

Type of the pattern.

target

integer(int32)

Pattern index inside sentence

Pattern index inside it's sentence.

sentence_index

integer(int32)

Pattern sentence index

Pattern sentence index.

 

Pattern_okItem

Summary:

Description:

 

          Properties:

Name

Type

Summary

source

string

Source of the pattern

Text source of the pattern.

type

string

Type of pattern

Type of the pattern.

target

integer(int32)

Pattern index inside sentence

Pattern index inside it's sentence.

sentence_index

integer(int32)

Pattern sentence index

Pattern sentence index.

 

Pattern_badItem

Summary:

Description:

 

          Properties:

Name

Type

Summary

source

string

Source of the pattern

Text source of the pattern.

type

string

Type of pattern

Type of the pattern.

target

integer(int32)

Pattern index inside sentence

Pattern index inside it's sentence.

sentence_index

integer(int32)

Pattern sentence index

Pattern sentence index.

 

ProblemsItem

Summary:

Description:

 

          Properties:

Name

Type

Summary

source

string

Source of the problem

Text source of the problem.

type

string

Type of the problem

Type of the problem.

target

integer(int32)

Problem index inside sentence

Problem index inside it's sentence.

sentence_index

integer(int32)

Problem sentence index

Problem sentence index.