Specifies the directory server attribute to be used as the unique identifier for a user,
that is, for the Content Engine
User.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 UserUniqueIDAttribute As String |
C# |
---|
string UserUniqueIDAttribute { get; set; } |
Visual C++ |
---|
property String^ UserUniqueIDAttribute {
String^ get ();
void set (String^ value);
} |
JavaScript |
---|
function get_userUniqueIDAttribute();
function set_userUniqueIDAttribute(value); |