Supported Features

The Oracle E-Business connector supports the following features:

  • Load and *Provision

    • Oracle E-Business accounts

    • Responsibilities

    • Roles

  • *Access Certifications (certification of entitlements connected to accounts)

  • *Password management

For more information on features, refer to Identity Security Cloud Source Features.

Note
Before you can use any item above marked with an asterisk (*), SailPoint must activate the feature for your site.

The Oracle E-Business source supports the following multiple group and entitlement objects:

Source Objects

Supported Operation

RESPONSIBILITY as RESPONSIBILITY object

Read

ROLE as ROLE object

Read

ROLE and RESPONSIBILITY as entitlement objects

Add / Remove entitlement

The following ROLE schema attributes are supported:

  • NAME

  • DISPLAY_NAME

  • DESCRIPTION

  • START_DATE

  • EXPIRATION_DATE

  • APPLICATION_NAME

  • STATUS

  • SUBORDINATE_ROLES

The following RESPONSIBILITY schema attributes are supported:

  • RESPONSIBILITY_NAME

  • APPLICATION_NAME

  • RESPONSIBILITY_ID

  • RESPONSIBILITY_KEY

  • START_DATE

  • END_DATE

  • DESCRIPTION

  • STATUS

  • VERSION

  • WEB_HOST_NAME

  • WEB_AGENT_NAME

  • DATA_GROUP_APPL_NAME

  • REQUEST_GROUP_APPL_NAME

  • DATA_GROUP_ID

  • DATA_GROUP_NAME

  • MENU_NAME

  • REQUEST_GROUP_NAME

Using Multiple Group Objects for Pre-existing Sources

  1. Use createSchema API to create new group schema for your source.

  2. Update Account Schema with the following steps:

    1. Get account schema using getSchema API.

    2. Copy the schema to a file and search for the attribute corresponding to the group schema that is added in the previous step. Add/update the below two properties for the attribute found in the previous step "isGroup": true, "schema": {"type": "CONNECTOR_SCHEMA","id": "<Schema_ID_From_Step1>","name": "<Name_Of_Schema_Created_In_Step1>"}

    3. Add the modified schema to the payload to update the account schema in the source using replaceSchema API