Class ChallengeResource
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2.model.ChallengeResource
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ChallengeResource extends com.ibm.cloud.sdk.core.service.model.GenericModelProperties that describe a challenge.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDomain()Gets the domain.DategetExpiration()Gets the expiration.StringgetStatus()Gets the status.StringgetTxtRecordName()Gets the txtRecordName.StringgetTxtRecordValue()Gets the txtRecordValue.
-
-
-
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
-
-