Backstage · Example Payload

Permissions Permission Decision Example

Developer PortalInternal Developer PlatformSoftware CatalogOpen Source

Permissions Permission Decision Example is an example object payload from Backstage, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

resultpluginIdresourceTypeconditions

Example Payload

Raw ↑
{
  "result": "ALLOW",
  "pluginId": "component:default/my-service",
  "resourceType": "sample-value",
  "conditions": {}
}