IntelligenceX

API Reference

Class

ToolAuthenticationProbeValidationResult

Namespace IntelligenceX.Tools
Assembly IntelligenceX
Modifiers sealed

Result produced by ToolAuthenticationProbeValidator.

Inheritance

  • Object
  • ToolAuthenticationProbeValidationResult

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

public ToolAuthenticationProbeValidationResult() #

Properties

public Boolean IsValid { get; set; } #

True when probe validation succeeded.

public ToolAuthenticationProbeValidationFailure Failure { get; set; } #

Failure reason when IsValid is false.

public ToolAuthenticationProbeRecord ProbeRecord { get; set; } #

Resolved probe record when available.