Type alias IdentityAnalyzerDescription

IdentityAnalyzerDescription: GenericAnalyzerDescription & {
    properties: Record<string, never>;
    type: "identity";
}

An object describing an Identity Analyzer.

Type declaration

  • properties: Record<string, never>
  • type: "identity"