Skip to main content

Interface: ISetWorkerDeploymentManagerRequest

workflowservice.v1.ISetWorkerDeploymentManagerRequest

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.

Inherited from

$Properties.conflictToken


deploymentName

Optional deploymentName: null | string

SetWorkerDeploymentManagerRequest deploymentName

Inherited from

$Properties.deploymentName


identity

Optional identity: null | string

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

Inherited from

$Properties.identity


managerIdentity

Optional managerIdentity: null | string

Arbitrary value for manager_identity. Empty will unset the field.

Inherited from

$Properties.managerIdentity


namespace

Optional namespace: null | string

SetWorkerDeploymentManagerRequest namespace

Inherited from

$Properties.namespace


newManagerIdentity

Optional newManagerIdentity: "managerIdentity" | "self"

SetWorkerDeploymentManagerRequest newManagerIdentity

Inherited from

$Properties.newManagerIdentity


self

Optional self: null | boolean

True will set manager_identity to identity.

Inherited from

$Properties.self