ServicesResourceResponseIdentity

data class ServicesResourceResponseIdentity(val principalId: String, val tenantId: String, val type: String? = null)

Setting indicating whether the service has a managed identity associated with it.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The principal ID of the resource identity.

Link copied to clipboard

The tenant ID of the resource.

Link copied to clipboard
val type: String? = null

Type of identity being specified, currently SystemAssigned and None are allowed.