AccessApplicationPolicyIncludeGeoArgs

data class AccessApplicationPolicyIncludeGeoArgs(val countryCode: Output<String>) : ConvertibleToJava<AccessApplicationPolicyIncludeGeoArgs>

Constructors

Link copied to clipboard
constructor(countryCode: Output<String>)

Properties

Link copied to clipboard
val countryCode: Output<String>

The country code that should be matched.

Functions

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