Class SecretAction
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2.model.SecretAction
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
- Direct Known Subclasses:
PrivateCertificateActionRevoke,PublicCertificateActionValidateManualDNS
public class SecretAction extends com.ibm.cloud.sdk.core.service.model.GenericModelThe response body to specify the properties of the action to create a secret. Classes which extend this class: - PublicCertificateActionValidateManualDNS - PrivateCertificateActionRevoke
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSecretAction.ActionTypeThe type of secret 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 action.- Returns:
- the actionType
-
getRevocationTimeSeconds
public Long getRevocationTimeSeconds()
Gets the revocationTimeSeconds. The timestamp of the certificate revocation.- Returns:
- the revocationTimeSeconds
-
-