Skip to content

Commit 2dcf0e4

Browse files
Updating baton capabilities.
1 parent d508c03 commit 2dcf0e4

File tree

1 file changed

+42
-42
lines changed

1 file changed

+42
-42
lines changed

baton_capabilities.json

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,98 +1,98 @@
11
{
2-
"@type": "type.googleapis.com/c1.connector.v2.ConnectorCapabilities",
3-
"resourceTypeCapabilities": [
2+
"@type": "type.googleapis.com/c1.connector.v2.ConnectorCapabilities",
3+
"resourceTypeCapabilities": [
44
{
5-
"resourceType": {
6-
"id": "org",
7-
"displayName": "Org",
8-
"annotations": [
5+
"resourceType": {
6+
"id": "org",
7+
"displayName": "Org",
8+
"annotations": [
99
{
10-
"@type": "type.googleapis.com/c1.connector.v2.V1Identifier",
11-
"id": "org"
10+
"@type": "type.googleapis.com/c1.connector.v2.V1Identifier",
11+
"id": "org"
1212
}
1313
]
1414
},
15-
"capabilities": [
15+
"capabilities": [
1616
"CAPABILITY_SYNC",
1717
"CAPABILITY_PROVISION"
1818
]
1919
},
2020
{
21-
"resourceType": {
22-
"id": "org_role",
23-
"displayName": "Organization Role",
24-
"traits": [
21+
"resourceType": {
22+
"id": "org_role",
23+
"displayName": "Organization Role",
24+
"traits": [
2525
"TRAIT_ROLE"
2626
],
27-
"annotations": [
27+
"annotations": [
2828
{
29-
"@type": "type.googleapis.com/c1.connector.v2.V1Identifier",
30-
"id": "org_role"
29+
"@type": "type.googleapis.com/c1.connector.v2.V1Identifier",
30+
"id": "org_role"
3131
}
3232
]
3333
},
34-
"capabilities": [
34+
"capabilities": [
3535
"CAPABILITY_SYNC",
3636
"CAPABILITY_PROVISION"
3737
]
3838
},
3939
{
40-
"resourceType": {
41-
"id": "repository",
42-
"displayName": "Repository",
43-
"annotations": [
40+
"resourceType": {
41+
"id": "repository",
42+
"displayName": "Repository",
43+
"annotations": [
4444
{
45-
"@type": "type.googleapis.com/c1.connector.v2.V1Identifier",
46-
"id": "repository"
45+
"@type": "type.googleapis.com/c1.connector.v2.V1Identifier",
46+
"id": "repository"
4747
}
4848
]
4949
},
50-
"capabilities": [
50+
"capabilities": [
5151
"CAPABILITY_SYNC",
5252
"CAPABILITY_PROVISION"
5353
]
5454
},
5555
{
56-
"resourceType": {
57-
"id": "team",
58-
"displayName": "Team",
59-
"traits": [
56+
"resourceType": {
57+
"id": "team",
58+
"displayName": "Team",
59+
"traits": [
6060
"TRAIT_GROUP"
6161
],
62-
"annotations": [
62+
"annotations": [
6363
{
64-
"@type": "type.googleapis.com/c1.connector.v2.V1Identifier",
65-
"id": "team"
64+
"@type": "type.googleapis.com/c1.connector.v2.V1Identifier",
65+
"id": "team"
6666
}
6767
]
6868
},
69-
"capabilities": [
69+
"capabilities": [
7070
"CAPABILITY_SYNC",
7171
"CAPABILITY_PROVISION"
7272
]
7373
},
7474
{
75-
"resourceType": {
76-
"id": "user",
77-
"displayName": "User",
78-
"traits": [
75+
"resourceType": {
76+
"id": "user",
77+
"displayName": "User",
78+
"traits": [
7979
"TRAIT_USER"
8080
],
81-
"annotations": [
81+
"annotations": [
8282
{
83-
"@type": "type.googleapis.com/c1.connector.v2.V1Identifier",
84-
"id": "user"
83+
"@type": "type.googleapis.com/c1.connector.v2.V1Identifier",
84+
"id": "user"
8585
}
8686
]
8787
},
88-
"capabilities": [
88+
"capabilities": [
8989
"CAPABILITY_SYNC"
9090
]
9191
}
9292
],
93-
"connectorCapabilities": [
93+
"connectorCapabilities": [
9494
"CAPABILITY_PROVISION",
9595
"CAPABILITY_SYNC"
9696
],
97-
"credentialDetails": {}
97+
"credentialDetails": {}
9898
}

0 commit comments

Comments
 (0)