List Registry Credentials Result
data class ListRegistryCredentialsResult(val passwords: List<RegistryPasswordResponse>? = null, val username: String? = null)
The response from the ListCredentials operation.
The response from the ListCredentials operation.