gogol-storage-0.0.1: Google Cloud Storage JSON 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.Storage.ObjectAccessControls.List

Contents

Description

Retrieves ACL entries on the specified object.

See: Cloud Storage JSON API Reference for storage.objectAccessControls.list.

Synopsis

REST Resource

type ObjectAccessControlsListResource = "storage" :> ("v1" :> ("b" :> (Capture "bucket" Text :> ("o" :> (Capture "object" Text :> ("acl" :> (QueryParam "generation" (Textual Int64) :> (QueryParam "alt" AltJSON :> Get `[JSON]` ObjectAccessControls)))))))) Source

A resource alias for storage.objectAccessControls.list method which the ObjectAccessControlsList request conforms to.

Creating a Request

objectAccessControlsList Source

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

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

Request Lenses

oaclObject :: Lens' ObjectAccessControlsList Text Source

Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.

oaclGeneration :: Lens' ObjectAccessControlsList (Maybe Int64) Source

If present, selects a specific revision of this object (as opposed to the latest version, the default).