How To Guides
How to set up record access rules
Date | Responsible | Changes |
---|---|---|
January 24, 2023 | @Luis Fidelis | Initial version |
February 10, 2023 | @Omar Monterrey | SDK Options refactoring (url to server and key to signer ) |
February 27, 2023 | @Omar Monterrey | Refactored signer.schema → signer.format |
March 7, 2023 | @Filip Herceg | Changed bearer action to read |
March 9, 2023 | @Tomislav Herman | Changed ledger → sdk |
Each record supports attaching access rules through the access
property. This property holds a list of permissions to signers and/or JWT tokens to access it. When making api requests using the SDK those access rules can be added when building the record or changed when updating it.
See About Authorization for more details.