IdentityProvider

@Serializable
data class IdentityProvider(val id: IdentityProviderId, val name: String)

A SAML identity provider used for authentication.

Constructors

Link copied to clipboard
constructor(id: IdentityProviderId, name: String)

Properties

Link copied to clipboard
@SerialName(value = "uuid")
val id: IdentityProviderId

a provider ID

Link copied to clipboard

a display name of the provider