Share via


AuthenticationTokenSettings.Access Property

Definition

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.

public System.Collections.Generic.IList<Azure.Compute.Batch.AccessScope> Access { get; }
member this.Access : System.Collections.Generic.IList<Azure.Compute.Batch.AccessScope>
Public ReadOnly Property Access As IList(Of AccessScope)

Property Value

Applies to