Class PrivateCertificateActionRevokePrototype
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2.model.SecretActionPrototype
-
- com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2.model.PrivateCertificateActionRevokePrototype
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class PrivateCertificateActionRevokePrototype extends SecretActionPrototype
The request body to specify the properties of the action to revoke the private certificate.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePrivateCertificateActionRevokePrototype.ActionTypeThe type of secret action.static classPrivateCertificateActionRevokePrototype.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrivateCertificateActionRevokePrototype.BuildernewBuilder()New builder.-
Methods inherited from class com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2.model.SecretActionPrototype
actionType
-
-
-
-
Method Detail
-
newBuilder
public PrivateCertificateActionRevokePrototype.Builder newBuilder()
New builder.- Returns:
- a PrivateCertificateActionRevokePrototype builder
-
-