Enum PrivateKeyScope
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 = 2Include every private key the caller is entitled to see (own, plus Developer-role and — when the host enables privileged access — Administrator/Owner).
Mine = 1Include the caller's own private keys.
None = 0Exclude all private keys (default — pure team-wide view).