Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.37 KB

PortEntity.md

File metadata and controls

21 lines (16 loc) · 1.37 KB

PortEntity

Properties

Name Type Description Notes
revision RevisionDTO The revision for this request/response. The revision is required for any mutable flow requests and is included in all responses. [optional]
id String The id of the component. [optional]
uri String The URI for futures requests to the component. [optional]
position PositionDTO The position of this component in the UI if applicable. [optional]
permissions PermissionsDTO The permissions for this component. [optional]
bulletins List<BulletinEntity> The bulletins for this component. [optional]
disconnectedNodeAcknowledged Boolean Acknowledges that this node is disconnected to allow for mutable requests to proceed. [optional]
component PortDTO [optional]
status PortStatusDTO The status of the port. [optional]
portType String [optional]
operatePermissions PermissionsDTO The permissions for this component operations. [optional]
allowRemoteAccess Boolean Whether this port can be accessed remotely via Site-to-Site protocol. [optional]