AuthenticationTokenSettings.Access Property

Definition

Gets or sets the Batch resources to which the token grants access.

public Microsoft.Azure.Batch.Common.AccessScope Access { get; set; }
member this.Access : Microsoft.Azure.Batch.Common.AccessScope with get, set
Public Property Access As AccessScope

Property Value

Remarks

The authentication token grants access only 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.

Applies to