DataflowEndpointAuthenticationUserAssignedManagedIdentityResponse

data class DataflowEndpointAuthenticationUserAssignedManagedIdentityResponse(val clientId: String, val scope: String? = null, val tenantId: String)

DataflowEndpoint Authentication UserAssignedManagedIdentity properties

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Client ID for the user-assigned managed identity.

Link copied to clipboard
val scope: String? = null

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

Link copied to clipboard

Tenant ID.