Get Broker Identity Providers

Get Broker Identity Providers

VMware Identity Services API to get a summarized list of identity providers for a specific tenant.

Request
URI
GET
https://{api_host}//federation/t/{TENANT}/broker/identity-providers
COPY
Path Parameters
string
TENANT
Required

TENANT


Authentication
This operation uses the following authentication methods.
Responses
200

Identity providers list returned successfully.

Returns BrokerIdentityProviderList of type(s) application/vnd.vmware.vidm.federation.broker.identityprovider.list+json
{
    "items": [
        {
            "_links": {
                "self": {
                    "href": "https://example.com/path-to-self"
                }
            },
            "id": "string",
            "idp_name": "string",
            "idp_type": "string",
            "directory_ids": [
                "string"
            ]
        }
    ],
    "_links": {
        "self": {
            "href": "https://example.com/path-to-self"
        }
    }
}
items
Optional

items

object
_links
Optional

The resource HATEOAS links. Usually includes a "self" link for this resource


401

Unauthorized to list Identity Providers.

Operation doesn't return any data structure

403

Forbidden to list Identity Providers.

Operation doesn't return any data structure