-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0f709d5
commit 3f76845
Showing
1 changed file
with
79 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,79 @@ | ||
{"resourceTypeCapabilities":[{"resourceType":{"id":"organization","displayName":"Organization","description":"A MongoDB Atlas Organization"},"capabilities":["CAPABILITY_SYNC"]},{"resourceType":{"id":"user","displayName":"User","traits":["TRAIT_USER"],"annotations":[{"@type":"type.googleapis.com/c1.connector.v2.SkipEntitlementsAndGrants"}],"description":"A MongoDB Atlas Organization User"},"capabilities":["CAPABILITY_SYNC"]},{"resourceType":{"id":"team","displayName":"Team","traits":["TRAIT_GROUP"],"description":"A MongoDB Atlas Team"},"capabilities":["CAPABILITY_SYNC","CAPABILITY_PROVISION"]},{"resourceType":{"id":"project","displayName":"Project","traits":["TRAIT_GROUP"],"description":"A MongoDB Atlas Project"},"capabilities":["CAPABILITY_SYNC","CAPABILITY_PROVISION"]},{"resourceType":{"id":"database_user","displayName":"Database User","traits":["TRAIT_USER"],"annotations":[{"@type":"type.googleapis.com/c1.connector.v2.SkipEntitlementsAndGrants"}],"description":"A MongoDB Atlas Database User"},"capabilities":["CAPABILITY_SYNC"]}]} | ||
{ | ||
"@type": "type.googleapis.com/c1.connector.v2.ConnectorCapabilities", | ||
"resourceTypeCapabilities": [ | ||
{ | ||
"resourceType": { | ||
"id": "database_user", | ||
"displayName": "Database User", | ||
"traits": [ | ||
"TRAIT_USER" | ||
], | ||
"annotations": [ | ||
{ | ||
"@type": "type.googleapis.com/c1.connector.v2.SkipEntitlementsAndGrants" | ||
} | ||
], | ||
"description": "A MongoDB Atlas Database User" | ||
}, | ||
"capabilities": [ | ||
"CAPABILITY_SYNC" | ||
] | ||
}, | ||
{ | ||
"resourceType": { | ||
"id": "organization", | ||
"displayName": "Organization", | ||
"description": "A MongoDB Atlas Organization" | ||
}, | ||
"capabilities": [ | ||
"CAPABILITY_SYNC" | ||
] | ||
}, | ||
{ | ||
"resourceType": { | ||
"id": "project", | ||
"displayName": "Project", | ||
"traits": [ | ||
"TRAIT_GROUP" | ||
], | ||
"description": "A MongoDB Atlas Project" | ||
}, | ||
"capabilities": [ | ||
"CAPABILITY_SYNC", | ||
"CAPABILITY_PROVISION" | ||
] | ||
}, | ||
{ | ||
"resourceType": { | ||
"id": "team", | ||
"displayName": "Team", | ||
"traits": [ | ||
"TRAIT_GROUP" | ||
], | ||
"description": "A MongoDB Atlas Team" | ||
}, | ||
"capabilities": [ | ||
"CAPABILITY_SYNC", | ||
"CAPABILITY_PROVISION" | ||
] | ||
}, | ||
{ | ||
"resourceType": { | ||
"id": "user", | ||
"displayName": "User", | ||
"traits": [ | ||
"TRAIT_USER" | ||
], | ||
"annotations": [ | ||
{ | ||
"@type": "type.googleapis.com/c1.connector.v2.SkipEntitlementsAndGrants" | ||
} | ||
], | ||
"description": "A MongoDB Atlas Organization User" | ||
}, | ||
"capabilities": [ | ||
"CAPABILITY_SYNC" | ||
] | ||
} | ||
] | ||
} |