Class KMIPProfileDataBody
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.ibm_key_protect_api.v2.model.KMIPProfileDataBody
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
- Direct Known Subclasses:
KMIPProfileDataBodyKMIPProfileDataNative
public class KMIPProfileDataBody extends com.ibm.cloud.sdk.core.service.model.GenericModel
The data specific to the KMIP Adapter profile. This is a required field for profile `native_1.0`. Classes which extend this class: - KMIPProfileDataBodyKMIPProfileDataNative
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
crkId()
Gets the crkId.
-
-
-
Method Detail
-
crkId
public String crkId()
Gets the crkId. An ID that identifies the Customer Root Key(CRK) to be used. This CRK must exist in the same kms instance as the adapter.- Returns:
- the crkId
-
-