GetUserPoolResourceServerResult

data class GetUserPoolResourceServerResult(val id: String? = null, val name: String? = null, val scopes: List<UserPoolResourceServerResourceServerScopeType>? = null)

Constructors

Link copied to clipboard
constructor(id: String? = null, name: String? = null, scopes: List<UserPoolResourceServerResourceServerScopeType>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

The resource ID.

Link copied to clipboard
val name: String? = null

A friendly name for the resource server.

Link copied to clipboard

A list of scopes. Each scope is a map with keys ScopeName and ScopeDescription .