UserOwnedAmlWorkspaceResponse

data class UserOwnedAmlWorkspaceResponse(val identityClientId: String? = null, val resourceId: String? = null)

The user owned AML workspace for Cognitive Services account.

Constructors

Link copied to clipboard
constructor(identityClientId: String? = null, resourceId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Identity Client id of a AML workspace resource.

Link copied to clipboard
val resourceId: String? = null

Full resource id of a AML workspace resource.