BrokerShortIdentityProviderMedia

BrokerShortIdentityProviderMedia
BrokerShortIdentityProviderMedia

Represents a summary of an IdentityProvider

JSON Example
{
    "_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"
    ]
}
object
_links
Optional

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

string As uuid As uuid
id
Optional

The unique identifier of the identity provider

string
idp_name
Optional

The name of the identity provider

string
idp_type
Optional

The protocol type to be used for the external identity provider

Possible values are : SAML, OIDC, LDAP,
array of string
directory_ids
Optional

The list of directory ids associated with this identity provider