CustomActionTypeConfigurationProperty

data class CustomActionTypeConfigurationProperty(val description: String? = null, val key: Boolean, val name: String, val queryable: Boolean? = null, val required: Boolean, val secret: Boolean, val type: String? = null)

Constructors

Link copied to clipboard
constructor(description: String? = null, key: Boolean, name: String, queryable: Boolean? = null, required: Boolean, secret: Boolean, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

The description of the action configuration property.

Link copied to clipboard

Whether the configuration property is a key.

Link copied to clipboard

The name of the action configuration property.

Link copied to clipboard
val queryable: Boolean? = null

Indicates that the property will be used in conjunction with PollForJobs.

Link copied to clipboard

Whether the configuration property is a required value.

Link copied to clipboard

Whether the configuration property is secret.

Link copied to clipboard
val type: String? = null

The type of the configuration property. Valid values: String, Number, Boolean