MatchedPolicy

A policy that matched during evaluation, referenced by URI. The URI corresponds to a policy in the top-level policies list.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The statements within the policy that matched during the evaluation.

Link copied to clipboard
val uri: String

The URI of the policy. This cross-references an entry in the top-level policies list. The value depends on the policy type:

Functions

Link copied to clipboard
inline fun copy(block: MatchedPolicy.Builder.() -> Unit = {}): MatchedPolicy
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String