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" : " group" ,
7- "displayName" : " Group" ,
8- "traits" : [
5+ "resourceType" : {
6+ "id" : " group" ,
7+ "displayName" : " Group" ,
8+ "traits" : [
99 " TRAIT_GROUP"
1010 ]
1111 },
12- "capabilities" : [
12+ "capabilities" : [
1313 " CAPABILITY_SYNC" ,
1414 " CAPABILITY_PROVISION"
1515 ]
1616 },
1717 {
18- "resourceType" : {
19- "id" : " project" ,
20- "displayName" : " Project"
18+ "resourceType" : {
19+ "id" : " project" ,
20+ "displayName" : " Project"
2121 },
22- "capabilities" : [
22+ "capabilities" : [
2323 " CAPABILITY_SYNC" ,
2424 " CAPABILITY_PROVISION"
2525 ]
2626 },
2727 {
28- "resourceType" : {
29- "id" : " user" ,
30- "displayName" : " User" ,
31- "traits" : [
28+ "resourceType" : {
29+ "id" : " user" ,
30+ "displayName" : " User" ,
31+ "traits" : [
3232 " TRAIT_USER"
3333 ]
3434 },
35- "capabilities" : [
35+ "capabilities" : [
3636 " CAPABILITY_SYNC" ,
37- " CAPABILITY_ACCOUNT_PROVISIONING"
37+ " CAPABILITY_ACCOUNT_PROVISIONING" ,
38+ " CAPABILITY_RESOURCE_DELETE"
3839 ]
3940 }
4041 ],
41- "connectorCapabilities" : [
42+ "connectorCapabilities" : [
4243 " CAPABILITY_PROVISION" ,
4344 " CAPABILITY_SYNC" ,
44- " CAPABILITY_ACCOUNT_PROVISIONING"
45+ " CAPABILITY_ACCOUNT_PROVISIONING" ,
46+ " CAPABILITY_RESOURCE_DELETE"
4547 ],
46- "credentialDetails" : {
47- "capabilityAccountProvisioning" : {
48- "supportedCredentialOptions" : [
48+ "credentialDetails" : {
49+ "capabilityAccountProvisioning" : {
50+ "supportedCredentialOptions" : [
4951 " CAPABILITY_DETAIL_CREDENTIAL_OPTION_NO_PASSWORD" ,
5052 " CAPABILITY_DETAIL_CREDENTIAL_OPTION_RANDOM_PASSWORD"
5153 ],
52- "preferredCredentialOption" : " CAPABILITY_DETAIL_CREDENTIAL_OPTION_NO_PASSWORD"
54+ "preferredCredentialOption" : " CAPABILITY_DETAIL_CREDENTIAL_OPTION_NO_PASSWORD"
5355 }
5456 }
5557}
0 commit comments