Uses of Class
com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2.model.ConfigurationAction
-
Packages that use ConfigurationAction Package Description com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2 IBM Cloud Secrets Manager API v2.com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2.model -
-
Uses of ConfigurationAction in com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2
Methods in com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2 that return types with arguments of type ConfigurationAction Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<ConfigurationAction>SecretsManager. createConfigurationAction(CreateConfigurationActionOptions createConfigurationActionOptions)Create a configuration action. -
Uses of ConfigurationAction in com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2.model
Subclasses of ConfigurationAction in com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2.model Modifier and Type Class Description classPrivateCertificateConfigurationActionRevokeThe response body to specify the properties of the action to revoke the private certificate.classPrivateCertificateConfigurationActionRotateThe response body to specify the properties of the action to rotate the private certificate.classPrivateCertificateConfigurationActionRotateCRLThe response body of the action to rotate the CRL of an intermediate certificate authority for the private certificate configuration.classPrivateCertificateConfigurationActionSetSignedThe response body of the action to set a signed intermediate certificate authority for the private certificate configuration.classPrivateCertificateConfigurationActionSignCSRThe response body of the action to sign the CSR for the private certificate configuration.classPrivateCertificateConfigurationActionSignIntermediateThe response body of the action to sign the intermediate certificate authority for the private certificate configuration.
-