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.
2 parents 1898747 + 8661ed8 commit ee5f42eCopy full SHA for ee5f42e
1 file changed
src/enforcement/interfaces.ts
@@ -147,6 +147,7 @@ export interface AllTenantsResponse {
147
148
interface TenantPermissions {
149
permissions: string[];
150
+ roles?: string[];
151
tenant?: {
152
key: string;
153
attributes: {
@@ -157,6 +158,7 @@ interface TenantPermissions {
157
158
159
interface ResourcePermissions {
160
161
162
resource?: {
163
type: string;
164
0 commit comments