Principal Response
data class PrincipalResponse(val condition: String, val groups: List<String>, val ips: List<String>, val namespaces: List<String>, val notGroups: List<String>, val notIps: List<String>, val notNamespaces: List<String>, val notUsers: List<String>, val properties: Map<String, String>, val users: List<String>)
Deprecated All fields defined in a principal are ANDed.
Constructors
Properties
Link copied to clipboard
The namespaces. Exact match, prefix match, and suffix match are supported.
Link copied to clipboard
Negate of namespaces. Specifies exclusions.
Link copied to clipboard
A map of Istio attribute to expected values. Exact match, prefix match, and suffix match are supported for values. For example, request.headers[version]: "v1"
. The properties are ANDed together.