SharedWithIdentity
@trimblecloudplatform/trimblecloud.processing
@trimblecloudplatform/trimblecloud.processing / SharedWithIdentity
Interface: SharedWithIdentity
Defined in: src/models/operations.ts:25
Represents an identity with whom an Operation or Procedure has been shared.
An entry with only accountId grants access to all clients in that account.
An entry with both accountId and clientId grants access to that specific client only.
Properties
accountId
accountId:
string
Defined in: src/models/operations.ts:29
The TID account identifier to share with.
clientId?
optionalclientId:string
Defined in: src/models/operations.ts:35
The TID subject identifier (client ID) to share with. When omitted, shares with all clients in the specified account.