public class StatusDetails
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static class  | StatusDetails.BuilderBuilder. | 
| Modifier and Type | Method and Description | 
|---|---|
| Boolean | authenticated()Gets the authenticated. | 
| String | errorMessage()Gets the errorMessage. | 
| StatusDetails.Builder | newBuilder()New builder. | 
public StatusDetails.Builder newBuilder()
public Boolean authenticated()
Indicates whether the credential is accepted by the target data source.
public String errorMessage()
If `authenticated` is `false`, a message describes why authentication is unsuccessful.
Copyright © 2023 IBM Cloud. All rights reserved.