UpdateProcedureParameters
@trimblecloudplatform/trimblecloud.processing
@trimblecloudplatform/trimblecloud.processing / UpdateProcedureParameters
Interface: UpdateProcedureParameters
Defined in: src/models/procedures.ts:351
Procedure parameters that can updated.
Properties
defaultRegion?
optionaldefaultRegion:string
Defined in: src/models/procedures.ts:391
Region name the Procedure should execute in by default.
description?
optionaldescription:string
Defined in: src/models/procedures.ts:367
The description of the Procedure.
documentationUrl?
optionaldocumentationUrl:string
Defined in: src/models/procedures.ts:375
Optional URL to reference external documentation for the Procedure.
identifier?
optionalidentifier:string
Defined in: src/models/procedures.ts:355
Unique identifier string for the Procedure.
name?
optionalname:string
Defined in: src/models/procedures.ts:363
The name of the Procedure.
operations?
optionaloperations:Record<string,OperationForCreateUpdateProcedure>
Defined in: src/models/procedures.ts:395
Mapping of Procedure names and definitions. This is where the user specifies which Procedures make up the Procedure and how those Operations chain together.
parameters?
optionalparameters:Record<string,ProcedureParameter>
Defined in: src/models/procedures.ts:399
Parameter mappings for the Procedures contained within the Procedure.
sharedWith?
optionalsharedWith:string[]
Defined in: src/models/procedures.ts:379
Deprecated
Use sharedWithIdentities instead. List of names of Users with whom this Procedure has been shared.
sharedWithIdentities?
optionalsharedWithIdentities:SharedWithIdentity[]
Defined in: src/models/procedures.ts:386
List of identities with whom this Procedure has been shared.
Each entry contains an accountId and optionally a clientId.
Sending an array replaces the existing list, not appends to it.
tags?
optionaltags:string[]
Defined in: src/models/procedures.ts:371
List of tags (as strings) associated with the Procedure.
version?
optionalversion:number
Defined in: src/models/procedures.ts:359
The version of the Procedure.