Class VersionAction
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2.model.VersionAction
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
- Direct Known Subclasses:
PrivateCertificateVersionActionRevoke
public class VersionAction 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: - PrivateCertificateVersionActionRevoke
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVersionAction.ActionTypeThe type of secret version action.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetActionType()Gets the actionType.LonggetRevocationTimeSeconds()Gets the revocationTimeSeconds.
-
-
-
Method Detail
-
getActionType
public String getActionType()
Gets the actionType. The type of secret version action.- Returns:
- the actionType
-
getRevocationTimeSeconds
public Long getRevocationTimeSeconds()
Gets the revocationTimeSeconds. The timestamp of the certificate revocation.- Returns:
- the revocationTimeSeconds
-
-