Skip to content

Class RestEndpointPublicationGroupGovernanceSkippedSuppressionSummaryDescriptor

Namespace: Cephalon.Abstractions.Transports
Assembly: Cephalon.Abstractions.dll

Describes one grouped host-governance-skipped suppression-rule outcome within a REST publication-group answer.

public sealed class RestEndpointPublicationGroupGovernanceSkippedSuppressionSummaryDescriptor

objectRestEndpointPublicationGroupGovernanceSkippedSuppressionSummaryDescriptor

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

RestEndpointPublicationGroupGovernanceSkippedSuppressionSummaryDescriptor(string, IReadOnlyList<string>?)

Section titled “ RestEndpointPublicationGroupGovernanceSkippedSuppressionSummaryDescriptor(string, IReadOnlyList<string>?)”

Creates a grouped host-governance-skipped suppression-rule summary.

public RestEndpointPublicationGroupGovernanceSkippedSuppressionSummaryDescriptor(string ruleId, IReadOnlyList<string>? candidateIds = null)

ruleId string

The stable host-level suppression-rule identifier summarized by this entry.

candidateIds IReadOnlyList<string>?

The ordered candidate identifiers that this suppression rule targeted before host governance was skipped.

Gets the ordered candidate identifiers that this suppression rule targeted before host governance was skipped.

public IReadOnlyList<string> CandidateIds { get; }

IReadOnlyList<string>

Gets the stable host-level suppression-rule identifier summarized by this entry.

public string RuleId { get; }

string