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.Users.RemovePublicKey

Contents

Description

Removes the specified public key from the user.

See: Cloud User Accounts API Reference for clouduseraccounts.users.removePublicKey.

Synopsis

REST Resource

type UsersRemovePublicKeyResource = "clouduseraccounts" :> ("beta" :> ("projects" :> (Capture "project" Text :> ("global" :> ("users" :> (Capture "user" Text :> ("removePublicKey" :> (QueryParam "fingerprint" Text :> (QueryParam "alt" AltJSON :> Post `[JSON]` Operation))))))))) Source

A resource alias for clouduseraccounts.users.removePublicKey method which the UsersRemovePublicKey request conforms to.

Creating a Request

usersRemovePublicKey Source

Creates a value of UsersRemovePublicKey with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

urpkProject :: Lens' UsersRemovePublicKey Text Source

Project ID for this request.

urpkFingerprint :: Lens' UsersRemovePublicKey Text Source

The fingerprint of the public key to delete. Public keys are identified by their fingerprint, which is defined by RFC4716 to be the MD5 digest of the public key.

urpkUser :: Lens' UsersRemovePublicKey Text Source

Name of the user for this request.