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_TARGETED_SYNC" ,
1515 " CAPABILITY_PROVISION"
1616 ]
1717 },
1818 {
19- "resourceType" : {
20- "id" : " project" ,
21- "displayName" : " Project"
19+ "resourceType" : {
20+ "id" : " project" ,
21+ "displayName" : " Project"
2222 },
23- "capabilities" : [
23+ "capabilities" : [
2424 " CAPABILITY_SYNC" ,
2525 " CAPABILITY_TARGETED_SYNC"
2626 ]
2727 },
2828 {
29- "resourceType" : {
30- "id" : " role" ,
31- "displayName" : " Role" ,
32- "traits" : [
29+ "resourceType" : {
30+ "id" : " role" ,
31+ "displayName" : " Role" ,
32+ "traits" : [
3333 " TRAIT_ROLE"
3434 ]
3535 },
36- "capabilities" : [
36+ "capabilities" : [
3737 " CAPABILITY_SYNC" ,
3838 " CAPABILITY_TARGETED_SYNC" ,
3939 " CAPABILITY_PROVISION"
4040 ]
4141 },
4242 {
43- "resourceType" : {
44- "id" : " user" ,
45- "displayName" : " User" ,
46- "traits" : [
43+ "resourceType" : {
44+ "id" : " user" ,
45+ "displayName" : " User" ,
46+ "traits" : [
4747 " TRAIT_USER"
4848 ],
49- "annotations" : [
49+ "annotations" : [
5050 {
51- "@type" : " type.googleapis.com/c1.connector.v2.SkipEntitlementsAndGrants"
51+ "@type" : " type.googleapis.com/c1.connector.v2.SkipEntitlementsAndGrants"
5252 }
5353 ]
5454 },
55- "capabilities" : [
55+ "capabilities" : [
5656 " CAPABILITY_SYNC" ,
5757 " CAPABILITY_TARGETED_SYNC" ,
5858 " CAPABILITY_PROVISION" ,
6363 ]
6464 }
6565 ],
66- "connectorCapabilities" : [
66+ "connectorCapabilities" : [
6767 " CAPABILITY_PROVISION" ,
6868 " CAPABILITY_SYNC" ,
6969 " CAPABILITY_ACCOUNT_PROVISIONING" ,
7373 " CAPABILITY_ACTIONS" ,
7474 " CAPABILITY_TARGETED_SYNC"
7575 ],
76- "credentialDetails" : {
77- "capabilityAccountProvisioning" : {
78- "supportedCredentialOptions" : [
76+ "credentialDetails" : {
77+ "capabilityAccountProvisioning" : {
78+ "supportedCredentialOptions" : [
7979 " CAPABILITY_DETAIL_CREDENTIAL_OPTION_NO_PASSWORD" ,
8080 " CAPABILITY_DETAIL_CREDENTIAL_OPTION_RANDOM_PASSWORD" ,
8181 " CAPABILITY_DETAIL_CREDENTIAL_OPTION_ENCRYPTED_PASSWORD"
8282 ],
83- "preferredCredentialOption" : " CAPABILITY_DETAIL_CREDENTIAL_OPTION_RANDOM_PASSWORD"
83+ "preferredCredentialOption" : " CAPABILITY_DETAIL_CREDENTIAL_OPTION_RANDOM_PASSWORD"
8484 },
85- "capabilityCredentialRotation" : {
86- "supportedCredentialOptions" : [
85+ "capabilityCredentialRotation" : {
86+ "supportedCredentialOptions" : [
8787 " CAPABILITY_DETAIL_CREDENTIAL_OPTION_RANDOM_PASSWORD" ,
8888 " CAPABILITY_DETAIL_CREDENTIAL_OPTION_NO_PASSWORD" ,
8989 " CAPABILITY_DETAIL_CREDENTIAL_OPTION_ENCRYPTED_PASSWORD"
9090 ],
91- "preferredCredentialOption" : " CAPABILITY_DETAIL_CREDENTIAL_OPTION_RANDOM_PASSWORD"
91+ "preferredCredentialOption" : " CAPABILITY_DETAIL_CREDENTIAL_OPTION_RANDOM_PASSWORD"
9292 }
9393 }
9494}
0 commit comments