AgentPrismMetaResponse
AgentPrism.AspNetCore.dllResponse for {prefix}/api/meta. Carries the minimum information the
UI needs to configure itself.
public sealed record AgentPrismMetaResponse : IEquatable<AgentPrismMetaResponse>Inheritance
Section titled “Inheritance”object ← AgentPrismMetaResponse
Implements
Section titled “Implements”IEquatable<AgentPrismMetaResponse>
Inherited Members
Section titled “Inherited Members”object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Remarks
Section titled “Remarks”This endpoint is reachable without authentication; the UI has no other way to learn which authentication method to use. Its content is therefore deliberately narrow: it carries no secret, tenant data, agent name, or count information.
Constructors
Section titled “Constructors”AgentPrismMetaResponse()
Section titled “ AgentPrismMetaResponse()”public AgentPrismMetaResponse()Properties
Section titled “Properties”Authentication
Section titled “ Authentication”Active authentication methods.
public required AgentPrismAuthenticationMeta Authentication { get; init; }Property Value
Section titled “Property Value”Prefix
Section titled “ Prefix”Path prefix the endpoints are connected to. The UI builds its own calls from this.
public required string Prefix { get; init; }Property Value
Section titled “Property Value”Role permissions of the current caller.
public required AgentPrismRoleMeta Roles { get; init; }Property Value
Section titled “Property Value”Storage
Section titled “ Storage”Active storage implementations.
public required AgentPrismStorageMeta Storage { get; init; }Property Value
Section titled “Property Value”Version
Section titled “ Version”AgentPrism version.
public required string Version { get; init; }Property Value
Section titled “Property Value”Methods
Section titled “Methods”Equals(object?)
Section titled “ Equals(object?)”public override bool Equals(object? obj)Parameters
Section titled “Parameters”obj object?
Returns
Section titled “Returns”Equals(AgentPrismMetaResponse?)
Section titled “ Equals(AgentPrismMetaResponse?)”public bool Equals(AgentPrismMetaResponse? other)Parameters
Section titled “Parameters”other AgentPrismMetaResponse?
Returns
Section titled “Returns”GetHashCode()
Section titled “ GetHashCode()”public override int GetHashCode()Returns
Section titled “Returns”ToString()
Section titled “ ToString()”public override string ToString()Returns
Section titled “Returns”Operators
Section titled “Operators”operator ==(AgentPrismMetaResponse?, AgentPrismMetaResponse?)
Section titled “ operator ==(AgentPrismMetaResponse?, AgentPrismMetaResponse?)”public static bool operator ==(AgentPrismMetaResponse? left, AgentPrismMetaResponse? right)Parameters
Section titled “Parameters”left AgentPrismMetaResponse?
right AgentPrismMetaResponse?
Returns
Section titled “Returns”operator !=(AgentPrismMetaResponse?, AgentPrismMetaResponse?)
Section titled “ operator !=(AgentPrismMetaResponse?, AgentPrismMetaResponse?)”public static bool operator !=(AgentPrismMetaResponse? left, AgentPrismMetaResponse? right)Parameters
Section titled “Parameters”left AgentPrismMetaResponse?
right AgentPrismMetaResponse?