Guides
Learn how to use Cedar.AI
Define who can do what on which resource with policies and roles.
{ "bindings": [ { "role": "roles/inventory.equipmentAdmin", "members": ["group:cedxadmins"] }, { "role": "roles/inventory.equipmentViewer", "members": ["user:nancy@cedx.rail", "user:steven@cedx.rail"], "condition": { "description": "Only can view BNSF cars", "expression": "resource.equipmentInitial == 'BNSF'" } } ] }
roles/inventory.equipmentViewer
roles/inventory.equipmentAdmin
roles/inventory.equipmentOrderer
Was this page helpful?