CreateKeyRequest

Types

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

Properties

Link copied to clipboard

An optional description for the API key resource.

Link copied to clipboard

The optional timestamp for when the API key resource will expire in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ. One of NoExpiry or ExpireTime must be set.

Link copied to clipboard

A custom name for the API key resource.

Link copied to clipboard

Optionally set to true to set no expiration time for the API key. One of NoExpiry or ExpireTime must be set.

Link copied to clipboard

The API key restrictions for the API key resource.

Link copied to clipboard

Applies one or more tags to the map resource. A tag is a key-value pair that helps manage, identify, search, and filter your resources by labelling them.

Functions

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