gogol-storage-0.3.0: Google Cloud Storage JSON SDK.

Copyright(c) 2015-2016 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:

data BucketAccessControlsGet Source #

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

See: bucketAccessControlsGet smart constructor.

Instances

Eq BucketAccessControlsGet Source # 
Data BucketAccessControlsGet Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> BucketAccessControlsGet -> c BucketAccessControlsGet #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c BucketAccessControlsGet #

toConstr :: BucketAccessControlsGet -> Constr #

dataTypeOf :: BucketAccessControlsGet -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c BucketAccessControlsGet) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c BucketAccessControlsGet) #

gmapT :: (forall b. Data b => b -> b) -> BucketAccessControlsGet -> BucketAccessControlsGet #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> BucketAccessControlsGet -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> BucketAccessControlsGet -> r #

gmapQ :: (forall d. Data d => d -> u) -> BucketAccessControlsGet -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> BucketAccessControlsGet -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> BucketAccessControlsGet -> m BucketAccessControlsGet #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> BucketAccessControlsGet -> m BucketAccessControlsGet #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> BucketAccessControlsGet -> m BucketAccessControlsGet #

Show BucketAccessControlsGet Source # 
Generic BucketAccessControlsGet Source # 
GoogleRequest BucketAccessControlsGet Source # 
type Rep BucketAccessControlsGet Source # 
type Rep BucketAccessControlsGet = D1 (MetaData "BucketAccessControlsGet" "Network.Google.Resource.Storage.BucketAccessControls.Get" "gogol-storage-0.3.0-DGwRnfj7WmaH5CaBqC8AR9" False) (C1 (MetaCons "BucketAccessControlsGet'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_bacgBucket") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_bacgEntity") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes BucketAccessControlsGet Source # 
type Scopes BucketAccessControlsGet = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ((:) Symbol "https://www.googleapis.com/auth/devstorage.full_control" ([] Symbol))
type Rs BucketAccessControlsGet Source # 

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.