AuthenticationTokenSettings Class
- java.
lang. Object - com.
microsoft. azure. batch. protocol. models. AuthenticationTokenSettings
- com.
public class AuthenticationTokenSettings
The settings for an authentication token that the task can use to perform Batch service operations.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Access |
access()
Get 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. |
Authentication |
withAccess(List<AccessScope> access)
Set 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. |
Method Details
access
public List
Get 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.
Returns:
withAccess
public AuthenticationTokenSettings withAccess(List
Set 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.
Parameters:
Returns:
Applies to
Azure SDK for Java