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.BucketAccessControls.Get

Contents

Description

Returns the ACL entry for the specified entity on the specified bucket.

See: Cloud Storage JSON API Reference for storage.bucketAccessControls.get.

Synopsis

REST Resource

type BucketAccessControlsGetResource = "storage" :> ("v1" :> ("b" :> (Capture "bucket" Text :> ("acl" :> (Capture "entity" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` BucketAccessControl)))))) Source

A resource alias for storage.bucketAccessControls.get method which the BucketAccessControlsGet request conforms to.

Creating a Request

bucketAccessControlsGet Source

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

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

Request Lenses

bacgEntity :: Lens' BucketAccessControlsGet Text Source

The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.