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