We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe8e505 commit e1a16c3Copy full SHA for e1a16c3
src/references/dataProtector/methods/revokeOneAccess.md
@@ -38,6 +38,7 @@ const revokeAccess = await dataProtectorCore.revokeOneAccess({
38
tag: '0x0000000000000000000000000000000000000000000000000000000000000003',
39
volume: '1',
40
workerpoolrestrict: '0x000...',
41
+ remainingAccess: 1,
42
});
43
```
44
@@ -70,6 +71,7 @@ const revokeAccess = await dataProtectorCore.revokeOneAccess({
70
71
tag: '0x0000000000000000000000000000000000000000000000000000000000000003', // [!code focus]
72
volume: '1', // [!code focus]
73
workerpoolrestrict: '0x000...', // [!code focus]
74
+ remainingAccess: 1, // [!code focus]
75
76
77
0 commit comments