Skip to main content

CreateWalletCollection

Creates a collection.

Synopsis

[Actions]
CreateWalletCollection: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

CreateWalletCollection creates a new collection. InterSystems IRIS® creates this collection when processing the [Actions] section during a configuration merge.

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

Changing This Operation

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

FeedbackOpens in a new tab