PluginVersionShortResponse: {
    appAllowed: boolean;
    createdAt: string;
    createdBy: string;
    description: string;
    displayName: string;
    governance?: PluginGovernanceResponse;
    id: string;
    pluginId: string;
    pluginType: "INFRA" | "APP";
    requires?: PluginRequiresResponse;
    singleUse: boolean;
    status: string;
    stkProjectOnly: boolean;
    stkProjectsOnly: boolean;
    version: string;
}

Type declaration

  • appAllowed: boolean
  • createdAt: string
  • createdBy: string
  • description: string
  • displayName: string
  • Optionalgovernance?: PluginGovernanceResponse
  • id: string
  • pluginId: string
  • pluginType: "INFRA" | "APP"
  • Optionalrequires?: PluginRequiresResponse
  • singleUse: boolean
  • status: string
  • stkProjectOnly: boolean
  • stkProjectsOnly: boolean
  • version: string