AccessScope Enum

Definition

The Batch resources that can be accessed by a task using an authentication token provided via the AuthenticationTokenSettings property.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum AccessScope
[<System.Flags>]
type AccessScope = 
Public Enum AccessScope
Inheritance
AccessScope
Attributes

Fields

Job 1

The authentication token permits access to the job that contains the task.

None 0

The authentication token does not grant access to any resources.

Applies to