List Supervisors Identity Providers
List the identity providers configured for a given Supervisor.
Request
URLURL
Path Parameters
Path Parameters
the Supervisor for which identity providers are being listed. The parameter must be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Supervisor.
Header Parameters
Header Parameters
Required session ID, acquired from Create Session API under CIS product
vmware-api-session-id example
"b00db39f948d13ea1e59b4d6fce56389"
Authentication
Response
Response BodyResponse Body
array
of
NamespaceManagementSupervisorsIdentityProvidersSummary
of type application/json
A list of {#link Summary} with details about the identity providers associated with a given Supervisor.
[
{
"display_name": "string",
"provider": "string"
}
]
A name to be used for the given identity provider. This name will be displayed in the vCenter UI.
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.
Errors
com.vmware.vapi.std.errors.unauthorized : if the user is missing the System.Read privilege on the Supervisor.
com.vmware.vapi.std.errors.error : if the system reports an error while responding to the request.
‘Default’ means this response is used for all HTTP codes that are not covered individually for this operation.
Code Samples
PowerCLI Client SDK Example
cURL Command
Vendor Extensions
x-vmw-doc-operation: list