Capture Identity Args
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)