NonResourcePolicyRule is a predicate that matches non-resource requests according to their verb and the target non-resource URL.
A NonResourcePolicyRule matches a request if and only if both (a) at least one member of verbs matches the request and (b) at least one member of nonResourceURLs matches the request.
verbs is a list of matching verbs and may not be empty.
verbs
"*" matches all verbs. If it is present, it must be the only entry. Required.
nonResourceURLs is a set of url prefixes that a user should have access to and may not be empty.
nonResourceURLs
For example:
Returns the class of this.
this
Returns a string representation of this.
This method is used to convert the values of string interpolation expressions to strings.
Returns this |> transform if this is non-null, and null otherwise.
this |> transform
null
This method is the complement of the ?? operator and the equivalent of an Option type's map and flatMap methods.
??
Option
map
flatMap
Tells if this object has a property with the given name.
name
Returns the value of the property with the given name.
Throws if a property with this name does not exist.
Returns null if a property with this name does not exist.
Converts this object to a Dynamic object.
Dynamic
Converts this object to a Map.
Map
NonResourcePolicyRule is a predicate that matches non-resource requests according to their verb and the target non-resource URL.