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.disks.getIamPolicy
.
Synopsis
- type DisksGetIAMPolicyResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("zones" :> (Capture "zone" Text :> ("disks" :> (Capture "resource" Text :> ("getIamPolicy" :> (QueryParam "alt" AltJSON :> Get '[JSON] Policy)))))))))
- disksGetIAMPolicy :: Text -> Text -> Text -> DisksGetIAMPolicy
- data DisksGetIAMPolicy
- dgipProject :: Lens' DisksGetIAMPolicy Text
- dgipZone :: Lens' DisksGetIAMPolicy Text
- dgipResource :: Lens' DisksGetIAMPolicy Text
REST Resource
type DisksGetIAMPolicyResource = "compute" :> ("v1" :> ("projects" :> (Capture "project" Text :> ("zones" :> (Capture "zone" Text :> ("disks" :> (Capture "resource" Text :> ("getIamPolicy" :> (QueryParam "alt" AltJSON :> Get '[JSON] Policy))))))))) Source #
A resource alias for compute.disks.getIamPolicy
method which the
DisksGetIAMPolicy
request conforms to.
Creating a Request
Creates a value of DisksGetIAMPolicy
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DisksGetIAMPolicy Source #
Gets the access control policy for a resource. May be empty if no such policy or resource exists.
See: disksGetIAMPolicy
smart constructor.
Instances
Request Lenses
dgipProject :: Lens' DisksGetIAMPolicy Text Source #
Project ID for this request.
dgipResource :: Lens' DisksGetIAMPolicy Text Source #
Name or id of the resource for this request.