Smartsheet Linked Service Args
data class SmartsheetLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val apiToken: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val type: Output<String>) : ConvertibleToJava<SmartsheetLinkedServiceArgs>
Linked service for Smartsheet.
Constructors
Link copied to clipboard
fun SmartsheetLinkedServiceArgs(annotations: Output<List<Any>>? = null, apiToken: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>, connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, description: Output<String>? = null, encryptedCredential: Output<String>? = null, parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, type: Output<String>)