DataflowEndpointAuthenticationUserAssignedManagedIdentityArgs

data class DataflowEndpointAuthenticationUserAssignedManagedIdentityArgs(val clientId: Output<String>, val scope: Output<String>? = null, val tenantId: Output<String>) : ConvertibleToJava<DataflowEndpointAuthenticationUserAssignedManagedIdentityArgs>

DataflowEndpoint Authentication UserAssignedManagedIdentity properties

Constructors

constructor(clientId: Output<String>, scope: Output<String>? = null, tenantId: Output<String>)

Properties

Link copied to clipboard
val clientId: Output<String>

Client ID for the user-assigned managed identity.

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

Resource identifier (application ID URI) of the resource, affixed with the .default suffix.

Link copied to clipboard
val tenantId: Output<String>

Tenant ID.

Functions

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