Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Gets the access control policy for a resource. May be empty if no such policy or resource exists.
See: Compute Engine API Reference for compute.images.getIamPolicy
.
Synopsis
- type ImagesGetIAMPolicyResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("global" :> ("images" :> (Capture "resource" Text :> ("getIamPolicy" :> (QueryParam "alt" AltJSON :> Get '[JSON] Policy))))))))
- imagesGetIAMPolicy :: Text -> Text -> ImagesGetIAMPolicy
- data ImagesGetIAMPolicy
- igipProject :: Lens' ImagesGetIAMPolicy Text
- igipResource :: Lens' ImagesGetIAMPolicy Text
REST Resource
type ImagesGetIAMPolicyResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("global" :> ("images" :> (Capture "resource" Text :> ("getIamPolicy" :> (QueryParam "alt" AltJSON :> Get '[JSON] Policy)))))))) Source #
A resource alias for compute.images.getIamPolicy
method which the
ImagesGetIAMPolicy
request conforms to.
Creating a Request
Creates a value of ImagesGetIAMPolicy
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ImagesGetIAMPolicy Source #
Gets the access control policy for a resource. May be empty if no such policy or resource exists.
See: imagesGetIAMPolicy
smart constructor.
Instances
Request Lenses
igipProject :: Lens' ImagesGetIAMPolicy Text Source #
Project ID for this request.
igipResource :: Lens' ImagesGetIAMPolicy Text Source #
Name or id of the resource for this request.