By specifying a credential
handle to the GetIdentity method, it returns a URN-like string describing
the identity that corresponds to the specified handle. An identity
refers to a Person or IdentityGroup object describing a user in a
SAS Metadata Repository. The URN-like string is in the following form:
OMSOBJ: MetadataType/ObjectId
where
-
MetadataType is Person or IdentityGroup.
-
ObjectId is a unique metadata object instance identifier in the form
Reposid.ObjectId.
If the CREDHANDLE parameter
is an empty string, the output is identity metadata for the requesting
user.
If the call is being
made on behalf of a user whose user ID is known, specify it in the
form LOGINID:
userid to eliminate
the need to issue GetCredentials and FreeCredentials calls before
GetIdentity. In the LOGINID:
userid string:
-
LOGINID is a keyword that specifies
to search Login objects.
-
userid is the value of a Login object's UserID attribute.