BrokerShortIdentityProviderMedia
BrokerShortIdentityProviderMedia
Represents a summary of an IdentityProvider
JSON Example
{
"_links": {
"self": {
"href": "https://example.com/path-to-self"
}
},
"id": "string",
"idp_name": "example_idp_name",
"idp_type": "OIDC",
"directory_ids": [
"string"
]
}
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 : OIDC, SAML,
array of string
directory_ids
Optional
The list of directory ids associated with this identity provider