CaptureIdentityResponse

data class CaptureIdentityResponse(val type: String? = null, val userAssignedIdentity: String? = null)

A value that indicates whether capture description is enabled.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val type: String? = null

Type of Azure Active Directory Managed Identity.

Link copied to clipboard

ARM ID of Managed User Identity. This property is required is the type is UserAssignedIdentity. If type is SystemAssigned, then the System Assigned Identity Associated with the namespace will be used.