ResourceIdentityResponse

data class ResourceIdentityResponse(val principalId: String, val tenantId: String, val type: String)

The managed identity of a resource.

Constructors

Link copied to clipboard
constructor(principalId: String, tenantId: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

GUID that represents the principal ID of this resource identity.

Link copied to clipboard

GUID that represents the tenant ID of this resource identity.

Link copied to clipboard

String of the resource identity type.