CreateResourceServerRequest
Types
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
A list of custom scopes. Each scope is a key-value map with the keys ScopeName
and ScopeDescription
. The name of a custom scope is a combination of ScopeName
and the resource server Name
in this request, for example MyResourceServerName/MyScopeName
.
Link copied to clipboard
The ID of the user pool where you want to create a resource server.
Functions
Link copied to clipboard
inline fun copy(block: CreateResourceServerRequest.Builder.() -> Unit = {}): CreateResourceServerRequest