VCFIntegration

VCFIntegration
VCFIntegration

A model that serves as the structure of the payload data for creating or updating VCF integration

AllOf
This class requires all of the following:
JSON Example
{
    "id": "string",
    "name": "string",
    "description": "string",
    "collectorId": "string",
    "collectorGroupId": "string",
    "resourceIdentifiers": [
        {
            "name": "string",
            "value": "string"
        }
    ],
    "certificates": [
        {
            "thumbprint": "string",
            "certificateDetails": "string",
            "certificate": "string",
            "issuedTo": "string",
            "issuedBy": "string",
            "expires": "string"
        }
    ],
    "credentialInstanceId": "string",
    "physicalDatacenterId": "string",
    "serviceCredentials": {
        "username": "string",
        "password": "string"
    },
    "serviceCredentialsUsed": false
}