Specifies the directory server attribute to be used as the unique identifier for a group,
that is, for the Content Engine
Group.Id property. The default property value
is dependent on the directory server type and is specified by the authentication
provider's configuration. See
What are access rights?
for a list of the default SID attributes for the supported authentication providers.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
Property GroupUniqueIDAttribute As String |
C# |
---|
string GroupUniqueIDAttribute { get; set; } |
Visual C++ |
---|
property String^ GroupUniqueIDAttribute {
String^ get ();
void set (String^ value);
} |
JavaScript |
---|
function get_groupUniqueIDAttribute();
function set_groupUniqueIDAttribute(value); |