ProviderPrincipal

API: Internal/Beta

data class ProviderPrincipal(
    val id: String,
    val role: Role,
    val type: String /* "provider" */,
)
Properties
id: String
role: Role
type: String /* "provider" */ The type discriminator

API: Stable