BrokerIdentityProviderList

BrokerIdentityProviderList
BrokerIdentityProviderList

Represents a summarised list of identity providers

JSON Example
{
    "items": [
        {
            "_links": {
                "self": {
                    "href": "https://example.com/path-to-self"
                }
            },
            "id": "string",
            "idp_name": "example_idp_name",
            "idp_type": "OIDC",
            "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