Classes Questions 8.2- 1&2 Flashcards

1
Q

How to launch IdentityIQ console?

A

/home/spadmin/tomcat/webapps/identityiq/WEB-INF/bin

./iiq console -j

-j lets you see old commands

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How to get IIQ version information?

A

iiq console command about
or Wrench(icon) –> About

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Menus Available to System Administrators

A

Home, Identities, Intelligence, My Work, Application, Setup

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Nine Sections Available to System Administrators

A

UHAAARPEE
User Rights
History
Attributes
Activity
Applicaiton Accounts
Risk
Policy
Entitlements
Events

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Refresh Option:
Refresh only accounts with application Active Directory

A

Using String filter:
links.application.name == “Active Directory”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Where do you redirector IIQ emails?

A

Gear > Global Settings > IdentityIQ Configuration > Email Settings

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a group?

A

Sets of identities created automatically based on the values of a single identity attribute

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Where was this attribute classified as searchable?

A

Gear > Global Settings > Identity Mappings

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Populations and groups are used to

A

specify sets of identities to include in various activities

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Workgroups are used to

A

Assigning access to IdentityIQ
* Capabilities
* Scopes
Sharing IdentityIQ responsibilities
* Team-assigned work items
* Object ownership (best practice)
* Applications, Certifications, Roles, Entitlements, etc.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Group Factories

A

Because you defined the Identity Attribute as a group factory when you defined the identity mappings, IdentityIQ can generate groups of identities based on this field.

  • Support dynamically generated groupings of identities based on the attribute Example: Region attribute — all users are grouped by their region
  • Groups used to filter identities included in actions
    Example: Run report for identities with region: Europe
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Refresh Options
How to refresh a single user “john.doe”

A

name == “joe.doe”
in Optional String filter

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Entitlement Functionality

A

Designates an attribute that represents
entitlements on the native application. Used to
promote an identity’s value(s) for this attribute to
their Entitlement tab on their Identity Cube

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Multi-Valued Functionality

A

Designates an attribute that has multiple values

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the connectorDebug command?

A

The connectorDebug command is used to test a connector or troubleshoot application aggregation issues. Its method parameters determine what is tested and how.

Syntax

connectorDebug <applicationName> <method> [methodArgs…]</method></applicationName>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Aggregation options:
Detect deleted accounts

A

Delete accounts in IdentityIQ that no longer exist in the native application

17
Q

Aggregation options:
Disable optimization of unchanged
accounts

A

Force all accounts to be read, even if unchanged since the last aggregation

18
Q

Aggregation options:
Promote managed attributes

A

This option causes IdentityIQ to examine the set of entitlements that exist on all links for an application and create ManagedAttribute (entitlement catalog) entries for each entitlement detected on accounts aggregated from the application.

19
Q

Where is Pass-Though Authentication enabled?

A

Gear > Global Settings > Login Configuration -> Login Settings tab

20
Q

Refresh Option:
Refresh identity attributes

A

This option causes the identity refresh task to re-evaluate all of the extended attributes of the Identity objects.

This means IdentityIQ will re-evaluate mappings and attribute mapping rules for each Identity object covered in the refresh. Identity attributes are updated by default during account aggregations so this option is not always necessary if direct mapping is used for all Identity attributes. This option can have performance impacts if slow or complex attribute promotion bean shell code is in place on the installation.