OrganizationPolicyListPolicyAllow

data class OrganizationPolicyListPolicyAllow(val all: Boolean? = null, val values: List<String>? = null)

Constructors

Link copied to clipboard
constructor(all: Boolean? = null, values: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val all: Boolean? = null

The policy allows or denies all values.

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

The policy can define specific values that are allowed or denied.