Interface BeginPruneOptions

interface BeginPruneOptions {
    computePruneCount?: boolean;
    days?: number;
    includeRoles?: string[];
    reason?: string;
}

Hierarchy (view full)

Properties

computePruneCount?: boolean

If the number of members to prune should be computed. If false, the return will be null.

days?: number

The number of days to prune.

includeRoles?: string[]

The roles to include.

reason?: string

The reason for the prune.