Name: GenericEndpointConfig

Configuration information required for a external manager, including a json for configuration information and a json string for sensitive configuration information.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.generic.GenericEndpointConfig",
   "configInfo": <String>,
   "sensitiveConfigInfo": <String>,
}

Attributes
NameTypeDescription
configInfoxsd:stringJSON string containing the configuration information required for an external manager. It can contain a maximum of 4KB data and is unicode compliant. This information is included in the audit log.
sensitiveConfigInfoxsd:stringSensitive configuration information. This can include encrypted passwords etc. It can contain a maximum of 1 KB data and is unicode compliant. This information is not included in the audit log and is not encrypted by the server.