BrokerIdentityProviderList

BrokerIdentityProviderList
BrokerIdentityProviderList

Represents a summarised list of identity providers

JSON Example
{
    "items": [
        {
            "_links": {
                "self": {
                    "href": "https://example.com/path-to-self"
                }
            },
            "id": "012a190a-e409-4f39-b61f-22f04fbdeedb",
            "idp_name": "example_idp_name",
            "idp_type": "OIDC",
            "directory_ids": [
                "75bfbd1c-a5d4-4c68-8686-0c18aa95bdf1",
                "31241929-38ca-4104-8dee-266b25adae85"
            ]
        }
    ],
    "_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