ApiKeyRestrictions

API Restrictions on the allowed actions, resources, and referers for an API key resource.

Types

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

Properties

Link copied to clipboard

A list of allowed actions that an API key resource grants permissions to perform. You must have at least one action for each type of resource. For example, if you have a place resource, you must include at least one place action.

Link copied to clipboard

An optional list of allowed HTTP referers for which requests must originate from. Requests using this API key from other domains will not be allowed.

Link copied to clipboard

A list of allowed resource ARNs that a API key bearer can perform actions on.

Functions

Link copied to clipboard
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