Skip to main content

Interface: $Properties

v1.SetWorkerDeploymentManagerRequest.$Properties

Properties of a SetWorkerDeploymentManagerRequest.

Hierarchy

Properties

conflictToken

Optional conflictToken: null | Uint8Array

Optional. This can be the value of conflict_token from a Describe, or another Worker Deployment API. Passing a non-nil conflict token will cause this request to fail if the Deployment's configuration has been modified between the API call that generated the token and this one.


deploymentName

Optional deploymentName: null | string

SetWorkerDeploymentManagerRequest deploymentName


identity

Optional identity: null | string

Required. The identity of the client who initiated this request.


managerIdentity

Optional managerIdentity: null | string

Arbitrary value for manager_identity. Empty will unset the field.


namespace

Optional namespace: null | string

SetWorkerDeploymentManagerRequest namespace


newManagerIdentity

Optional newManagerIdentity: "managerIdentity" | "self"

SetWorkerDeploymentManagerRequest newManagerIdentity


self

Optional self: null | boolean

True will set manager_identity to identity.