Interface CfnUserPoolResourceServer.IResourceServerScopeTypeProperty
A resource server scope.
public interface CfnUserPoolResourceServer.IResourceServerScopeTypeProperty
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Cognito;
var resourceServerScopeTypeProperty = new ResourceServerScopeTypeProperty {
ScopeDescription = "scopeDescription",
ScopeName = "scopeName"
};
Remarks
ExampleMetadata: fixture=_generated
Properties
ScopeDescription
A description of the scope.
string ScopeDescription { get; }
Property Value
Remarks
ScopeName
The name of the scope.
string ScopeName { get; }