DataFlowEndpointAuthenticationUserAssignedManagedIdentityArgs

data class DataFlowEndpointAuthenticationUserAssignedManagedIdentityArgs(val audience: Output<String>, val clientId: Output<String>, val tenantId: Output<String>) : ConvertibleToJava<DataFlowEndpointAuthenticationUserAssignedManagedIdentityArgs>

DataFlowEndpoint Authentication UserAssignedManagedIdentity properties

Constructors

constructor(audience: Output<String>, clientId: Output<String>, tenantId: Output<String>)

Properties

Link copied to clipboard
val audience: Output<String>

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

Link copied to clipboard
val clientId: Output<String>

Client ID for the user-assigned managed identity.

Link copied to clipboard
val tenantId: Output<String>

Tenant ID.

Functions

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