PermissionConstraintResponse

data class PermissionConstraintResponse(val key: String, val values: List<String>)

Custom constraint that specifies a key and a list of allowed values for Istio attributes.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String

Key of the constraint.

Link copied to clipboard

A list of allowed values.