Previous Page | Next Page

User Import Macros

%MDUEXTR



Extracts identity information from the metadata.
Used in: User Synchronization
Depicted in: Periodic Synchronization
Requirement: Connection to the metadata server

Syntax

Syntax

%MDUEXTR (LIBREF=SAS-library);

This macro uses PROC METADATA to submit extraction requests.

LIBREF

specifies the location to which the metadata is extracted. This is a required parameter.

The tables that contain the extracted information are in the canonical format with these additional columns:
objectid

specifies a unique metadata identifier. These values map the extracted metadata information back to the source objects in the repository.

extid

specifies an external identity value. These values map the extracted metadata information data to entries in the information that was extracted from your authentication provider.

Previous Page | Next Page | Top of Page