Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AutoUserSpecification

Package version

interface

An interface representing AutoUserSpecification.

summary

Specifies the parameters for the auto user that runs a task on the Batch service.

Hierarchy

  • AutoUserSpecification

Index

Properties

Properties

Optional elevationLevel

elevationLevel: ElevationLevel
member

{ElevationLevel} [elevationLevel] The elevation level of the auto user. nonAdmin - The auto user is a standard user without elevated access. admin - The auto user is a user with elevated access and operates with full Administrator permissions. The default value is nonAdmin. Possible values include: 'NonAdmin', 'Admin'

Optional scope

member

{AutoUserScope} [scope] The scope for the auto user. pool - specifies that the task runs as the common auto user account which is created on every node in a pool. task - specifies that the service should create a new user for the task. The default value is task. Possible values include: 'Task', 'Pool'

Generated using TypeDoc