GetSecurityPolicyPlainArgs

data class GetSecurityPolicyPlainArgs(val name: String, val type: SecurityPolicyType) : ConvertibleToJava<GetSecurityPolicyPlainArgs>

Constructors

Link copied to clipboard
constructor(name: String, type: SecurityPolicyType)

Properties

Link copied to clipboard

The name of the policy

Link copied to clipboard

The type of security policy. Can be either encryption or network .

Functions

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