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 |
Returns a list of authorized public keys for a specific user account.
See: Cloud User Accounts API Reference for clouduseraccounts.linux.getAuthorizedKeysView
.
- type LinuxGetAuthorizedKeysViewResource = "clouduseraccounts" :> ("beta" :> ("projects" :> (Capture "project" Text :> ("zones" :> (Capture "zone" Text :> ("authorizedKeysView" :> (Capture "user" Text :> (QueryParam "instance" Text :> (QueryParam "login" Bool :> (QueryParam "alt" AltJSON :> Post '[JSON] LinuxGetAuthorizedKeysViewResponse))))))))))
- linuxGetAuthorizedKeysView :: Text -> Text -> Text -> Text -> LinuxGetAuthorizedKeysView
- data LinuxGetAuthorizedKeysView
- lgakvProject :: Lens' LinuxGetAuthorizedKeysView Text
- lgakvZone :: Lens' LinuxGetAuthorizedKeysView Text
- lgakvUser :: Lens' LinuxGetAuthorizedKeysView Text
- lgakvLogin :: Lens' LinuxGetAuthorizedKeysView (Maybe Bool)
- lgakvInstance :: Lens' LinuxGetAuthorizedKeysView Text
REST Resource
type LinuxGetAuthorizedKeysViewResource = "clouduseraccounts" :> ("beta" :> ("projects" :> (Capture "project" Text :> ("zones" :> (Capture "zone" Text :> ("authorizedKeysView" :> (Capture "user" Text :> (QueryParam "instance" Text :> (QueryParam "login" Bool :> (QueryParam "alt" AltJSON :> Post '[JSON] LinuxGetAuthorizedKeysViewResponse)))))))))) Source #
A resource alias for clouduseraccounts.linux.getAuthorizedKeysView
method which the
LinuxGetAuthorizedKeysView
request conforms to.
Creating a Request
linuxGetAuthorizedKeysView Source #
:: Text | |
-> Text | |
-> Text | |
-> Text | |
-> LinuxGetAuthorizedKeysView |
Creates a value of LinuxGetAuthorizedKeysView
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data LinuxGetAuthorizedKeysView Source #
Returns a list of authorized public keys for a specific user account.
See: linuxGetAuthorizedKeysView
smart constructor.
Request Lenses
lgakvProject :: Lens' LinuxGetAuthorizedKeysView Text Source #
Project ID for this request.
lgakvUser :: Lens' LinuxGetAuthorizedKeysView Text Source #
The user account for which you want to get a list of authorized public keys.
lgakvLogin :: Lens' LinuxGetAuthorizedKeysView (Maybe Bool) Source #
Whether the view was requested as part of a user-initiated login.
lgakvInstance :: Lens' LinuxGetAuthorizedKeysView Text Source #
The fully-qualified URL of the virtual machine requesting the view.