Interface SecretTask.Type
-
- Enclosing class:
- SecretTask
public static interface SecretTask.TypeThe type of the task, can be either "create_credentials" or "delete_credentials".
-
-
Field Summary
Fields Modifier and Type Field Description static StringCREATE_CREDENTIALScreate_credentials.static StringDELETE_CREDENTIALSdelete_credentials.
-
-
-
Field Detail
-
CREATE_CREDENTIALS
static final String CREATE_CREDENTIALS
create_credentials.- See Also:
- Constant Field Values
-
DELETE_CREDENTIALS
static final String DELETE_CREDENTIALS
delete_credentials.- See Also:
- Constant Field Values
-
-