DataFlowEndpointAuthenticationSystemAssignedManagedIdentityArgs

data class DataFlowEndpointAuthenticationSystemAssignedManagedIdentityArgs(val audience: Output<String>) : ConvertibleToJava<DataFlowEndpointAuthenticationSystemAssignedManagedIdentityArgs>

DataFlowEndpoint Authentication SystemAssignedManagedIdentity properties

Constructors

constructor(audience: Output<String>)

Properties

Link copied to clipboard
val audience: Output<String>

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