GetWorkersSecretsInvokeResult

data class GetWorkersSecretsInvokeResult(val accountId: String, val dispatchNamespace: String, val id: String, val maxItems: Int? = null, val results: List<GetWorkersSecretsResult>, val scriptName: String)

A collection of values returned by getWorkersSecrets.

Constructors

Link copied to clipboard
constructor(accountId: String, dispatchNamespace: String, id: String, maxItems: Int? = null, results: List<GetWorkersSecretsResult>, scriptName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Identifier

Link copied to clipboard

Name of the Workers for Platforms dispatch namespace.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val maxItems: Int? = null

Max items to fetch, default: 1000

Link copied to clipboard

The items returned by the data source

Link copied to clipboard

Name of the script, used in URLs and route configuration.