-
Notifications
You must be signed in to change notification settings - Fork 0
/
tokenAIzer-policy.yaml
128 lines (128 loc) · 4.11 KB
/
tokenAIzer-policy.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
id: tokenAIzer
name: tokenAIzer
description: A custom policy to implement tokenizing driven by Einstein AI
category: Custom
type: custom
supportedJavaVersions: ["8", "11", "17"]
resourceLevelSupported: true
encryptionSupported: false
standalone: true
requiredCharacteristics: []
providedCharacteristics: []
configuration:
- propertyName: requestProtected
name: Protect Request Payload?
description: Check if you want to tokenize the request payload
type: boolean
optional: true
sensitive: false
allowMultiple: false
- propertyName: responseProtected
name: Protect Response Payload?
description: Check if you want to tokenize the response payload
type: boolean
optional: true
sensitive: false
allowMultiple: false
- propertyName: detokenizationAllowed
name: Do you want to support detokenization?
description: Check if you want to enable the tokens for detokenization process. This will impact performance.
type: boolean
optional: true
sensitive: false
allowMultiple: false
- propertyName: pciEnabled
name: PCI DSS
description: Check if you want to protect request/response payloads following PCI DSS guidance
type: boolean
optional: true
sensitive: false
allowMultiple: false
- propertyName: hipaaEnabled
name: HIPAA
description: Check if you want to protect request/response payloads following HIPAA guidance
type: boolean
optional: true
sensitive: false
allowMultiple: false
- propertyName: gdprEnabled
name: GDPR
description: Check if you want to protect request/response payloads following GDPR guidance
type: boolean
optional: true
sensitive: false
allowMultiple: false
- propertyName: ccpaEnabled
name: CCPA
description: Check if you want to protect request/response payloads following CCPA guidance
type: boolean
optional: true
sensitive: false
allowMultiple: false
- propertyName: ferpaEnabled
name: FERPA
description: Check if you want to protect request/response payloads following FERPA guidance
type: boolean
optional: true
sensitive: false
allowMultiple: false
- propertyName: glbaEnabled
name: GLBA
description: Check if you want to protect request/response payloads following GLBA guidance
type: boolean
optional: true
sensitive: false
allowMultiple: false
- propertyName: model
name: Model
description: Supported models for Einstein
optional: true
allowMultiple: false
defaultValue: Azure OpenAI GPT 3.5 Turbo
type: radio
options:
- name: Anthropic Claude 3 Haiku on Amazon
value: "Anthropic Claude 3 Haiku on Amazon"
- name: Azure OpenAI Ada 002
value: "Azure OpenAI Ada 002"
- name: Azure OpenAI GPT 3.5 Turbo
value: "Azure OpenAI GPT 3.5 Turbo"
- name: Azure OpenAI GPT 3.5 Turbo 16k
value: "Azure OpenAI GPT 3.5 Turbo 16k"
- name: Azure OpenAI GPT 4 Turbo
value: "Azure OpenAI GPT 4 Turbo"
- name: OpenAI Ada 002
value: "OpenAI Ada 002"
- name: OpenAI GPT 3.5 Turbo
value: "OpenAI GPT 3.5 Turbo"
- name: OpenAI GPT 3.5 Turbo 16k
value: "OpenAI GPT 3.5 Turbo 16k"
- name: OpenAI GPT 4
value: "OpenAI GPT 4"
- name: OpenAI GPT 4 32k
value: "OpenAI GPT 4 32k"
- name: OpenAI GPT 4o (Omni)
value: "OpenAI GPT 4o (Omni)"
- name: OpenAI GPT 4 Turbo
value: "OpenAI GPT 4 Turbo"
- propertyName: einsteinClientId
name: Client ID
description: The client ID to connect to the external client app required by Einstein
type: string
optional: false
sensitive: true
allowMultiple: false
- propertyName: einsteinClientSecret
name: Client Secret
description: The client Secret to connect to the external client app required by Einstein
type: string
optional: false
sensitive: true
allowMultiple: false
- propertyName: einsteinSfOrg
name: Einstein Salesforce Org
description: The Salesforce Org where Einstein is running
type: string
optional: false
sensitive: true
allowMultiple: false