Wasm Directoryalpha
Record

list-alerts-for-org-params

No description available.

record list-alerts-for-org-params {
  org: string,
  state: option​<string>,
  severity: option​<string>,
  ecosystem: option​<string>,
  package-op: option​<string>,
  scope: option​<list-alerts-for-enterprise-scope-enum>,
  sort: option​<list-alerts-for-enterprise-sort-enum>,
  direction: option​<list-alerts-for-enterprise-direction-enum>,
  before: option​<string>,
  after: option​<string>,
  first: option​<s32>,
  last: option​<s32>,
  per-page: option​<s32>,
}

Fields

NameTypeDescription
orgstring
stateoption​<string>
severityoption​<string>
ecosystemoption​<string>
package-opoption​<string>
scopeoption​<list-alerts-for-enterprise-scope-enum>
sortoption​<list-alerts-for-enterprise-sort-enum>
directionoption​<list-alerts-for-enterprise-direction-enum>
beforeoption​<string>
afteroption​<string>
firstoption​<s32>
lastoption​<s32>
per-pageoption​<s32>