Interface IPersistPolicyData

Defines the structure for policy data persistence in the swarm system. Tracks banned clients (SessionId) within a SwarmName under a specific policy. IPersistPolicyData

interface IPersistPolicyData {
    bannedClients: string[];
}

Properties

Properties

bannedClients: string[]

Array of session IDs that are banned under this policy