CredentialHealthResponse

data class CredentialHealthResponse(val errorCode: String? = null, val errorMessage: String? = null, val status: String? = null)

The health of the auth credential.

Constructors

Link copied to clipboard
constructor(errorCode: String? = null, errorMessage: String? = null, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val errorCode: String? = null

Error code representing the health check error.

Link copied to clipboard
val errorMessage: String? = null

Descriptive message representing the health check error.

Link copied to clipboard
val status: String? = null

The health status of credential.