Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data ResourceServerScopeType Source #
A resource server scope.
See: newResourceServerScopeType
smart constructor.
ResourceServerScopeType' | |
|
Instances
newResourceServerScopeType Source #
:: Text | |
-> Text | |
-> ResourceServerScopeType |
Create a value of ResourceServerScopeType
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:scopeName:ResourceServerScopeType'
, resourceServerScopeType_scopeName
- The name of the scope.
$sel:scopeDescription:ResourceServerScopeType'
, resourceServerScopeType_scopeDescription
- A description of the scope.
resourceServerScopeType_scopeName :: Lens' ResourceServerScopeType Text Source #
The name of the scope.
resourceServerScopeType_scopeDescription :: Lens' ResourceServerScopeType Text Source #
A description of the scope.