Policy List Policy
data class PolicyListPolicy(val allow: PolicyListPolicyAllow? = null, val deny: PolicyListPolicyDeny? = null, val inheritFromParent: Boolean? = null, val suggestedValue: String? = null)
Constructors
Link copied to clipboard
fun PolicyListPolicy(allow: PolicyListPolicyAllow? = null, deny: PolicyListPolicyDeny? = null, inheritFromParent: Boolean? = null, suggestedValue: String? = null)