Class AuthorizationPolicyRule
Matches requests from a list of sources that perform a list of operations subject to a list of conditions. A match occurs when at least one source, one operation and all conditions matches the request. An empty rule is always matched.
Namespace: Neon.Kube.Resources.Istio
Assembly: Neon.Kube.Resources.dll
Syntax
public class AuthorizationPolicyRule
Constructors
AuthorizationPolicyRule()
Constructor.
Declaration
public AuthorizationPolicyRule()