Class KeyAliasResource
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.ibm_key_protect_api.v2.model.KeyAliasResource
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class KeyAliasResource extends com.ibm.cloud.sdk.core.service.model.GenericModel
Properties associated with an alias.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAlias()
Gets the alias.String
getCreatedBy()
Gets the createdBy.Date
getCreationDate()
Gets the creationDate.String
getKeyId()
Gets the keyId.
-
-
-
Method Detail
-
getKeyId
public String getKeyId()
Gets the keyId. The ID that identifies the key that is associated with the alias.- Returns:
- the keyId
-
getAlias
public String getAlias()
Gets the alias. The unique, human-readable alias assigned to the key.- Returns:
- the alias
-
getCreatedBy
public String getCreatedBy()
Gets the createdBy. The unique identifier for the user that created the alias.- Returns:
- the createdBy
-
getCreationDate
public Date getCreationDate()
Gets the creationDate. The date the alias was created. The date format follows RFC 3339.- Returns:
- the creationDate
-
-