Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Lists S/MIME configs for the specified send-as alias.
See: Gmail API Reference for gmail.users.settings.sendAs.smimeInfo.list
.
Synopsis
- type UsersSettingsSendAsSmimeInfoListResource = "gmail" :> ("v1" :> ("users" :> (Capture "userId" Text :> ("settings" :> ("sendAs" :> (Capture "sendAsEmail" Text :> ("smimeInfo" :> (QueryParam "alt" AltJSON :> Get '[JSON] ListSmimeInfoResponse))))))))
- usersSettingsSendAsSmimeInfoList :: Text -> UsersSettingsSendAsSmimeInfoList
- data UsersSettingsSendAsSmimeInfoList
- ussasilUserId :: Lens' UsersSettingsSendAsSmimeInfoList Text
- ussasilSendAsEmail :: Lens' UsersSettingsSendAsSmimeInfoList Text
REST Resource
type UsersSettingsSendAsSmimeInfoListResource = "gmail" :> ("v1" :> ("users" :> (Capture "userId" Text :> ("settings" :> ("sendAs" :> (Capture "sendAsEmail" Text :> ("smimeInfo" :> (QueryParam "alt" AltJSON :> Get '[JSON] ListSmimeInfoResponse)))))))) Source #
A resource alias for gmail.users.settings.sendAs.smimeInfo.list
method which the
UsersSettingsSendAsSmimeInfoList
request conforms to.
Creating a Request
usersSettingsSendAsSmimeInfoList Source #
Creates a value of UsersSettingsSendAsSmimeInfoList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data UsersSettingsSendAsSmimeInfoList Source #
Lists S/MIME configs for the specified send-as alias.
See: usersSettingsSendAsSmimeInfoList
smart constructor.
Instances
Request Lenses
ussasilUserId :: Lens' UsersSettingsSendAsSmimeInfoList Text Source #
The user's email address. The special value me can be used to indicate the authenticated user.
ussasilSendAsEmail :: Lens' UsersSettingsSendAsSmimeInfoList Text Source #
The email address that appears in the "From:" header for mail sent using this alias.