Api Connection Definition Properties Args
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
Link copied to clipboard
Timestamp of last connection change
Link copied to clipboard
Timestamp of the connection creation
Link copied to clipboard
Dictionary of custom parameter values
Link copied to clipboard
Display name
Link copied to clipboard
Dictionary of nonsecret parameter values
Link copied to clipboard
Dictionary of parameter values
Link copied to clipboard
Status of the connection
Link copied to clipboard
Links to test the API connection