gogol-deploymentmanager-0.4.0: Google Cloud Deployment Manager 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.DeploymentManager.Deployments.GetIAMPolicy

Contents

Description

Gets the access control policy for a resource. May be empty if no such policy or resource exists.

See: Google Cloud Deployment Manager API Reference for deploymentmanager.deployments.getIamPolicy.

Synopsis

REST Resource

type DeploymentsGetIAMPolicyResource = "deploymentmanager" :> ("v2" :> ("projects" :> (Capture "project" Text :> ("global" :> ("deployments" :> (Capture "resource" Text :> ("getIamPolicy" :> (QueryParam "alt" AltJSON :> Get '[JSON] Policy)))))))) Source #

A resource alias for deploymentmanager.deployments.getIamPolicy method which the DeploymentsGetIAMPolicy request conforms to.

Creating a Request

deploymentsGetIAMPolicy Source #

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

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

data DeploymentsGetIAMPolicy Source #

Gets the access control policy for a resource. May be empty if no such policy or resource exists.

See: deploymentsGetIAMPolicy smart constructor.

Instances
Eq DeploymentsGetIAMPolicy Source # 
Instance details

Defined in Network.Google.Resource.DeploymentManager.Deployments.GetIAMPolicy

Data DeploymentsGetIAMPolicy Source # 
Instance details

Defined in Network.Google.Resource.DeploymentManager.Deployments.GetIAMPolicy

Methods

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

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

toConstr :: DeploymentsGetIAMPolicy -> Constr #

dataTypeOf :: DeploymentsGetIAMPolicy -> DataType #

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

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

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

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

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

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

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

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

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

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

Show DeploymentsGetIAMPolicy Source # 
Instance details

Defined in Network.Google.Resource.DeploymentManager.Deployments.GetIAMPolicy

Generic DeploymentsGetIAMPolicy Source # 
Instance details

Defined in Network.Google.Resource.DeploymentManager.Deployments.GetIAMPolicy

Associated Types

type Rep DeploymentsGetIAMPolicy :: Type -> Type #

GoogleRequest DeploymentsGetIAMPolicy Source # 
Instance details

Defined in Network.Google.Resource.DeploymentManager.Deployments.GetIAMPolicy

type Rep DeploymentsGetIAMPolicy Source # 
Instance details

Defined in Network.Google.Resource.DeploymentManager.Deployments.GetIAMPolicy

type Rep DeploymentsGetIAMPolicy = D1 (MetaData "DeploymentsGetIAMPolicy" "Network.Google.Resource.DeploymentManager.Deployments.GetIAMPolicy" "gogol-deploymentmanager-0.4.0-1FvxHucO1CjAgqyDzotDSh" False) (C1 (MetaCons "DeploymentsGetIAMPolicy'" PrefixI True) (S1 (MetaSel (Just "_dgipProject") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_dgipResource") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Scopes DeploymentsGetIAMPolicy Source # 
Instance details

Defined in Network.Google.Resource.DeploymentManager.Deployments.GetIAMPolicy

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

Defined in Network.Google.Resource.DeploymentManager.Deployments.GetIAMPolicy

Request Lenses

dgipProject :: Lens' DeploymentsGetIAMPolicy Text Source #

Project ID for this request.

dgipResource :: Lens' DeploymentsGetIAMPolicy Text Source #

Name or id of the resource for this request.