runAsNonRoot property

bool? runAsNonRoot
getter/setter pair

If not set or set to false, Batch uses the root user to execute runnables.

If set to true, Batch runs the runnables using a non-root user. Currently, the non-root user Batch used is generated by OS Login. For more information, see About OS Login.

Optional.

Implementation

core.bool? runAsNonRoot;