-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathidentitynow.sgnl.yaml
233 lines (232 loc) · 7.35 KB
/
identitynow.sgnl.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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
# Sailpoint IdentityNow Configuration YAML for DS2.0
displayName: "Sailpoint IdentityNow"
icon: "PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQwLjQxMTggNDIuMTM3M0gxMEwzNS4yMzUzIDEwTDQwLjQxMTggNDIuMTM3M1oiIGZpbGw9IiMwMDMzQTEiLz4KPHBhdGggZD0iTTQwLjQxMTggNDIuMTM3M0g1NEwzNS4yMzUzIDEwTDQwLjQxMTggNDIuMTM3M1oiIGZpbGw9IiNDQzI3QjAiLz4KPHBhdGggZD0iTTQwLjQxMTggNDIuMTM3M0gxMEw0Mi4zNTI5IDUzLjc4NDNMNDAuNDExOCA0Mi4xMzczWiIgZmlsbD0iIzAwNzFDRSIvPgo8cGF0aCBkPSJNNDAuNDExOCA0Mi4xMzczSDU0TDQyLjM1MjkgNTMuNzg0M0w0MC40MTE4IDQyLjEzNzNaIiBmaWxsPSIjRTE3RkQyIi8+Cjwvc3ZnPgo="
description: "Sailpoint IdentityNow as a System of Record"
# Address does not always need to end with identitynow.com suffix. For example, identitynow-demo.com.
address: "{{Input Required: IdentityNow-Tenant}}.api.identitynow.com"
defaultSyncFrequency: HOURLY
defaultSyncMinInterval: 1
defaultApiCallFrequency: SECONDLY
defaultApiCallMinInterval: 1
type: "IdentityNow-1.0.0"
# Example Config:
# {
# "apiVersion": "v3",
# "entityConfig": {
# "accounts": {
# "uniqueIDAttribute": "id"
# },
# "entitlements": {
# "uniqueIDAttribute": "id",
# "apiVersion": "beta" // overrides the top level apiVersion.
# },
# "accountEntitlements": {
# "uniqueIDAttribute": "id",
# "apiVersion": "beta"
# },
# "identities": {
# "uniqueIDAttribute": "id",
# "apiVersion": "beta"
# }
# }
# }
adapterConfig: "ewogICJhcGlWZXJzaW9uIjogInYzIiwKICAiZW50aXR5Q29uZmlnIjogewogICAgImFjY291bnRzIjogewogICAgICAidW5pcXVlSURBdHRyaWJ1dGUiOiAiaWQiCiAgICB9LAogICAgImVudGl0bGVtZW50cyI6IHsKICAgICAgInVuaXF1ZUlEQXR0cmlidXRlIjogImlkIiwKICAgICAgImFwaVZlcnNpb24iOiAiYmV0YSIKICAgIH0sCiAgICAiYWNjb3VudEVudGl0bGVtZW50cyI6IHsKICAgICAgInVuaXF1ZUlEQXR0cmlidXRlIjogImlkIiwKICAgICAgImFwaVZlcnNpb24iOiAiYmV0YSIKICAgIH0sCiAgICAiaWRlbnRpdGllcyI6IHsKICAgICAgInVuaXF1ZUlEQXR0cmlidXRlIjogImlkIiwKICAgICAgImFwaVZlcnNpb24iOiAiYmV0YSIKICAgIH0KICB9Cn0K"
# All auth mechanisms specified below must be supported by the specified Adapter.
auth:
- oAuth2ClientCredentials:
clientId: "{{Input Required: Client-ID}}"
tokenUrl: "https://{{Input Required: IdentityNow-Domain}}/oauth/token"
authStyle: AutoDetect
clientSecret: "{{Input Required: Client-Secret}}"
entities:
Account:
displayName: Account
externalId: accounts
description: Account entity in IdentityNow
pageSize: 250
pagesOrderedById: false
attributes:
- name: id
externalId: id
type: String
indexed: true
uniqueId: true
- name: name
externalId: name
type: String
- name: sourceId
externalId: sourceId
type: String
- name: sourceName
externalId: sourceName
type: String
- name: identityId
externalId: identityId
type: String
indexed: true
- name: authoritative
externalId: authoritative
type: Bool
- name: description
externalId: description
type: String
- name: disabled
externalId: disabled
type: Bool
- name: locked
externalId: locked
type: Bool
- name: nativeIdentity
externalId: nativeIdentity
type: String
- name: systemAccount
externalId: systemAccount
type: Bool
- name: uncorrelated
externalId: uncorrelated
type: Bool
- name: uuid
externalId: uuid
type: String
- name: manuallyCorrelated
externalId: manuallyCorrelated
type: Bool
- name: hasEntitlements
externalId: hasEntitlements
type: Bool
Entitlement:
displayName: Entitlement
externalId: entitlements
description: Entitlement entity in IdentityNow
pageSize: 250
pagesOrderedById: false
attributes:
- name: id
externalId: id
type: String
indexed: true
uniqueId: true
- name: name
externalId: name
type: String
- name: created
externalId: created
type: DateTime
- name: modified
externalId: modified
type: DateTime
- name: attribute
externalId: attribute
type: String
- name: value
externalId: value
type: String
- name: sourceSchemaObjectType
externalId: sourceSchemaObjectType
type: String
- name: privileged
externalId: privileged
type: Bool
- name: cloudGoverned
externalId: cloudGoverned
type: Bool
- name: description
externalId: description
type: String
- name: requestable
externalId: requestable
type: Bool
- name: segments
externalId: segments
type: String
list: true
AccountEntitlement:
displayName: AccountEntitlement
# This externalId does not need to match the IDN's API unlike the rest of the entities. AccountEntitlement is an entity solely used
# to create the relationship between Entitlement and Account.
externalId: accountEntitlements
description: AccountEntitlement entity in IdentityNow
pageSize: 250
pagesOrderedById: false
attributes:
- name: id
externalId: id
type: String
indexed: true
uniqueId: true
- name: accountId
externalId: accountId
type: String
indexed: true
- name: entitlementId
externalId: entitlementId
type: String
indexed: true
Identity:
displayName: Identity
externalId: identities
description: Identity entity in IdentityNow
pageSize: 250
pagesOrderedById: false
attributes:
- name: id
externalId: id
type: String
indexed: true
uniqueId: true
- name: name
externalId: name
type: String
- name: created
externalId: created
type: DateTime
- name: modified
externalId: modified
type: DateTime
- name: alias
externalId: alias
type: String
- name: emailAddress
externalId: emailAddress
type: String
- name: processingState
externalId: processingState
type: String
- name: identityStatus
externalId: identityStatus
type: String
- name: isManager
externalId: isManager
type: Bool
- name: lastRefresh
externalId: lastRefresh
type: DateTime
relationships:
# (Entitlement) -[EntitlementMember]-> (AccountEntitlement)
EntitlementMember:
name: EntitlementMember
displayName: Entitlement Member
fromAttribute: entitlements.id
toAttribute: accountEntitlements.entitlementId
# (AccountEntitlement) -[AccountMember]-> (Account)
AccountMember:
name: AccountMember
displayName: Account Member
fromAttribute: accountEntitlements.accountId
toAttribute: accounts.id
# Path relationship based on the previous two join relationships.
# (Entitlement) -[Member]-> (Account)
Member:
name: Member
displayName: Member
path:
- relationship: EntitlementMember
direction: Forward
- relationship: AccountMember
direction: Forward
# (Account) -[AccountIdentity]-> (Identity)
AccountIdentity:
name: AccountIdentity
displayName: Account Identity
fromAttribute: accounts.identityId
toAttribute: identities.id