Interface SecretTask.Status
-
- Enclosing class:
- SecretTask
public static interface SecretTask.StatusThe status of a task, could be one of: queued, processing, succeeded, failed.
-
-
Field Summary
Fields Modifier and Type Field Description static StringCREDENTIALS_CREATEDcredentials_created.static StringCREDENTIALS_DELETEDcredentials_deleted.static StringFAILEDfailed.static StringPROCESSINGprocessing.static StringQUEUEDqueued.
-
-
-
Field Detail
-
QUEUED
static final String QUEUED
queued.- See Also:
- Constant Field Values
-
PROCESSING
static final String PROCESSING
processing.- See Also:
- Constant Field Values
-
CREDENTIALS_CREATED
static final String CREDENTIALS_CREATED
credentials_created.- See Also:
- Constant Field Values
-
CREDENTIALS_DELETED
static final String CREDENTIALS_DELETED
credentials_deleted.- See Also:
- Constant Field Values
-
FAILED
static final String FAILED
failed.- See Also:
- Constant Field Values
-
-