Data Flow Endpoint Authentication Args
constructor(accessTokenSecretRef: Output<String>? = null, method: Output<Either<String, AuthenticationMethod>>, saslSettings: Output<DataFlowEndpointAuthenticationSaslArgs>? = null, serviceAccountTokenSettings: Output<DataFlowEndpointAuthenticationServiceAccountTokenArgs>? = null, systemAssignedManagedIdentitySettings: Output<DataFlowEndpointAuthenticationSystemAssignedManagedIdentityArgs>? = null, userAssignedManagedIdentitySettings: Output<DataFlowEndpointAuthenticationUserAssignedManagedIdentityArgs>? = null, x509CredentialsSettings: Output<DataFlowEndpointAuthenticationX509Args>? = null)