Configuration Credentials
API Name: ConfigurationCredentials__c
Generic Configuration Credentials
| Label | API Name | Type | Description |
|---|---|---|---|
| Name | Name |
Text(255) | |
| Configuration | Configuration__c |
Text(255) | The type of the configuration. Used to group key/value pairs that belong to the same configuration. |
| Data Type | DataType__c |
Text(255) | Data type of the value. |
| Key | Key__c |
Text(255) | The key of the configuration element. |
| Value | Value__c |
Text(255) | The value of the configuration element. |