Authenticate |
public sealed class AuthenticateJob
The AuthenticateJob type exposes the following members.
Name | Description | |
---|---|---|
AuthenticateJob | Initializes a new instance of the AuthenticateJob class |
Name | Description | |
---|---|---|
IsAccessible | A flag indicating if the job (Container) was accessible during the attempt to scan the root level blobs for 'real' *.vtr vartrees. There are three possible values: True if the job's container was accessible. False if the job's container was inaccessible because the container may not exist or there are security restrictions. null indicates that no attempt was made to access the container. | |
RealCloudVartreeNames | A list of vartree names that correspond to real *.vtr blobs that were found in the job's container. | |
VartreeNames | A manually entered list of vartree names that are associated with the job. This legacy property was used in client app UIs to fill pick lists of jobs and their vartrees. There was always the danger that this manual list would become out-of-sync with the actual vartree files or blobs and produce unepected errors. This property is redundant for cloud job processing because the RealCloudVartreeNames property provides the names of real vartree blobs, but in that case this property can be used as a filter to define a subset of the real vartrees to be visible. This logic is UNDER CONSTRUCTION. |