Backend Credentials Contract Response
data class BackendCredentialsContractResponse(val authorization: BackendAuthorizationHeaderCredentialsResponse? = null, val certificate: List<String>? = null, val certificateIds: List<String>? = null, val header: Map<String, List<String>>? = null, val query: Map<String, List<String>>? = null)
Details of the Credentials used to connect to Backend.