Table of Contents

Enum PrivateKeyScope

Namespace
Tharga.Team
Assembly
Tharga.Team.dll

Controls which owner-scoped ("private") API keys a listing includes, on top of the normal team-wide keys. The actual entitlement is always intersected with the caller's identity, so these values can never reveal a key the caller isn't allowed to see.

public enum PrivateKeyScope

Fields

All = 2

Include every private key the caller is entitled to see (own, plus Developer-role and — when the host enables privileged access — Administrator/Owner).

Mine = 1

Include the caller's own private keys.

None = 0

Exclude all private keys (default — pure team-wide view).