Resource Identity Response
data class ResourceIdentityResponse(val principalId: String, val tenantId: String, val type: String? = null)
The identity block returned by ARM resource that supports managed identity.
The identity block returned by ARM resource that supports managed identity.