Skip to content

Commit

Permalink
Updating baton capabilities.
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 18, 2025
1 parent 2734511 commit 47a4f6f
Showing 1 changed file with 39 additions and 1 deletion.
40 changes: 39 additions & 1 deletion baton_capabilities.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,42 @@
{
"@type": "type.googleapis.com/c1.connector.v2.ConnectorCapabilities",
"resourceTypeCapabilities": [
{
"resourceType": {
"id": "group",
"displayName": "group",
"traits": [
"TRAIT_GROUP"
]
},
"capabilities": [
"CAPABILITY_SYNC",
"CAPABILITY_PROVISION"
]
},
{
"resourceType": {
"id": "license",
"displayName": "license"
},
"capabilities": [
"CAPABILITY_SYNC",
"CAPABILITY_PROVISION"
]
},
{
"resourceType": {
"id": "role",
"displayName": "role",
"traits": [
"TRAIT_ROLE"
]
},
"capabilities": [
"CAPABILITY_SYNC",
"CAPABILITY_PROVISION"
]
},
{
"resourceType": {
"id": "user",
Expand All @@ -15,6 +51,8 @@
}
],
"connectorCapabilities": [
"CAPABILITY_PROVISION",
"CAPABILITY_SYNC"
]
],
"credentialDetails": {}
}

0 comments on commit 47a4f6f

Please sign in to comment.