Security Services Args
data class SecurityServicesArgs(val antiSpywareProfile: Output<String>? = null, val antiVirusProfile: Output<String>? = null, val dnsSubscription: Output<String>? = null, val fileBlockingProfile: Output<String>? = null, val outboundTrustCertificate: Output<String>? = null, val outboundUnTrustCertificate: Output<String>? = null, val urlFilteringProfile: Output<String>? = null, val vulnerabilityProfile: Output<String>? = null) : ConvertibleToJava<SecurityServicesArgs>
security services
Constructors
Link copied to clipboard
constructor(antiSpywareProfile: Output<String>? = null, antiVirusProfile: Output<String>? = null, dnsSubscription: Output<String>? = null, fileBlockingProfile: Output<String>? = null, outboundTrustCertificate: Output<String>? = null, outboundUnTrustCertificate: Output<String>? = null, urlFilteringProfile: Output<String>? = null, vulnerabilityProfile: Output<String>? = null)
Properties
Link copied to clipboard
Anti spyware Profile data
Link copied to clipboard
anti virus profile data
Link copied to clipboard
DNS Subscription profile data
Link copied to clipboard
File blocking profile data
Link copied to clipboard
Trusted Egress Decryption profile data
Link copied to clipboard
Untrusted Egress Decryption profile data
Link copied to clipboard
URL filtering profile data
Link copied to clipboard
IPs Vulnerability Profile Data