gogol-compute-0.5.0: Google Compute Engine 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.Compute.NetworkEndpointGroups.TestIAMPermissions

Contents

Description

Returns permissions that a caller has on the specified resource.

See: Compute Engine API Reference for compute.networkEndpointGroups.testIamPermissions.

Synopsis

REST Resource

type NetworkEndpointGroupsTestIAMPermissionsResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("zones" :> (Capture "zone" Text :> ("networkEndpointGroups" :> (Capture "resource" Text :> ("testIamPermissions" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] TestPermissionsRequest :> Post '[JSON] TestPermissionsResponse)))))))))) Source #

A resource alias for compute.networkEndpointGroups.testIamPermissions method which the NetworkEndpointGroupsTestIAMPermissions request conforms to.

Creating a Request

data NetworkEndpointGroupsTestIAMPermissions Source #

Returns permissions that a caller has on the specified resource.

See: networkEndpointGroupsTestIAMPermissions smart constructor.

Instances
Eq NetworkEndpointGroupsTestIAMPermissions Source # 
Instance details

Defined in Network.Google.Resource.Compute.NetworkEndpointGroups.TestIAMPermissions

Data NetworkEndpointGroupsTestIAMPermissions Source # 
Instance details

Defined in Network.Google.Resource.Compute.NetworkEndpointGroups.TestIAMPermissions

Methods

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

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

toConstr :: NetworkEndpointGroupsTestIAMPermissions -> Constr #

dataTypeOf :: NetworkEndpointGroupsTestIAMPermissions -> DataType #

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

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

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

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

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

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

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

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

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

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

Show NetworkEndpointGroupsTestIAMPermissions Source # 
Instance details

Defined in Network.Google.Resource.Compute.NetworkEndpointGroups.TestIAMPermissions

Generic NetworkEndpointGroupsTestIAMPermissions Source # 
Instance details

Defined in Network.Google.Resource.Compute.NetworkEndpointGroups.TestIAMPermissions

GoogleRequest NetworkEndpointGroupsTestIAMPermissions Source # 
Instance details

Defined in Network.Google.Resource.Compute.NetworkEndpointGroups.TestIAMPermissions

type Rep NetworkEndpointGroupsTestIAMPermissions Source # 
Instance details

Defined in Network.Google.Resource.Compute.NetworkEndpointGroups.TestIAMPermissions

type Rep NetworkEndpointGroupsTestIAMPermissions = D1 (MetaData "NetworkEndpointGroupsTestIAMPermissions" "Network.Google.Resource.Compute.NetworkEndpointGroups.TestIAMPermissions" "gogol-compute-0.5.0-COFx0B1aAnaBzgHFC8Y2g1" False) (C1 (MetaCons "NetworkEndpointGroupsTestIAMPermissions'" PrefixI True) ((S1 (MetaSel (Just "_negtipProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_negtipZone") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) :*: (S1 (MetaSel (Just "_negtipPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 TestPermissionsRequest) :*: S1 (MetaSel (Just "_negtipResource") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes NetworkEndpointGroupsTestIAMPermissions Source # 
Instance details

Defined in Network.Google.Resource.Compute.NetworkEndpointGroups.TestIAMPermissions

type Scopes NetworkEndpointGroupsTestIAMPermissions = "https://www.googleapis.com/auth/cloud-platform" ': ("https://www.googleapis.com/auth/compute" ': ("https://www.googleapis.com/auth/compute.readonly" ': ([] :: [Symbol])))
type Rs NetworkEndpointGroupsTestIAMPermissions Source # 
Instance details

Defined in Network.Google.Resource.Compute.NetworkEndpointGroups.TestIAMPermissions

Request Lenses

negtipZone :: Lens' NetworkEndpointGroupsTestIAMPermissions Text Source #

The name of the zone for this request.

negtipResource :: Lens' NetworkEndpointGroupsTestIAMPermissions Text Source #

Name or id of the resource for this request.