gogol-useraccounts-0.0.1: Google Cloud User Accounts SDK.

Copyright(c) 2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.CloudUserAccounts.Linux.GetAuthorizedKeysView

Contents

Description

Returns a list of authorized public keys for a specific user account.

See: Cloud User Accounts API Reference for clouduseraccounts.linux.getAuthorizedKeysView.

Synopsis

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

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:

Request Lenses

lgakvZone :: Lens' LinuxGetAuthorizedKeysView Text Source

Name of the zone 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.