LinkedIntegrationRuntimeRbacAuthorization type

The role based access control (RBAC) authorization type integration runtime.

type LinkedIntegrationRuntimeRbacAuthorization =
  LinkedIntegrationRuntimeType & {
    authorizationType: "RBAC"
    resourceId: string
  }