Class KeyRing
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.ibm_key_protect_api.v2.model.KeyRing
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class KeyRing extends com.ibm.cloud.sdk.core.service.model.GenericModel
Base properties of an instance key ring.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCreatedBy()
Gets the createdBy.Date
getCreationDate()
Gets the creationDate.String
getId()
Gets the id.
-
-
-
Method Detail
-
getId
public String getId()
Gets the id. An ID that identifies the key ring. Each ID is unique only within the given instance and is not reserved across the Key Protect service.- Returns:
- the id
-
getCreationDate
public Date getCreationDate()
Gets the creationDate. The date the key ring was created. The date format follows RFC 3339.- Returns:
- the creationDate
-
getCreatedBy
public String getCreatedBy()
Gets the createdBy. The unique identifier for the user that created the key ring.- Returns:
- the createdBy
-
-