3.2 Advanced Settings Parameters
These are the configuration-related entries that the connector uses during reconciliation and provisioning operations.
Table 3-2 Advanced Settings Parameters
| Parameter | Mandatory? | Description |
|---|---|---|
| Connector Name | Yes |
This parameter holds the name of the connector class. Default value: org.identityconnectors.gcp.GCPConnector |
| Connector Package Name | Yes |
This parameter holds the name of the connector bundle package. Default value: org.identityconnectors.gcp |
| Connector Package Version | Yes |
This parameter hods the version of the connector bundle class. Default value: 12.3.0 |
| supportMultipleDomain | No |
This entry specifies whether the connector can perform connector operations in a single or multiple domain. By default, the connector performs connector operations only on the domain specified as the value of the Google Domain Name basic configuration parameter. Set the value of this entry to true if you want the connector to perform connector operations in all the domains present in Google Cloud Platform Connector. Default value: false |
| supportDeleteIdentity | No |
This entry specifies whether the connector can delete the account in directory or just remove the entitlements & keeps the account. Set the value to true if you want to delete the account in Directory as well. Default value: false |
| Pool Max Idle | No |
Maximum number of idle objects in a pool. Sample value: 10 |
| Pool Max Size | No |
Maximum number of connections that the pool can create. Sample value: 10 |
| Pool Max Wait | No |
Maximum time, in milliseconds, the pool must wait for a free object to make itself available to be consumed for an operation. Sample value: 150000 |
| Pool Min Evict Idle Time | No |
Minimum time, in milliseconds, the connector must wait before evicting an idle object. Sample value: 120000 |
| Pool Min Idle | No |
Minimum number of idle objects in a pool. Sample value: 1 |