TenantEgressPolicyResponse
Namespace AgentPrism · Assembly
AgentPrism.AspNetCore.dllThe response describing a tenant’s egress policy.
public sealed record TenantEgressPolicyResponse : IEquatable<TenantEgressPolicyResponse>Inheritance
Section titled “Inheritance”object ← TenantEgressPolicyResponse
Implements
Section titled “Implements”IEquatable<TenantEgressPolicyResponse>
Inherited Members
Section titled “Inherited Members”object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
Section titled “Constructors”TenantEgressPolicyResponse()
Section titled “ TenantEgressPolicyResponse()”public TenantEgressPolicyResponse()Properties
Section titled “Properties”AllowedProviders
Section titled “ AllowedProviders”Gets the closed set of allowed provider names, or null when the tenant is unrestricted (no policy saved).
public IReadOnlyList<string>? AllowedProviders { get; init; }Property Value
Section titled “Property Value”TenantId
Section titled “ TenantId”Gets the tenant this policy belongs to.
public required string TenantId { get; init; }Property Value
Section titled “Property Value”UpdatedAt
Section titled “ UpdatedAt”Gets the time the policy was last written; null when unrestricted.
public DateTimeOffset? UpdatedAt { 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(TenantEgressPolicyResponse?)
Section titled “ Equals(TenantEgressPolicyResponse?)”public bool Equals(TenantEgressPolicyResponse? other)Parameters
Section titled “Parameters”other TenantEgressPolicyResponse?
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 ==(TenantEgressPolicyResponse?, TenantEgressPolicyResponse?)
Section titled “ operator ==(TenantEgressPolicyResponse?, TenantEgressPolicyResponse?)”public static bool operator ==(TenantEgressPolicyResponse? left, TenantEgressPolicyResponse? right)Parameters
Section titled “Parameters”left TenantEgressPolicyResponse?
right TenantEgressPolicyResponse?
Returns
Section titled “Returns”operator !=(TenantEgressPolicyResponse?, TenantEgressPolicyResponse?)
Section titled “ operator !=(TenantEgressPolicyResponse?, TenantEgressPolicyResponse?)”public static bool operator !=(TenantEgressPolicyResponse? left, TenantEgressPolicyResponse? right)Parameters
Section titled “Parameters”left TenantEgressPolicyResponse?
right TenantEgressPolicyResponse?