Class PublicCertificateRotationObject
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2.model.PublicCertificateRotationObject
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class PublicCertificateRotationObject extends com.ibm.cloud.sdk.core.service.model.GenericModelDefines the rotation object that is used to manually rotate public certificates.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPublicCertificateRotationObject.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PublicCertificateRotationObject.BuildernewBuilder()New builder.BooleanrotateKeys()Gets the rotateKeys.
-
-
-
Method Detail
-
newBuilder
public PublicCertificateRotationObject.Builder newBuilder()
New builder.- Returns:
- a PublicCertificateRotationObject builder
-
rotateKeys
public Boolean rotateKeys()
Gets the rotateKeys. This field indicates whether Secrets Manager rotates the private key for your public certificate automatically. The default is `false`. If it is set to `true`, the service generates and stores a new private key for your rotated certificate.- Returns:
- the rotateKeys
-
-