NamespaceManagementSupervisorsIdentityProvidersSummary
The Providers.Summary structure provides an overview of an identity provider configured for the given Supervisor.
Properties
string
display_name
Required
A name to be used for the given identity provider. This name will be displayed in the vCenter UI.
string
provider
Required
The immutable identifier of an identity provider generated when an identity provider is registered for a Supervisor. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vcenter.namespace_management.identity.Provider. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vcenter.namespace_management.identity.Provider.
JSON Example
{
"display_name": "string",
"provider": "string"
}