AuthenticationTokenSettingsOutput interface
The settings for an authentication token that the Task can use to perform Batch service operations.
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?: string[]
Property Value
string[]