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