Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ResourceServerScopeType

import type { ResourceServerScopeType } from "https://aws-api.deno.dev/v0.4/services/cognitoidentityserviceprovider.ts?docs=full";

A resource server scope.

interface ResourceServerScopeType {
ScopeDescription: string;
ScopeName: string;
}

§Properties

§
ScopeDescription: string
[src]

A description of the scope.

§
ScopeName: string
[src]

The name of the scope.