Configure Vidb Integration

Configure Vidb Integration

Configures the vIDB integration for the provider org

Request
URI
PUT
https://{api_host}/cloudapi/vcf/vidbRegistration
COPY
Request Body
VidbClientConfiguration of type(s) application/json
Required
{
    "identityProviderName": "string",
    "clientId": "string",
    "clientSecret": "string",
    "vidbIssuerUri": "string",
    "vidbLeafCert": "string"
}
string
identityProviderName
Required

The identity provider name

string
clientId
Required

The OIDC client id

string
clientSecret
Required

The OIDC client secret

string As uri As uri
vidbIssuerUri
Required

The URI of the vIDB instance

string
vidbLeafCert
Required

Leaf certificate of the vIDB instance

Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns VidbClientConfiguration of type(s) */*;version=40.0
"VidbClientConfiguration Object"
string
identityProviderName
Required

The identity provider name

string
clientId
Required

The OIDC client id

string
clientSecret
Required

The OIDC client secret

string As uri As uri
vidbIssuerUri
Required

The URI of the vIDB instance

string
vidbLeafCert
Required

Leaf certificate of the vIDB instance


Code Samples
COPY
                    curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"clientId:"string","clientSecret:"string","identityProviderName:"string","vidbIssuerUri:"string","vidbLeafCert:"string"}' https://{api_host}/cloudapi/vcf/vidbRegistration