Concur Linked Service Args
data class ConcurLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val clientId: Output<Any>, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val connectionProperties: Output<Any>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val type: Output<String>, val useEncryptedEndpoints: Output<Any>? = null, val useHostVerification: Output<Any>? = null, val usePeerVerification: Output<Any>? = null, val username: Output<Any>) : ConvertibleToJava<ConcurLinkedServiceArgs>
Concur Service linked service.
Constructors
Link copied to clipboard
fun ConcurLinkedServiceArgs(annotations: Output<List<Any>>? = null, clientId: Output<Any>, connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, connectionProperties: Output<Any>? = null, description: Output<String>? = null, encryptedCredential: Output<String>? = null, parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, type: Output<String>, useEncryptedEndpoints: Output<Any>? = null, useHostVerification: Output<Any>? = null, usePeerVerification: Output<Any>? = null, username: Output<Any>)