port property

int? port
getter/setter pair

Port for which the access token should be generated.

If specified, the generated access token grants access only to the specified port of the workstation. If specified, values must be within the range [1 - 65535]. If not specified, the generated access token grants access to all ports of the workstation.

Optional.

Implementation

core.int? port;