Class ChallengeResource

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class ChallengeResource
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Properties that describe a challenge.
    • Method Detail

      • getDomain

        public String getDomain()
        Gets the domain. The challenge domain.
        Returns:
        the domain
      • getExpiration

        public Date getExpiration()
        Gets the expiration. The challenge expiration date. The date format follows `RFC 3339`.
        Returns:
        the expiration
      • getStatus

        public String getStatus()
        Gets the status. The challenge status.
        Returns:
        the status
      • getTxtRecordName

        public String getTxtRecordName()
        Gets the txtRecordName. The TXT record name.
        Returns:
        the txtRecordName
      • getTxtRecordValue

        public String getTxtRecordValue()
        Gets the txtRecordValue. The TXT record value.
        Returns:
        the txtRecordValue