Aad Authentication Parameters Response
data class AadAuthenticationParametersResponse(val aadAudience: String? = null, val aadIssuer: String? = null, val aadTenant: String? = null)
AAD Vpn authentication type related parameters.
Constructors
Link copied to clipboard
fun AadAuthenticationParametersResponse(aadAudience: String? = null, aadIssuer: String? = null, aadTenant: String? = null)