Skip to main content

ModifyWalletCollection

Modifies a collection.

Synopsis

[Actions]
ModifyWalletCollection:Name="CollectionName"[,Privileges]

Where Privileges is one of the following, which determines privileges required to edit the collection and use its secrets. The Permission property is optional and, if omitted, defaults to READ for the UseResource and WRITE for the EditResource:

  • UseResource="UseResourceName",EditResource="UseResourceName"

  • Resource="ResourceName:Permission": Setting the Resource property sets both the UseResource and the EditResource to the same resource.

Description

ModifyWalletCollection lets you set rename a collection or change its associated resources. InterSystems IRIS® modifies the collection when processing the [Actions] section during a configuration merge.

The ModifyWalletCollection action accepts any of the properties listed as parameters in the class reference for the %Wallet.Collection.Modify() method.

Changing This Operation

This operation is designed to be used during a configuration merge. You can change ModifyWalletCollection by editing the merge file in a text editor (as described in Editing the Active CPF).

FeedbackOpens in a new tab