ManagedIdentitySpecResponse

data class ManagedIdentitySpecResponse(val clientId: String, val objectId: String, val resourceId: String, val type: String)

The details of a managed identity.

Constructors

Link copied to clipboard
constructor(clientId: String, objectId: String, resourceId: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ClientId of the managed identity.

Link copied to clipboard

ObjectId of the managed identity.

Link copied to clipboard

ResourceId of the managed identity.

Link copied to clipboard

The type of managed identity.