UsernamePasswordCredentialsResponse

data class UsernamePasswordCredentialsResponse(val password: String, val type: String, val username: String)

Username and password credentials.

Constructors

Link copied to clipboard
constructor(password: String, type: String, username: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Password to be presented as part of the credentials. It is recommended that this value is parameterized as a secret string in order to prevent this value to be returned as part of the resource on API requests.

Link copied to clipboard

The discriminator for derived types. Expected value is '#Microsoft.VideoAnalyzer.UsernamePasswordCredentials'.

Link copied to clipboard

Username to be presented as part of the credentials.