AgentPrismAuthenticationMeta
AgentPrism.AspNetCore.dllReports which authentication layers are enabled.
public sealed record AgentPrismAuthenticationMeta : IEquatable<AgentPrismAuthenticationMeta>Inheritance
Section titled “Inheritance”object ← AgentPrismAuthenticationMeta
Implements
Section titled “Implements”IEquatable<AgentPrismAuthenticationMeta>
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”Carries only bool fields. The policy name is deliberately not returned: the UI cannot do anything with the name, and the name would be a configuration detail leaking from an unauthenticated endpoint.
Constructors
Section titled “Constructors”AgentPrismAuthenticationMeta()
Section titled “ AgentPrismAuthenticationMeta()”public AgentPrismAuthenticationMeta()Properties
Section titled “Properties”AllowRemoteAccess
Section titled “ AllowRemoteAccess”Whether access from outside loopback is allowed.
public required bool AllowRemoteAccess { get; init; }Property Value
Section titled “Property Value”RequiresAuthorizationPolicy
Section titled “ RequiresAuthorizationPolicy”Whether an ASP.NET Core authorization policy is applied.
public required bool RequiresAuthorizationPolicy { get; init; }Property Value
Section titled “Property Value”RequiresBearerToken
Section titled “ RequiresBearerToken”Whether an Authorization: Bearer header is expected.
public required bool RequiresBearerToken { 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(AgentPrismAuthenticationMeta?)
Section titled “ Equals(AgentPrismAuthenticationMeta?)”public bool Equals(AgentPrismAuthenticationMeta? other)Parameters
Section titled “Parameters”other AgentPrismAuthenticationMeta?
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 ==(AgentPrismAuthenticationMeta?, AgentPrismAuthenticationMeta?)
Section titled “ operator ==(AgentPrismAuthenticationMeta?, AgentPrismAuthenticationMeta?)”public static bool operator ==(AgentPrismAuthenticationMeta? left, AgentPrismAuthenticationMeta? right)Parameters
Section titled “Parameters”left AgentPrismAuthenticationMeta?
right AgentPrismAuthenticationMeta?
Returns
Section titled “Returns”operator !=(AgentPrismAuthenticationMeta?, AgentPrismAuthenticationMeta?)
Section titled “ operator !=(AgentPrismAuthenticationMeta?, AgentPrismAuthenticationMeta?)”public static bool operator !=(AgentPrismAuthenticationMeta? left, AgentPrismAuthenticationMeta? right)Parameters
Section titled “Parameters”left AgentPrismAuthenticationMeta?
right AgentPrismAuthenticationMeta?