Options
All
  • Public
  • Public/Protected
  • All
Menu

Contains information about the credential report, including when it was generated and a list of users.

Hierarchy

  • CredentialReport

Index

Constructors

Properties

Constructors

constructor

Properties

Readonly generatedTime

generatedTime: Date

the time the report was generated

Readonly reportFormat

reportFormat: string

the content-encoding of the report.

this should always be set to 'text/csv'; if, for whatever reason, this library receives back a report that is not in a text/csv format, the process will fail out. i don't believe this should happen.

Readonly users

users: User[]

a list of the user information we were able to parse out of the report.

Legend

  • Constructor
  • Property
  • Method
  • Private property

Generated using TypeDoc