Skip to main content
Version: 24.2.x

Interface: SetPermissionGroupParams

api/procedures/types.SetPermissionGroupParams

This procedure can be called with:

  • An Asset's existing Custom Permission Group. The Identity will be assigned as an Agent of that Group for that Asset
  • A Known Permission Group and an Asset. The Identity will be assigned as an Agent of that Group for that Asset
  • A set of Transaction Permissions and an Asset. If there is no Custom Permission Group with those permissions, a Custom Permission Group will be created for that Asset with those permissions, and the Identity will be assigned as an Agent of that Group for that Asset. Otherwise, the existing Group will be used
  • An array of Transaction Groups that represent a set of permissions. If there is no Custom Permission Group with those permissions, a Custom Permission Group will be created with those permissions, and the Identity will be assigned as an Agent of that Group for that Asset. Otherwise, the existing Group will be used

Properties

group

group: CustomPermissionGroup | KnownPermissionGroup | TransactionsParams | TxGroupParams

Defined in

api/procedures/types.ts:1436