PosturePolicySetPolicyConstraintOrgPolicyConstraintCustomPolicyRuleValues

data class PosturePolicySetPolicyConstraintOrgPolicyConstraintCustomPolicyRuleValues(val allowedValues: List<String>? = null, val deniedValues: List<String>? = null)

Constructors

constructor(allowedValues: List<String>? = null, deniedValues: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val allowedValues: List<String>? = null

List of values allowed at this resource.

Link copied to clipboard
val deniedValues: List<String>? = null

List of values denied at this resource.