ActionConfigurationProperty

Represents information about an action configuration property.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

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

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.

Link copied to clipboard

Whether the configuration property is a required value.

Link copied to clipboard

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

Link copied to clipboard

The type of the configuration property.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String