Ownership
A Hydden identity is either manually created by a user, or automatically generated from one or more discovered accounts as a result of applying the identity mapping rules.
The identity mapping rules automatically map each account to an identity based on account type, classification, or attribute (e.g. username, email). Users can also perform manual account mapping to link a disparate account to an identity within Hydden.
The Alternative Display Name can be used to add an alternative display name when mapping accounts to an identity.
Account mapping and classification rules feed directly into any data available under the Ownership tab.
The Ownership page is configurable via the Columns option.
Use the Columns button to add or remove columns from your identity mapping page.
Use the + button to expand a detailed view of the identity ownership. If there is more than one account mapped to the identity owner, all mapped accounts are listed.
Manually Adding an Identity
Navigate to Configuration | Identify and select Ownership.
Click + Add Identity.
Enter a Display Name, Email, Alternative Display Name, and Alternative Emails. Several alternative names and emails can be added separated by a semicolon.
Click Add.
Identity Import
Hydden provides an option to manually import identities into an organizations tenant.
Navigate to Configuration | Identify.
On the Ownership tab, select Import.
On the Import CSV Identities modal, click Select CSV File to open your computer’s file upload picker to upload your file.
When the file name shows in the Import CSV File field, click Import.
Status messages show if an import
- was successful or not.
- how many identities were imported or updated.
- restored an identity.
Imports are also captured in the Audit log:
Import Template
For the initial manual identities import only 4 columns are needed in the import file:
- identity.name
- identity.email
- identity.alternativeEmail
- uniqueId
Identity.name is required, meaning the csv file needs to have at a minimum identity name specified to create a record in Hydden.
Template Download
Use the Identity Import Test file as a template for your manual imports.
Create Your Own File
- Copy the following code block.
- Paste into a blank file and save as csv.
- Edit the contents in any spreadsheet editing program to get started with your organizations manual identity imports.
identity.name,identity.email,identity.alternativeEmail,uniqueId
My Test Id 1,mytestid1@demo.corp,"[aaa@aaa.com,bbb@bbb.com]",b9da786a-86aa-1613-82a5-a0720d7ac666
My Test Id 2,mytestid2@demo.corp,,862360e1-bfb7-453b-8c47-65196f1670db
My Test Id 3,mytestid3@demo.corp,,
My Test Id 1-new,mytestid1-new@demo.corp,,
,mytestid2-new@demo.corp,mytestid1-new@demo.corp,
My Test Id 4,,,22334455-66554433
,mytestid5-new@demo.corp,,
My Test Id 6,mytestid6-new@demo.corp,,123456
Based on the code block data, on import you will observe that no entry is created for mytestid5-new@demo.corp and mytestid2-new@demo.corp. Those data sets do not have an identity.name specified and are ignored on import.