ReadIdentityOptions Enumeration

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.TeamFoundation.Framework.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration ReadIdentityOptions
[FlagsAttribute]
public enum ReadIdentityOptions
[FlagsAttribute]
public enum class ReadIdentityOptions
[<FlagsAttribute>]
type ReadIdentityOptions
public enum ReadIdentityOptions

Members

Member name Description
ExtendedProperties Read extended identity properties.

IncludeReadFromSource Read from information management systems (IMS) store only or also from external sources such as Active Directory.

Reading from the identity provider will add an overhead. An example of when this option may be required, is to assign permissions to some identity that may or may not be in the database already.

None

TrueSid Whether to map back well-known TFS SIDs to their well-known form or expose their true value.

See Also

Reference

Microsoft.TeamFoundation.Framework.Common Namespace