Interface SecretTask.Trigger
-
- Enclosing class:
- SecretTask
public static interface SecretTask.TriggerInformation about what has initiated the task.
-
-
Field Summary
Fields Modifier and Type Field Description static StringAUTOMATIC_SECRET_ROTATIONautomatic_secret_rotation.static StringMANUAL_SECRET_ROTATIONmanual_secret_rotation.static StringSECRET_CREATIONsecret_creation.static StringSECRET_VERSION_DATA_DELETIONsecret_version_data_deletion.static StringSECRET_VERSION_EXPIRATIONsecret_version_expiration.
-
-
-
Field Detail
-
SECRET_CREATION
static final String SECRET_CREATION
secret_creation.- See Also:
- Constant Field Values
-
MANUAL_SECRET_ROTATION
static final String MANUAL_SECRET_ROTATION
manual_secret_rotation.- See Also:
- Constant Field Values
-
AUTOMATIC_SECRET_ROTATION
static final String AUTOMATIC_SECRET_ROTATION
automatic_secret_rotation.- See Also:
- Constant Field Values
-
SECRET_VERSION_EXPIRATION
static final String SECRET_VERSION_EXPIRATION
secret_version_expiration.- See Also:
- Constant Field Values
-
SECRET_VERSION_DATA_DELETION
static final String SECRET_VERSION_DATA_DELETION
secret_version_data_deletion.- See Also:
- Constant Field Values
-
-