Class SecretActionPrototype
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2.model.SecretActionPrototype
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
- Direct Known Subclasses:
PrivateCertificateActionRevokePrototype,PublicCertificateActionValidateManualDNSPrototype
public class SecretActionPrototype extends com.ibm.cloud.sdk.core.service.model.GenericModelThe request body to specify the properties for your secret action. Classes which extend this class: - PrivateCertificateActionRevokePrototype - PublicCertificateActionValidateManualDNSPrototype
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSecretActionPrototype.ActionTypeThe type of secret action.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringactionType()Gets the actionType.
-
-
-
Method Detail
-
actionType
public String actionType()
Gets the actionType. The type of secret action.- Returns:
- the actionType
-
-