CaptureIdentityArgs

data class CaptureIdentityArgs(val type: Output<CaptureIdentityType>? = null, val userAssignedIdentity: Output<String>? = null) : ConvertibleToJava<CaptureIdentityArgs>

A value that indicates whether capture description is enabled.

Constructors

Link copied to clipboard
constructor(type: Output<CaptureIdentityType>? = null, userAssignedIdentity: Output<String>? = null)

Properties

Link copied to clipboard
val type: Output<CaptureIdentityType>? = null

Type of Azure Active Directory Managed Identity.

Link copied to clipboard
val userAssignedIdentity: Output<String>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): CaptureIdentityArgs