InlineVCFIntegration0
A model that serves as the structure of the payload data for creating or updating cloud account integration.
{
"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"
}
ID of existing cloud account integration, must be null at creation
The name of the cloud account integration
Optional description of the cloud account integration
The Collector instance used by this cloud account integration
The Collector Group ID to be used for this cloud account integration
Cloud account integration specific resource identifiers
List of new trusted certificates, must be provided upon creation/update of new cloud account integration, for establishing connection.
Credential Instance identifier, for this cloud account integration.