Skip to content

Commit 36bdd2e

Browse files
committed
Apply fixes to threatprevention branch
1 parent 5db6e47 commit 36bdd2e

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

docs/usercube/usercube/integration-guide/toolkit/xml-configuration/workflows/aspects/assertvalueaspect/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Code attributes enclosed with `<>` need to be replaced with a custom value befor
1616

1717
When asserting a multi-valued object, said object must not be called through a binding that goes back and forth between entities.
1818

19-
For example, to manage records, using the ExpressionBinding set to <Workflow\_Directory\_User:Directory\_User>. Records and the Expression using C#:record:return record.Directory\_User.Records... will not work.
19+
For example, to manage records, using the ExpressionBinding set to `Workflow_Directory_User:Directory_User`. Records and the Expression using C#:record:return record.Directory_User.Records... will not work.
2020

21-
Instead, the ExpressionBinding should be set to <Workflow\_Directory\_User:Directory\_User> and the Expression should use C#:user:return user.Records.
21+
Instead, the ExpressionBinding should be set to `Workflow_Directory_User:Directory_User` and the Expression should use C#:user:return user.Records.
2222

2323
The following example makes sure that a user's positions do not overlap.
2424

docs/usercube/usercube/integration-guide/ui/how-tos/custom-display-table/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Here is the visualization of this resource table on the interface:
3737

3838
.
3939

40-
Instead of creating a table, it is possible to create tiles to give another rendering of the user interface. It is therefore necessary to create the different tiles first. After creating the tiles, they must be imported into the display table with <DisplayTableDesignElement> set to <list>. Display tables with other values of <DisplayTableDesignElement> cannot display tiles.
40+
Instead of creating a table, it is possible to create tiles to give another rendering of the user interface. It is therefore necessary to create the different tiles first. After creating the tiles, they must be imported into the display table with `DisplayTableDesignElement` set to `list`. Display tables with other values of `DisplayTableDesignElement` cannot display tiles.
4141

4242
See the[
4343
Tile

docs/usercube/usercube/integration-guide/workflows/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ Menu Item
108108
Identity Manager's UI is configured so that workflows are accesible from:
109109

110110
- the list of users accessible from the __Directory__ section on the home page;
111-
![Workflow Menu Items - Users List](/img/product_docs/menuitems_userslist_v523.png)
111+
![Workflow Menu Items - Users List](/img/product_docs/usercube/usercube/integration-guide/workflows/how-to/workflow-create-multi/menuitems_userslist_v603.png)
112112
- the view page of a given user. In this case, the workflows manipulate the selected user.
113-
![Workflow Menu Items - User's Page](/img/product_docs/menuitems_userview_v523.png)
113+
![Workflow Menu Items - User's Page](/img/product_docs/usercube/usercube/integration-guide/workflows/how-to/workflow-update-mono/menuitems_userview_v603.png)
114114

115115
## Aspects
116116

docs/usercube/usercube/user-guide/set-up/provisioning-rule-creation/scalar-property-computation/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Priority between scalar rules
4848

4949
A scalar rule with a role as a criterion has a higher priority than a rule without a role criterion.
5050

51-
For example, consider the situation where we want the login <A> for users with the single role <RA>, and the login <B> for the others. In this case, we can write two distinct scalar rules where the first one has the role <RA> as a criterion. This rule will be applied before the other.
51+
For example, consider the situation where we want the login `A` for users with the single role `RA`, and the login `B` for the others. In this case, we can write two distinct scalar rules where the first one has the role `RA` as a criterion. This rule will be applied before the other.
5252

5353
Other than that, there should not be more than one rule meant to provision a given property on a given time period.
5454

docs/usercube/usercube/user-guide/set-up/single-roles-catalog-creation/role-manual-creation/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Single Role
1010

1111
To be effective, roles must be linked to actual entitlements in the managed systems. Within Identity Manager, an entitlement assigned to an identity is in fact represented by the value of a given navigation property, in a resource owned by said identity. See the [Create an Entity Type](/docs/usercube/usercube/user-guide/set-up/connect-system/entity-type-creation/index.md)topic for additional information. Thus, each role is linked to one navigation rule per entitlement. See the [Resource Type](/docs/usercube/usercube/integration-guide/toolkit/xml-configuration/provisioning/resourcetype/index.md) topic for additional information.
1212

13-
__NOTE:__ For example, imagine that we want to grant unlimited Internet access to the administrator profile of an identity. This entitlement won't be assigned directly to the identity but to its AD administration account. In our Active Directory, there is a resource called <DL-INTERNET-Restricted> identified from among AD entries as a group. So we need to add this group membership to the properties of the identity's AD account, using <DL-INTERNET-Restricted> as a value of the __memberOf__ property.
13+
__NOTE:__ For example, imagine that we want to grant unlimited Internet access to the administrator profile of an identity. This entitlement won't be assigned directly to the identity but to its AD administration account. In our Active Directory, there is a resource called `DL-INTERNET-Restricted` identified from among AD entries as a group. So we need to add this group membership to the properties of the identity's AD account, using `DL-INTERNET-Restricted` as a value of the __memberOf__ property.
1414

1515
## Participants and Artifacts
1616

docusaurus.config.products.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ const PRODUCTS = {
2323
'strongpointsalesforceflashlight': false,
2424
'threatmanager': false,
2525
'threatprevention': false,
26-
'usercube': false,
27-
'usercube_saas': true,
26+
'usercube': true,
27+
'usercube_saas': false,
2828
};
2929

3030
const productConfigs = {

0 commit comments

Comments
 (0)