Class CfnUserPoolResourceServer.ResourceServerScopeTypeProperty
A resource server scope.
public class CfnUserPoolResourceServer.ResourceServerScopeTypeProperty : CfnUserPoolResourceServer.IResourceServerScopeTypeProperty
- Inheritance
-
CfnUserPoolResourceServer.ResourceServerScopeTypeProperty
- Implements
- Inherited Members
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
Constructors
ResourceServerScopeTypeProperty()
public ResourceServerScopeTypeProperty()
Properties
ScopeDescription
A description of the scope.
public string ScopeDescription { get; set; }
Property Value
Remarks
ScopeName
The name of the scope.
public string ScopeName { get; set; }