SddcLcmRegistrationResponse

SddcLcmRegistrationResponse
SDDC LCM Registration Response

Represents SDDC LCM details received after successful registration with Fleet LCM.

JSON Example
{
    "instanceId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "clientId": "clientId",
    "clientName": "clientName",
    "clientSecret": "clientSecret"
}
string As uuid As uuid
instanceId
Required

The instance identifier of the Fleet LCM.

string
clientId
Required

Service account client identifier.

string
clientSecret
Required

Service account client secret.

string
clientName
Required

The client name used during creation.