ApiConnectionDefinitionPropertiesArgs

data class ApiConnectionDefinitionPropertiesArgs(val api: Output<ApiReferenceArgs>? = null, val changedTime: Output<String>? = null, val createdTime: Output<String>? = null, val customParameterValues: Output<Map<String, String>>? = null, val displayName: Output<String>? = null, val nonSecretParameterValues: Output<Map<String, String>>? = null, val parameterValues: Output<Map<String, String>>? = null, val statuses: Output<List<ConnectionStatusDefinitionArgs>>? = null, val testLinks: Output<List<ApiConnectionTestLinkArgs>>? = null) : ConvertibleToJava<ApiConnectionDefinitionPropertiesArgs>

Constructors

Link copied to clipboard
constructor(api: Output<ApiReferenceArgs>? = null, changedTime: Output<String>? = null, createdTime: Output<String>? = null, customParameterValues: Output<Map<String, String>>? = null, displayName: Output<String>? = null, nonSecretParameterValues: Output<Map<String, String>>? = null, parameterValues: Output<Map<String, String>>? = null, statuses: Output<List<ConnectionStatusDefinitionArgs>>? = null, testLinks: Output<List<ApiConnectionTestLinkArgs>>? = null)

Properties

Link copied to clipboard
val api: Output<ApiReferenceArgs>? = null
Link copied to clipboard
val changedTime: Output<String>? = null

Timestamp of last connection change

Link copied to clipboard
val createdTime: Output<String>? = null

Timestamp of the connection creation

Link copied to clipboard
val customParameterValues: Output<Map<String, String>>? = null

Dictionary of custom parameter values

Link copied to clipboard
val displayName: Output<String>? = null

Display name

Link copied to clipboard
val nonSecretParameterValues: Output<Map<String, String>>? = null

Dictionary of nonsecret parameter values

Link copied to clipboard
val parameterValues: Output<Map<String, String>>? = null

Dictionary of parameter values

Link copied to clipboard

Status of the connection

Link copied to clipboard

Links to test the API connection

Functions

Link copied to clipboard
open override fun toJava(): ApiConnectionDefinitionPropertiesArgs