Get Vidb Integration

Get Vidb Integration
Gets the vIDB integration for the provider org

Gets the vIDB integration for the provider org

Request
URI
GET
https://{api_host}/cloudapi/v1/vidbRegistration
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns VidbClientConfiguration of type(s) application/json;version=9.1.0
{
    "identityProviderName": "string",
    "clientId": "string",
    "clientSecret": "string",
    "vidbIssuerUri": "string",
    "vidbLeafCert": "string"
}

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/cloudapi/v1/vidbRegistration