UserPoolResourceServerResourceServerScopeTypeArgs

data class UserPoolResourceServerResourceServerScopeTypeArgs(val scopeDescription: Output<String>, val scopeName: Output<String>) : ConvertibleToJava<UserPoolResourceServerResourceServerScopeTypeArgs>

Constructors

constructor(scopeDescription: Output<String>, scopeName: Output<String>)

Properties

Link copied to clipboard

A friendly description of a custom scope.

Link copied to clipboard
val scopeName: Output<String>

The name of the scope. Amazon Cognito renders custom scopes in the format resourceServerIdentifier/ScopeName . For example, if this parameter is exampleScope in the resource server with the identifier exampleResourceServer , you request and receive the scope exampleResourceServer/exampleScope .

Functions

Link copied to clipboard
open override fun toJava(): UserPoolResourceServerResourceServerScopeTypeArgs