GetOrganizationPolicyListPolicyAllow

data class GetOrganizationPolicyListPolicyAllow(val all: Boolean, val values: List<String>)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The policy allows or denies all values.

Link copied to clipboard

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