Get Access Rules Configuration
data class GetAccessRulesConfiguration(val target: String? = null, val value: String? = null) : ConvertibleToJava<GetAccessRulesConfiguration>
Properties
Link copied to clipboard
Defines the target value to search for in existing rules: an IP address, an IP address range, or a country code, depending on the provided configuration.target
. Notes: You can search for a single IPv4 address, an IP address range with a subnet of '/16' or '/24', or a two-letter ISO-3166-1 alpha-2 country code.