Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Summary

Summary of the audit report.

Properties

Optional countOf

countOf: undefined | string

Name of the key or count of object.

displayOrder

displayOrder: number

Specifies the order in which the summary must be displayed. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional groupByFieldName

groupByFieldName: undefined | string

A comma-delimited string that specifies the names of the fields by which the records must be aggregated to get the summary.

Optional isHidden

isHidden: undefined | false | true

Indicates if the summary is hidden. Values can either be 'true' or 'false'.

name

name: string

Name of the report summary.

Optional scimFilter

scimFilter: undefined | string

Additional scim filters used to get the specific summary.

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Summary): object

getJsonObj