PublicKeyList

A list of public keys that you can use with signed URLs and signed cookies, or with field-level encryption.

Types

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

Properties

Link copied to clipboard

A list of public keys.

Link copied to clipboard

The maximum number of public keys you want in the response.

Link copied to clipboard

If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your public keys where you left off.

Link copied to clipboard

The number of public keys in the list.

Functions

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