Class SecretVersionActionPrototype
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2.model.SecretVersionActionPrototype
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
- Direct Known Subclasses:
PrivateCertificateVersionActionRevokePrototype
public class SecretVersionActionPrototype extends com.ibm.cloud.sdk.core.service.model.GenericModelThe request body to specify the properties of the action to create a secret version. Classes which extend this class: - PrivateCertificateVersionActionRevokePrototype
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSecretVersionActionPrototype.ActionTypeThe type of secret version action.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringactionType()Gets the actionType.
-
-
-
Method Detail
-
actionType
public String actionType()
Gets the actionType. The type of secret version action.- Returns:
- the actionType
-
-