CustomActionTypeConfigurationPropertiesArgs

data class CustomActionTypeConfigurationPropertiesArgs(val description: Output<String>? = null, val key: Output<Boolean>, val name: Output<String>, val queryable: Output<Boolean>? = null, val required: Output<Boolean>, val secret: Output<Boolean>, val type: Output<String>? = null) : ConvertibleToJava<CustomActionTypeConfigurationPropertiesArgs>

The configuration properties for the custom action.

Constructors

constructor(description: Output<String>? = null, key: Output<Boolean>, name: Output<String>, queryable: Output<Boolean>? = null, required: Output<Boolean>, secret: Output<Boolean>, type: Output<String>? = null)

Properties

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

The description of the action configuration property that is displayed to users.

Link copied to clipboard
val key: Output<Boolean>

Whether the configuration property is a key.

Link copied to clipboard
val name: Output<String>

The name of the action configuration property.

Link copied to clipboard
val queryable: Output<Boolean>? = null

Indicates that the property is used with PollForJobs. When creating a custom action, an action can have up to one queryable property. If it has one, that property must be both required and not secret.If you create a pipeline with a custom action type, and that custom action contains a queryable property, the value for that configuration property is subject to other restrictions. The value must be less than or equal to twenty (20) characters. The value can contain only alphanumeric characters, underscores, and hyphens.

Link copied to clipboard
val required: Output<Boolean>

Whether the configuration property is a required value.

Link copied to clipboard
val secret: Output<Boolean>

Whether the configuration property is secret. Secrets are hidden from all calls except for GetJobDetails, GetThirdPartyJobDetails, PollForJobs, and PollForThirdPartyJobs.

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

The type of the configuration property.

Functions

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