NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
VidbOidcEndpointCreateRequest (schema)
Configuration to enable VIDB
Configuration data needed for NSX to configure itself to authenticate to VMware Identity Broker (VIDB). Either api_token, or username + password is required.
Name | Description | Type | Notes |
---|---|---|---|
certificate_chain | The certificate chain for VIDB The public certificate chain for the VIDB, in PEM format. |
string | Required |
client_id | Client ID for authenticating to VIDB The client identifier to use when authenticating to VMware Identity Broker (VIDB). |
string | Required |
client_secret | The certificate chain for VC/WS1B The public certificate chain for the VIDB, in PEM format. |
secure_string | Required |
name | Name for the VIDB endpoint A display name for the VIDB endpoint. This is displayed on login screens to allow users to decide which endpoint to use when authenticating. |
string | Required |
vidb_uri | VIDB OpenID Connect URI URI of the VIDB OpenID Connect end-point. |
string | Required |