{ "data": [ { "environment_id": "ENV01FXJJFRNH8J1RBX7CCV2APD1M", "id": "POL01FXJJFRNH8J1RBX7CCV2APD1G", "name": "multi_tenant_policy", "permissions": [ "query" ], "query_rules": [ { "tables": [ "users", "orders" ], "columns": [ { "allow": [ "id", "email", "name" ], "deny": [ "password", "ssn" ] } ], "rows": "tenant_id = '123'" } ], "created_at": "2023-11-07T05:31:56Z" } ], "has_more": true }
List policies assigned to an API key.
Required permission: api_key_admin
api_key_admin
The ID or name of the API key.
The request has succeeded.
Show child attributes
Was this page helpful?