Actuate Information Delivery API operations : UpdateOpenSecurityCache
 
UpdateOpenSecurityCache
Flushes the Encyclopedia volume’s open security cache and retrieves new data from the external security source. Use UpdateOpenSecurityCache when information in the external data source has changed and must be updated immediately.
In the request, specify the list of users, roles, groups, and translated user or role names to update. If no users, roles, groups, or translated user and role names are specified, all users, roles, groups, and translated user and role names are updated. Otherwise, only the specified items are updated.
Request schema
<xsd:complexType name="UpdateOpenSecurityCache">
<xsd:sequence>
<xsd:element name="UserNameList"
type="actu:ArrayOfString" minOccurs="0"/>
<xsd:element name="GroupList"
type="actu:ArrayOfString" minOccurs="0"/>
<xsd:element name="RoleList"
type="actu:ArrayOfString" minOccurs="0"/>
<xsd:element name="TranslatedUserNames"
type="typens:ExternalTranslatedUserNames" minOccurs="0"/>
<xsd:element name="TranslatedRoleNames"
type="typens:ExternalTranslatedRoleNames" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
Request elements
UserNameList
The list of user names to retrieve.
GroupList
The list of groups to retrieve.
RoleList
The list of roles to retrieve.
TranslatedUserNames
The translated user names to retrieve, such as Administrator.
TranslatedRoleNames
The translated role names to retrieve, such as Administrator, Operator, and All.