Denied

class Denied

Contains information that denied the authorization.

Types

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

Properties

Link copied to clipboard

Information that explicitly denies the authorization.

Link copied to clipboard

Information that implicitly denies the authorization. When a policy doesn't explicitly deny or allow an action on a resource it is considered an implicit deny.

Functions

Link copied to clipboard
inline fun copy(block: Denied.Builder.() -> Unit = {}): Denied
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