Skip to content

Class RestEndpointGovernanceOverrideActionKindSummaryDescriptor

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

Describes one grouped override-action bucket within a rule-centric REST governance summary.

public sealed class RestEndpointGovernanceOverrideActionKindSummaryDescriptor

objectRestEndpointGovernanceOverrideActionKindSummaryDescriptor

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

RestEndpointGovernanceOverrideActionKindSummaryDescriptor(RestEndpointOverrideActionKind, IReadOnlyList<string>?)

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

Creates a grouped override-action bucket for a rule-centric REST governance summary.

public RestEndpointGovernanceOverrideActionKindSummaryDescriptor(RestEndpointOverrideActionKind actionKind, IReadOnlyList<string>? candidateIds = null)

actionKind RestEndpointOverrideActionKind

The override action dimension represented by this grouped bucket.

candidateIds IReadOnlyList<string>?

The ordered candidate identifiers that selected or materially applied this override action dimension.

Gets the override action dimension represented by this grouped bucket.

public RestEndpointOverrideActionKind ActionKind { get; }

RestEndpointOverrideActionKind

Gets the ordered candidate identifiers that selected or materially applied this override action dimension.

public IReadOnlyList<string> CandidateIds { get; }

IReadOnlyList<string>