Interface ListApiKeysOptions.Scope
-
- Enclosing class:
- ListApiKeysOptions
public static interface ListApiKeysOptions.ScopeOptional parameter to define the scope of the queried API keys. Can be 'entity' (default) or 'account'.
-
-
Field Detail
-
ENTITY
static final java.lang.String ENTITY
entity.- See Also:
- Constant Field Values
-
ACCOUNT
static final java.lang.String ACCOUNT
account.- See Also:
- Constant Field Values
-
-