1.4 KiB
1.4 KiB
| 1 | user_type | user_id | relation | object_type | object_id | condition_name | condition_context |
|---|---|---|---|---|---|---|---|
| 2 | user | root | superuser | system | atlantis | ||
| 3 | system | atlantis | parent | organization | acme | ||
| 4 | system | atlantis | parent | organization | newco | ||
| 5 | organization | acme | parent | group | a | ||
| 6 | organization | acme | parent | group | b | ||
| 7 | organization | newco | parent | group | c | ||
| 8 | group | a#member | member | organization | acme | ||
| 9 | group | b#member | member | organization | acme | ||
| 10 | group | c#member | member | organization | newco | ||
| 11 | user | a | member | group | a | ||
| 12 | user | b | member | group | b | ||
| 13 | user | c | member | group | c | ||
| 14 | user | b | admin | organization | acme | ||
| 15 | group | a | parent | archive | a | ||
| 16 | group | b | parent | archive | a | ||
| 17 | group | c | parent | archive | b | ||
| 18 | group | a#member | execute | grant | a | valid_allocation | {"quota": "100.0", "start_time": "2024-01-01T00:00:00Z", "end_time": "2025-01-01T00:00:00Z"} |
| 19 | group | b#member | read | grant | a | valid_period | {"start_time": "2024-01-01T00:00:00Z", "end_time": "2025-01-01T00:00:00Z"} |
| 20 | group | b#member | execute | grant | b | valid_allocation | {"quota": "100.0", "start_time": "2024-01-01T00:00:00Z", "end_time": "2025-01-01T00:00:00Z"} |
| 21 | group | c#member | read | grant | b | valid_period | {"start_time": "2024-01-01T00:00:00Z", "end_time": "2025-01-01T00:00:00Z"} |
| 22 | user | d | execute | grant | a | valid_allocation | {"quota": "-1.0", "start_time": "2024-01-01T00:00:00Z", "end_time": "2024-01-01T00:00:00Z"} |
| 23 | grant | a | has_grant | archive | a | ||
| 24 | grant | b | has_grant | archive | b |