Interface ListApiKeysOptions.Type
-
- Enclosing class:
- ListApiKeysOptions
public static interface ListApiKeysOptions.TypeOptional parameter to filter the type of the queried API keys. Can be 'user' or 'serviceid'.
-
-
Field Detail
-
USER
static final java.lang.String USER
user.- See Also:
- Constant Field Values
-
SERVICEID
static final java.lang.String SERVICEID
serviceid.- See Also:
- Constant Field Values
-
-