LinkedIntegrationRuntimeRbacAuthorization type    
基于角色的访问控制(RBAC)授权类型集成运行时。
type LinkedIntegrationRuntimeRbacAuthorization =
  LinkedIntegrationRuntimeType & {
    authorizationType: "RBAC"
    resourceId: string
  }