AuthenticationTokenSettings interface

An interface representing AuthenticationTokenSettings.

Properties

access

The Batch resources to which the token grants access. The authentication token grants access to a limited set of Batch service operations. Currently the only supported value for the access property is 'job', which grants access to all operations related to the Job which contains the Task.

Property Details

access

The Batch resources to which the token grants access. The authentication token grants access to a limited set of Batch service operations. Currently the only supported value for the access property is 'job', which grants access to all operations related to the Job which contains the Task.

access?: "job"[]

Property Value

"job"[]