TCognitoIdentityProviderUpdateResourceServerRequest
Class in AWS.CognitoIdentityProvider
UpdateResourceServer request class.
Important: If you don't provide a value for an attribute, it will be set to the default value.
Ancestors
Properties
Identifier
property Identifier: string
Name
property Name: string
Scopes
property Scopes: TList<ICognitoIdentityProviderResourceServerScopeType>
Type: ICognitoIdentityProviderResourceServerScopeType
UserPoolId
property UserPoolId: string
Constructors
Create
constructor Create(const AUserPoolId, AIdentifier, AName: string);
Constructor for TCognitoIdentityProviderUpdateResourceServerRequest.
Parameters
| Name | Description |
|---|---|
AUserPoolId | Specify the ID of the user pool. |
AIdentifier | Specify the identifier of the resource server. |
AName | Specify a name for the resource server. |