Skip to main content

Secure Data Share Identity Data Dictionary

This page presents the Secure Data Share (SDS) identity data model in a tabular format. It contains the same information as the Identity ER Diagram, organized as tables for easier navigation, searching, and reference.

Each section below documents a single table in the identity data model, listing its columns, data types, keys, and descriptions. The Table relationships section at the end summarizes how the tables relate to one another.

Tables

tip

Use the table of contents on the right-hand side of the page to jump directly to any table.

IDENTITY_ACCOUNTS

ColumnData TypeKeyDescription
TENANT_IDtextUnique Id for an Organization tenant
IDtextPKunique ID of the identity this account is correlated to
DISPLAY_NAMEtextHuman-readable display name of the object
CREATED_DATEdatetimedate when the Identity was created
UPDATED_DATEdatetimedate when the identity was modified
ACCOUNT_IDtextPKunique ID of the account
NATIVE_IDENTITYtextunique ID of the account generated by the source system
ACCOUNT_DISPLAY_NAMEtextHuman-readable display name of the Account
ACCOUNT_STATUStextState of the Account. can be one of disabled, enabled and locked
SOURCE_IDtextunique ID of the source this account belongs to
SOURCE_DISPLAY_NAMEtextdisplay name of the source this account belongs to
SOURCE_TYPEtextType of the Source Ex: Azure Active Directory, Okta etc.
SYNC_DATEdatetimeWhen the row is last synced
IDENTITY_SYNC_DATEdatetimeWhen the identity record was last synced
ACCOUNT_SYNC_DATEdatetimeWhen the account record was last synced
SOURCE_SYNC_DATEdatetimeWhen the source record was last synced

IDENTITY_ENTITLEMENTS

ColumnData TypeKeyDescription
TENANT_IDtextUnique Id for an Organization tenant
IDtextPKUnique Id for the identity
CREATED_DATEdatetimedate when the Identity was created
UPDATED_DATEdatetimedate when the identity was modified
ENTITLEMENT_IDtextPKunique ID of the entitlement
SOURCE_IDtextsource the entitlement belongs to
ENTITLEMENT_ATTRIBUTEtextentitlement attribute name
ENTITLEMENT_VALUEtextvalue of the entitlement attribute
SYNC_DATEdatetimeWhen the row is last synced

IDENTITY

ColumnData TypeKeyDescription
TENANT_IDtextUnique Id for an Organization tenant
IDtextPKUnique Id for the identity
NAMEtextName of the Object
CREATED_DATEdatetimedate when the identity was created
UPDATED_DATEdatetimedate when the identity was modified
DELETED_DATEdatetimedate when the identity was deleted
DISPLAY_NAMEtextHuman-readable display name of the object
JOB_TITLEtextJob Title assigned to the Identity
LOCATIONtextLocation of the Identity
LOCATION_CODEtextLocation code of the Identity
DEPARTMENTtextDepartment of the identity
EMAILtextThe email address of the identity
MANAGERtextmanager of the identity
LIFECYCLE_STATEtextname of the lifecycle state Ex: Active, leaver, dormant etc.
IDENTITY_STATEtextState of the Identity. Can be one of ACTIVE, INACTIVE_SHORT_TERM and INACTIVE_LONG_TERM
SYNC_DATEdatetimeWhen the row is last synced

IDENTITY_ROLES

ColumnData TypeKeyDescription
TENANT_IDtextUnique Id for an Organization tenant
IDtextPKUnique Id for the identity
DISPLAY_NAMEtextHuman-readable display name of the object
CREATED_DATEdatetimedate when the Identity was created
UPDATED_DATEdatetimedate when the identity was modified
ROLE_IDtextPKUnique Id for the Role
ROLE_NAMEtextName of the Role Object
ROLE_DISPLAY_NAMEtextHuman-readable display name of the role
SYNC_DATEdatetimeWhen the row is last synced

IDENTITY_ACCESS_PROFILES

ColumnData TypeKeyDescription
TENANT_IDtextUnique Id for an Organization tenant
IDtextPKUnique Id for the identity
DISPLAY_NAMEtextHuman-readable display name of the object
CREATED_DATEdatetimedate when the Identity was created
UPDATED_DATEdatetimedate when the identity was modified
ACCESS_PROFILE_IDtextPKUnique Id for the Access Profile
ACCESS_PROFILE_NAMEtextName of the Access Profile Object
ACCESS_PROFILE_DISPLAY_NAMEtextHuman-readable display name of the Access Profile
SYNC_DATEdatetimeWhen the row is last synced

IDENTITY_APPS

ColumnData TypeKeyDescription
TENANT_IDtextUnique Id for an Organization tenant
IDtextPKUnique Id for the identity
DISPLAY_NAMEtextHuman-readable display name of the object
CREATED_DATEdatetimedate when the Identity was created
UPDATED_DATEdatetimedate when the identity was modified
APP_IDtextPKUnique Id for the APP
APP_DISPLAY_NAMEtextHuman-readable display name of the APP
SYNC_DATEdatetimeWhen the row is last synced

IDENTITY_ATTRIBUTES

ColumnData TypeKeyDescription
TENANT_IDtextUnique Id for an Organization tenant
IDtextPKUnique Id for the identity
ATTRIBUTE_NORMAL_NAMEtextName that can be used in a generic way
ATTRIBUTE_NAMEtextActual name of the attribute
ATTRIBUTE_DISPLAY_NAMEtextHuman-readable display name of the object
ATTRIBUTE_VALUEtextValue for the corresponding attribute
ATTRIBUTE_TYPEtextData Type of the attribute
UPDATED_DATEdatetimedate when the object was modified
SYNC_DATEdatetimeWhen the row is last synced

ACCESS_PROFILE

ColumnData TypeKeyDescription
TENANT_IDtextUnique Id for an Organization tenant
IDtextUnique Id for the Access Profile
NAMEtextName of the object in ISC
DISPLAY_NAMEtextHuman-readable display name of the object
DESCRIPTIONtextDescription of the object
CREATED_DATEdatetimedate when the object was created
UPDATED_DATEdatetimedate when the object was modified
DELETED_DATEdatetimedate when the object was deleted
SOURCE_IDtextUnique Id of the source or application
IS_ASSIGNABLEbooleanTo check if the object can be assigned to an Identity
ENTITLEMENTSarrayList of entitlements associated with the Access Profile
OWNER_IDENTITY_IDtextIdentity that owns the object
ACCESS_MODEL_METADATAvariantAccess model metadata assignments
ACCESS_REQUEST_CONFIGvariantAccess request configuration
SYNC_DATEdatetimeWhen the row is last synced

ACCESS_REQUEST

ColumnData TypeKeyDescription
TENANT_IDtextUnique Id for an Organization tenant
IDtextUnique Id for the Access Profile
NAMEtextName of the object in ISC
CREATED_DATEdatetimedate when the object was created
UPDATED_DATEdatetimedate when the object was modified
DELETED_DATEdatetimedate when the object was deleted
TARGET_IDtextIdentity ID whose access is getting updated
REQUESTER_IDtextIdentity ID who raised this access request
END_DATEdatetimedate when the access request was completed
EXECUTION_STATUStextExecution status at ISC Ex: Completed, Terminated etc.
COMPLETION_STATUStextCompletion status Ex: Success, Failure etc.
PRIORITYtextone of low, Normal and high
TYPEtexttype of access item or Identity items requested
SYNC_DATEdatetimeWhen the row is last synced

CERTIFICATION

ColumnData TypeKeyDescription
TENANT_IDtextUnique Id for an Organization tenant
IDtextUnique Id for the Certification
NAMEtextName of the object in ISC
CREATED_DATEdatetimedate when the object was created
UPDATED_DATEdatetimedate when the object was modified
DELETED_DATEdatetimedate when the object was deleted
SOURCE_IDtextUnique Id of the source or application
SIGNER_IDtextSigner assigned to the certification
MANAGER_IDtextManager - reviewing the certification
CAMPAIGN_IDtextCampaign the certification is Spawned from
ORIGINAL_CERTIFICATION_IDtextoriginal certification before reassignment
COMPLETEbooleanStatus of the certification
PHASEtextCurrent Phase like Active, Staged, end etc.
IS_BULK_REASSIGNMENTbooleanWhether the certification is part of a bulk reassignment
DUE_DATEdatetimewhen the certification needs to be reviewed
SIGNED_DATEdatetimewhen the certification was actually signed
FINISHED_DATEdatetimewhen the certification was actually finished
EXPIRATION_DATEdatetimeWhen the certification will expire
SYNC_DATEdatetimeWhen the row is last synced

ENTITLEMENT

ColumnData TypeKeyDescription
TENANT_IDtextUnique Id for an Organization tenant
IDtextUnique Id for the Entitlement
DISPLAY_NAMEtextHuman-readable display name of the object
DESCRIPTIONtextDescription of the object
CREATED_DATEdatetimedate when the entitlement was created
UPDATED_DATEdatetimedate when the entitlement was modified
DELETED_DATEdatetimedate when the entitlement was deleted from the source
SOURCE_IDtextUnique Id of the source or application
ATTRIBUTEtextAttribute name that defines the entitlement
VALUEtextValue of the attribute
TYPEtextGroup, customRole, PermissionSet etc.
IS_REQUESTABLEtextTo check if the object can be requested by other access items
OWNER_IDENTITY_IDtextIdentity that owns the object
PRIVILEGEDbooleanWhether the entitlement is privileged
CLOUD_GOVERNEDbooleanWhether the entitlement is cloud governed
HAS_PERMISSIONSbooleanWhether the entitlement has permissions
ACCESS_MODEL_METADATAvariantAccess model metadata assignments
ACCESS_REQUEST_CONFIGvariantAccess request configuration
SYNC_DATEdatetimeWhen the row is last synced

ROLE

ColumnData TypeKeyDescription
TENANT_IDtextUnique Id for an Organization tenant
IDtextUnique Id for the Role
NAMEtextName of the object in ISC
CREATED_DATEdatetimedate when the object was created
UPDATED_DATEdatetimedate when the object was modified
DELETED_DATEdatetimedate when the object was deleted
DISPLAY_NAMEtextHuman-readable display name of the object
DESCRIPTIONtextDescription of the object
IS_ASSIGNABLEbooleanTo check if the object can be assigned to an Identity
INHERITING_ROLESarrayList of Inheriting roles
ACCESS_PROFILESarrayList of Access Profiles associated with the Role
ENTITLEMENTSarrayList of entitlements associated with the Role
OWNER_IDENTITY_IDtextIdentity that owns the object
DIMENSIONALbooleanWhether the role has dimensions
ACCESS_MODEL_METADATAvariantAccess model metadata assignments
ACCESS_REQUEST_CONFIGvariantAccess request configuration
MEMBERSHIPvariantRole membership criteria
STATUStextRole Status - Enabled or Disabled
SYNC_DATEdatetimeWhen the row is last synced

DIMENSION

ColumnData TypeKeyDescription
TENANT_IDtextUnique Id for an Organization tenant
IDtextPKUnique Id for the Dimension
NAMEtextName of the Dimension
DESCRIPTIONtextDescription of the Dimension
OWNER_IDENTITY_IDtextIdentity that owns the Dimension
ROLE_IDtextRole ID that this dimension belongs to
MEMBERSHIPvariantDimension membership criteria
ENTITLEMENTSvariantList of entitlements associated with the Dimension
ACCESS_PROFILESvariantList of Access Profiles associated with the Dimension
CREATED_DATEdatetimedate when the dimension was created
UPDATED_DATEdatetimedate when the dimension was modified
SYNC_DATEdatetimeWhen the row is last synced

CERTIFICATION_ITEM

ColumnData TypeKeyDescription
TENANT_IDtextUnique Id for an Organization tenant
IDtextPKUnique Id for the certification item
CREATED_DATEdatetimedate when the object was created
UPDATED_DATEdatetimedate when the object was modified
DELETED_DATEdatetimedate when the object was deleted
IDENTITY_IDtextIdentity to which the access is reviewed for
REVIEWER_IDtextIdentity who is reviewing the access
ENTITLEMENT_IDtextEntitlement that is being reviewed
ROLE_IDtextRole that is being reviewed
CERTIFICATION_IDtextcertification from where the item spawned
ACCOUNT_IDtextAccount corresponding to the Identity
SOURCE_IDtextsource or application related to account/entitlement
REVIEWED_IDtextWho actually reviewed the access item
REVIEWED_TYPEtextWhat type of access item was reviewed Ex: Account, Role, Entitlement etc.
TYPEtextType of certification item Ex: Bundle, Exception, Account Etc.
SUB_TYPEtextAssociated Sub_type for each of the type
COMPLETED_DATEdatetimetime the access item certification was completed
DECISION_DATEdatetimetime the decision was submitted on ISC
APPROVEDnumberWhether the item was approved(1) or rejected(0)
STATUStextStatus of the certification item
DECISIONtextDecision taken by reviewer on the access item Ex: Approved, Mitigated, remediated etc.
BULKbooleandecision made was part of bulk selection
REMEDIATEDbooleanTrue when the decision was remediated
PRIVILEGEDbooleanif any of the access items are privileged
REMEDIATION_ACTIONtextAssociated action on remediation
MITIGATION_EXPIRATIONdatetimeTime when the decision to mitigate was set to expire
NATIVE_IDENTITYtextIdentity from the source
INSTANCEtextinstance
ACCOUNT_ONLYbooleanif only account is reviewed without any access items
NEW_ACCESSbooleanif the access item is new
POLICY_NAMEtextPolicy if any
CONSTRAINT_NAMEtextConstraint if any
SYNC_DATEdatetimeWhen the row is last synced

IDENTITY_REQUEST_ITEM

ColumnData TypeKeyDescription
TENANT_IDtextUnique Id for an Organization tenant
IDENTITY_REQUEST_ITEM_IDtextUnique Id for the identity request item
IDENTITY_REQUEST_ITEM_DISPLAY_NAMEtextHuman-readable display name of the object
IDENTITY_REQUEST_ITEM_NAMEtextName of the access item or account
IDENTITY_REQUEST_ITEM_VALUEtextValue of corresponding access item or account
OPERATIONtextWhat type of operation was performed on the Identity or account
APPROVEDnumberWhether the item was approved(1) or rejected(0)
REJECTEDnumberWhether the item was approved(1) or rejected(0)
PROVISIONING_STATEtextProvisioning state Ex: Committed, Pending etc.
EXPANSION_CAUSEtextRole or ProvisioningPolicy that gets added
RETRIESnumberNumber of retries
IDENTITY_REQUEST_ITEM_START_DATEdatetimedate request has started
IDENTITY_REQUEST_ITEM_END_DATEdatetimedate request has ended
IDENTITY_REQUEST_ITEM_CREATED_DATEdatetimeInitial date when the item is created
APPROVER_IDtextIdentity ID who approved the item
INSTANCEtextspecific instance where the account exists
NATIVE_IDENTITYtextIdentity from the source
ACCESS_REQUEST_IDtextunique identifier of the access request
SOURCE_IDtextUnique Id of the source or application
ENTITLEMENT_IDtextUnique Id for the Entitlement
ROLE_IDtextUnique Id for the Role
PROVISIONING_ENGINEtextSource or connector used to provision
SYNC_DATEdatetimeWhen the row is last synced

SOURCE

ColumnData TypeKeyDescription
TENANT_IDtextUnique Id for an Organization tenant
IDtextPKUnique Id for the Source or application
NAMEtextName of the Source or application
CREATED_DATEdatetimedate when the source was created
UPDATED_DATEdatetimedate when the source was modified
DELETED_DATEdatetimedate when the object was deleted
DISPLAY_NAMEtextHuman-readable display name of the object
DESCRIPTIONtextDescription of the source or application
TYPEtextType of the Source or Application
CONNECTORtextConnector from where the source is created
OWNER_IDENTITY_IDtextIdentity that owns the source
SYNC_DATEdatetimeWhen the row is last synced

ACCOUNT

ColumnData TypeKeyDescription
TENANT_IDtextUnique Id for an Organization tenant
IDtextPKUnique Id for the Account
NAMEtextName of the Account
CREATED_DATEdatetimedate when the account was created
UPDATED_DATEdatetimedate when the account was modified
DELETED_DATEdatetimedate when the account was deleted
OWNER_IDENTITY_IDtextIdentity that owns the account
SOURCE_IDtextUnique Id of the source this account belongs to
NATIVE_IDENTITYtextunique ID of the account generated by the source system
DISPLAY_NAMEtextHuman-readable display name of the account
DESCRIPTIONtextDescription of the account
ACCOUNT_STATUStextState of the Account. can be one of disabled, enabled and locked
ACCOUNT_OBJECT_GUIDtextObject GUID of the account
SYNC_DATEdatetimeWhen the row is last synced

ACCOUNT_ENTITLEMENTS

ColumnData TypeKeyDescription
TENANT_IDtextUnique Id for an Organization tenant
IDtextPKAccount ID - the account associated with the entitlement
ENTITLEMENT_IDtextPKEntitlement ID - the entitlement associated with the account
UPDATED_DATEdatetimedate when the relationship was modified
DELETED_DATEdatetimedate when the relationship was deleted
SYNC_DATEdatetimeWhen the row is last synced

CERTIFICATION_CAMPAIGN

ColumnData TypeKeyDescription
TENANT_IDtextUnique Id for an Organization tenant
IDtextPKUnique Id for the Certification Campaign
NAMEtextName of the campaign
CREATED_DATEdatetimedate when the campaign was created
UPDATED_DATEdatetimedate when the campaign was modified
DELETED_DATEdatetimedate when the campaign was deleted
STATUStextStatus of the campaign Ex: Active, Completed etc.
DEADLINEdatetimeDeadline for the campaign
TYPEtextType of certification campaign
COMPLETED_CERTIFICATIONSnumberNumber of completed certifications in the campaign
TOTAL_CERTIFICATIONSnumberTotal number of certifications in the campaign
SYNC_DATEdatetimeWhen the row is last synced

GOVERNANCE_GROUP

ColumnData TypeKeyDescription
TENANT_IDtextUnique Id for an Organization tenant
IDtextPKUnique Id for the Governance Group
NAMEtextName of the Governance Group
CREATED_DATEdatetimedate when the governance group was created
UPDATED_DATEdatetimedate when the governance group was modified
DESCRIPTIONtextDescription of the Governance Group
OWNER_IDtextIdentity that owns the Governance Group
MEMBERSarrayList of identity IDs that are members of the Governance Group
SYNC_DATEdatetimeWhen the row is last synced

ACCESS_MODEL_METADATA_ATTRIBUTE

ColumnData TypeKeyDescription
TENANT_IDtextUnique Id for an Organization tenant
IDtextPKUnique Id for the Access Model Metadata Attribute
KEYtextKey identifier for the attribute
NAMEtextName of the attribute
MULTISELECTbooleanWhether multiple values can be selected
STATUStextStatus of the attribute
TYPEtextType of the attribute
OBJECT_TYPESarrayList of object types this attribute applies to
DESCRIPTIONtextDescription of the attribute
ATTRIBUTE_VALUESvariantList of allowed values for this attribute
CREATED_DATEdatetimedate when the attribute was created
UPDATED_DATEdatetimedate when the attribute was modified
SYNC_DATEdatetimeWhen the row is last synced

Table relationships

The following table describes the relationships between the tables in the identity data model.

FromToCardinalityDescription
IDENTITYIDENTITY_ACCOUNTSOne to One-or-Morehas and owns
IDENTITYIDENTITY_ENTITLEMENTSOne to Zero-or-Moreassociated to and owns
IDENTITYIDENTITY_ROLESOne to Zero-or-Moreassociated to and owns
IDENTITYIDENTITY_ACCESS_PROFILESOne to Zero-or-Moreassociated to and owns
IDENTITYIDENTITY_APPSOne to Zero-or-Moreassociated with
IDENTITYIDENTITY_ATTRIBUTESOne to One-or-Moreis explained by
ACCESS_PROFILEIDENTITY_ACCESS_PROFILESOne to Zero-or-Moreassociated to
ACCESS_PROFILEIDENTITYMany to OneOwned by
ENTITLEMENTACCESS_PROFILEOne to Zero-or-Moreassociated with
ENTITLEMENTIDENTITY_ENTITLEMENTSOne to Zero-or-Moreassociated to
ENTITLEMENTIDENTITYMany to OneOwned by
ENTITLEMENTROLEOne to Zero-or-Moreassociated with
ROLEIDENTITY_ROLESOne to Zero-or-Moreassociated to
ROLEIDENTITYMany to OneOwned by
ACCESS_REQUESTIDENTITYOne to Onecontains - requested by and for
CERTIFICATIONIDENTITYOne to One-or-Morecontains
CERTIFICATION_ITEMIDENTITYOne to Onecontains
CERTIFICATION_ITEMROLEOne to Zero-or-Onecontains
CERTIFICATION_ITEMENTITLEMENTOne to Zero-or-Onecontains
CERTIFICATIONCERTIFICATION_ITEMOne to One-or-Morecontains
IDENTITY_REQUEST_ITEMIDENTITYOne to Onecontains - requested for, reviewed or approved by
IDENTITY_REQUEST_ITEMROLEOne to Zero-or-Onecontains - add or remove
IDENTITY_REQUEST_ITEMENTITLEMENTOne to Zero-or-Onecontains - add or remove
ACCESS_REQUESTIDENTITY_REQUEST_ITEMOne to One-or-Morecontains
SOURCEIDENTITY_ACCOUNTSOne to One-or-Morecontains
SOURCEENTITLEMENTOne to One-or-Morecontains
SOURCEACCOUNTOne to One-or-Morecontains
ACCOUNTIDENTITYMany to OneOwned by
ACCOUNTACCOUNT_ENTITLEMENTSOne to Zero-or-Morehas
ENTITLEMENTACCOUNT_ENTITLEMENTSOne to Zero-or-Moreassociated to
CERTIFICATION_CAMPAIGNCERTIFICATIONOne to One-or-Morespawns
GOVERNANCE_GROUPIDENTITYMany to OneOwned by or members of
ACCESS_MODEL_METADATA_ATTRIBUTEENTITLEMENTMany to OneAssignment of Attributes to
ACCESS_MODEL_METADATA_ATTRIBUTEACCESS_PROFILEMany to OneAssignment of Attributes to
ACCESS_MODEL_METADATA_ATTRIBUTEROLEMany to OneAssignment of Attributes to
ROLEDIMENSIONOne to Zero-or-Morehas dimensions
DIMENSIONIDENTITYMany to OneOwned by