ServicePrincipal

API: Internal/Beta

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

API: Stable