ImplicitDeny

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

Types

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

Properties

Link copied to clipboard

Policies that don't contain a matching allow or deny statement for the specified action on the specified resource.

Functions

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