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