TenantEgressPolicyRequest
Namespace AgentPrism · Assembly
AgentPrism.AspNetCore.dllThe request body for creating or replacing a tenant’s egress policy.
public sealed record TenantEgressPolicyRequest : IEquatable<TenantEgressPolicyRequest>Inheritance
Section titled “Inheritance”object ← TenantEgressPolicyRequest
Implements
Section titled “Implements”IEquatable<TenantEgressPolicyRequest>
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”TenantEgressPolicyRequest()
Section titled “ TenantEgressPolicyRequest()”public TenantEgressPolicyRequest()Properties
Section titled “Properties”AllowedProviders
Section titled “ AllowedProviders”Gets the closed set of allowed provider names. An empty list allows no provider.
public IReadOnlyList<string>? AllowedProviders { 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(TenantEgressPolicyRequest?)
Section titled “ Equals(TenantEgressPolicyRequest?)”public bool Equals(TenantEgressPolicyRequest? other)Parameters
Section titled “Parameters”other TenantEgressPolicyRequest?
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 ==(TenantEgressPolicyRequest?, TenantEgressPolicyRequest?)
Section titled “ operator ==(TenantEgressPolicyRequest?, TenantEgressPolicyRequest?)”public static bool operator ==(TenantEgressPolicyRequest? left, TenantEgressPolicyRequest? right)Parameters
Section titled “Parameters”left TenantEgressPolicyRequest?
right TenantEgressPolicyRequest?
Returns
Section titled “Returns”operator !=(TenantEgressPolicyRequest?, TenantEgressPolicyRequest?)
Section titled “ operator !=(TenantEgressPolicyRequest?, TenantEgressPolicyRequest?)”public static bool operator !=(TenantEgressPolicyRequest? left, TenantEgressPolicyRequest? right)Parameters
Section titled “Parameters”left TenantEgressPolicyRequest?
right TenantEgressPolicyRequest?