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 ],
34- "annotations" : [
34+ "annotations" : [
3535 {
36- "@type" : " type.googleapis.com/c1.connector.v2.SkipEntitlementsAndGrants"
36+ "@type" : " type.googleapis.com/c1.connector.v2.SkipEntitlementsAndGrants"
3737 }
3838 ]
3939 },
40- "capabilities" : [
40+ "capabilities" : [
4141 " CAPABILITY_SYNC" ,
4242 " CAPABILITY_ACCOUNT_PROVISIONING" ,
4343 " CAPABILITY_RESOURCE_DELETE"
4444 ]
4545 }
4646 ],
47- "connectorCapabilities" : [
47+ "connectorCapabilities" : [
4848 " CAPABILITY_PROVISION" ,
4949 " CAPABILITY_SYNC" ,
5050 " CAPABILITY_ACCOUNT_PROVISIONING" ,
5151 " CAPABILITY_RESOURCE_DELETE"
5252 ],
53- "credentialDetails" : {
54- "capabilityAccountProvisioning" : {
55- "supportedCredentialOptions" : [
53+ "credentialDetails" : {
54+ "capabilityAccountProvisioning" : {
55+ "supportedCredentialOptions" : [
5656 " CAPABILITY_DETAIL_CREDENTIAL_OPTION_NO_PASSWORD" ,
5757 " CAPABILITY_DETAIL_CREDENTIAL_OPTION_RANDOM_PASSWORD"
5858 ],
59- "preferredCredentialOption" : " CAPABILITY_DETAIL_CREDENTIAL_OPTION_NO_PASSWORD"
59+ "preferredCredentialOption" : " CAPABILITY_DETAIL_CREDENTIAL_OPTION_NO_PASSWORD"
6060 }
6161 }
6262}
0 commit comments