Class CertificateValidity
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2.model.CertificateValidity
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CertificateValidity extends com.ibm.cloud.sdk.core.service.model.GenericModelThe date and time that the certificate validity period begins and ends.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetNotAfter()Gets the notAfter.DategetNotBefore()Gets the notBefore.
-