App Figures Linked Service Args
data class AppFiguresLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val clientKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>, val type: Output<String>, val userName: Output<Any>) : ConvertibleToJava<AppFiguresLinkedServiceArgs>
Linked service for AppFigures.
Constructors
Link copied to clipboard
fun AppFiguresLinkedServiceArgs(annotations: Output<List<Any>>? = null, clientKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>, connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, description: Output<String>? = null, parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>, type: Output<String>, userName: Output<Any>)