IdentityDetailsResponse

data class IdentityDetailsResponse(val useSystemAssignedIdentity: Boolean? = null, val userAssignedIdentityArmUrl: String? = null)

Constructors

Link copied to clipboard
constructor(useSystemAssignedIdentity: Boolean? = null, userAssignedIdentityArmUrl: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ARM URL for User Assigned Identity.

Link copied to clipboard

Specifies if the BI is protected by System Identity.