From 330670c0d65420151eb2ccd6fb6bbaf76ada6a66 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 21:40:31 +0000 Subject: [PATCH] Updating baton capabilities. --- baton_capabilities.json | 87 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 baton_capabilities.json diff --git a/baton_capabilities.json b/baton_capabilities.json new file mode 100644 index 00000000..37aecdcc --- /dev/null +++ b/baton_capabilities.json @@ -0,0 +1,87 @@ +{ + "@type": "type.googleapis.com/c1.connector.v2.ConnectorCapabilities", + "resourceTypeCapabilities": [ + { + "resourceType": { + "id": "app", + "displayName": "App", + "traits": [ + "TRAIT_APP" + ], + "annotations": [ + { + "@type": "type.googleapis.com/c1.connector.v2.V1Identifier", + "id": "app" + } + ] + }, + "capabilities": [ + "CAPABILITY_SYNC", + "CAPABILITY_PROVISION" + ] + }, + { + "resourceType": { + "id": "group", + "displayName": "Group", + "traits": [ + "TRAIT_GROUP" + ], + "annotations": [ + { + "@type": "type.googleapis.com/c1.connector.v2.V1Identifier", + "id": "group" + } + ] + }, + "capabilities": [ + "CAPABILITY_SYNC", + "CAPABILITY_PROVISION" + ] + }, + { + "resourceType": { + "id": "role", + "displayName": "Role", + "traits": [ + "TRAIT_ROLE" + ], + "annotations": [ + { + "@type": "type.googleapis.com/c1.connector.v2.V1Identifier", + "id": "role" + } + ] + }, + "capabilities": [ + "CAPABILITY_SYNC", + "CAPABILITY_PROVISION" + ] + }, + { + "resourceType": { + "id": "user", + "displayName": "User", + "traits": [ + "TRAIT_USER" + ], + "annotations": [ + { + "@type": "type.googleapis.com/c1.connector.v2.V1Identifier", + "id": "user" + }, + { + "@type": "type.googleapis.com/c1.connector.v2.SkipEntitlementsAndGrants" + } + ] + }, + "capabilities": [ + "CAPABILITY_SYNC" + ] + } + ], + "connectorCapabilities": [ + "CAPABILITY_SYNC", + "CAPABILITY_PROVISION" + ] +} \ No newline at end of file