Name | Type | Description | Notes |
---|---|---|---|
walletId | kotlin.String | The Node-specific identifier of the Wallet that is sharing the credentials for the Group | |
groupId | kotlin.String | The unique identifier of the Group whose credentials will be shared | |
readPermission | kotlin.Boolean | Boolean that should be set to true if and only if read permission should be shared. Note that write permission is always shared and there's no option for read-only permission. Defaults to false. | [optional] |
memo | kotlin.String | Memo to be used by the application to define the purpose of the group and why its credentials were shared. Should include information about who is sharing the group if this information is relevant. Defaults to an empty string | [optional] |
recipientAddress | kotlin.String | An Address of the Wallet with which the Group credentials should be shared |