Class 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 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