Specifies whether the Active Directory Service provider uses the token group attribute to determine
a users's group membership. To use this property, you must use objectSid as both the user and group unique ID.
The default is False. To enable token group use, set this property to True.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property UseTokenGroups As Nullable(Of Boolean) |
| C# |
|---|
Nullable<bool> UseTokenGroups { get; set; } |
| Visual C++ |
|---|
property Nullable<bool> UseTokenGroups { Nullable<bool> get (); void set (Nullable<bool> value); } |
| JavaScript |
|---|
function get_useTokenGroups(); function set_useTokenGroups(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: BOOLEAN
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultBoolean: false
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ