CredentialUserManagedIdentityArgs

data class CredentialUserManagedIdentityArgs(val annotations: Output<List<String>>? = null, val dataFactoryId: Output<String>? = null, val description: Output<String>? = null, val identityId: Output<String>? = null, val name: Output<String>? = null) : ConvertibleToJava<CredentialUserManagedIdentityArgs>

Constructors

Link copied to clipboard
constructor(annotations: Output<List<String>>? = null, dataFactoryId: Output<String>? = null, description: Output<String>? = null, identityId: Output<String>? = null, name: Output<String>? = null)

Properties

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

(Optional) List of string annotations.

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

The resource ID of the parent Data Factory

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

(Optional) Short text description

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

The resource ID of the User Assigned Managed Identity

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

The desired name of the credential resource

Functions

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