GetClientTokenPlainArgs

data class GetClientTokenPlainArgs(val endpoint: String? = null) : ConvertibleToJava<GetClientTokenPlainArgs>

Constructors

Link copied to clipboard
constructor(endpoint: String? = null)

Properties

Link copied to clipboard
val endpoint: String? = null

Optional authentication endpoint. Defaults to the endpoint of Azure Resource Manager.

Functions

Link copied to clipboard
open override fun toJava(): GetClientTokenPlainArgs