DataflowEndpointAuthenticationSystemAssignedManagedIdentityArgs

data class DataflowEndpointAuthenticationSystemAssignedManagedIdentityArgs(val audience: Output<String>? = null) : ConvertibleToJava<DataflowEndpointAuthenticationSystemAssignedManagedIdentityArgs>

DataflowEndpoint Authentication SystemAssignedManagedIdentity properties

Constructors

constructor(audience: Output<String>? = null)

Properties

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

Audience of the service to authenticate against. Optional; defaults to the audience for Service host configuration.

Functions

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