UpdateResourceServerRequest

Types

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

Properties

Link copied to clipboard

A unique resource server identifier for the resource server. The identifier can be an API friendly name like solar-system-data. You can also set an API URL like https://solar-system-data-api.example.com as your identifier.

Link copied to clipboard
val name: String?

The updated name of the resource server.

Link copied to clipboard

An array of updated custom scope names and descriptions that you want to associate with your resource server.

Link copied to clipboard

The ID of the user pool that contains the resource server that you want to update.

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