Get Credential Result
data class GetCredentialResult(val credentialType: String, val displayName: String, val id: String, val name: String, val systemData: SystemDataResponse, val type: String)
The test base credential resource.
Constructors
Link copied to clipboard
fun GetCredentialResult(credentialType: String, displayName: String, id: String, name: String, systemData: SystemDataResponse, type: String)