UpdateKeyRequest

Types

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

Properties

Link copied to clipboard

Updates the description for the API key resource.

Link copied to clipboard

Updates the timestamp for when the API key resource will expire in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.

Link copied to clipboard

The boolean flag to be included for updating ExpireTime or Restrictions details.

Link copied to clipboard

The name of the API key resource to update.

Link copied to clipboard

Whether the API key should expire. Set to true to set the API key to have no expiration time.

Link copied to clipboard

Updates the API key restrictions for the API key resource.

Functions

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