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. Returns an empty policy if the resource exists and does not have a policy set.
See: Cloud Dataproc API Reference for dataproc.projects.regions.operations.getIamPolicy
.
Synopsis
- type ProjectsRegionsOperationsGetIAMPolicyResource = "v1" :> (CaptureMode "resource" "getIamPolicy" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] GetIAMPolicyRequest :> Post '[JSON] Policy))))))))
- projectsRegionsOperationsGetIAMPolicy :: GetIAMPolicyRequest -> Text -> ProjectsRegionsOperationsGetIAMPolicy
- data ProjectsRegionsOperationsGetIAMPolicy
- progipXgafv :: Lens' ProjectsRegionsOperationsGetIAMPolicy (Maybe Xgafv)
- progipUploadProtocol :: Lens' ProjectsRegionsOperationsGetIAMPolicy (Maybe Text)
- progipAccessToken :: Lens' ProjectsRegionsOperationsGetIAMPolicy (Maybe Text)
- progipUploadType :: Lens' ProjectsRegionsOperationsGetIAMPolicy (Maybe Text)
- progipPayload :: Lens' ProjectsRegionsOperationsGetIAMPolicy GetIAMPolicyRequest
- progipResource :: Lens' ProjectsRegionsOperationsGetIAMPolicy Text
- progipCallback :: Lens' ProjectsRegionsOperationsGetIAMPolicy (Maybe Text)
REST Resource
type ProjectsRegionsOperationsGetIAMPolicyResource = "v1" :> (CaptureMode "resource" "getIamPolicy" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] GetIAMPolicyRequest :> Post '[JSON] Policy)))))))) Source #
A resource alias for dataproc.projects.regions.operations.getIamPolicy
method which the
ProjectsRegionsOperationsGetIAMPolicy
request conforms to.
Creating a Request
projectsRegionsOperationsGetIAMPolicy Source #
Creates a value of ProjectsRegionsOperationsGetIAMPolicy
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsRegionsOperationsGetIAMPolicy Source #
Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
See: projectsRegionsOperationsGetIAMPolicy
smart constructor.
Instances
Request Lenses
progipXgafv :: Lens' ProjectsRegionsOperationsGetIAMPolicy (Maybe Xgafv) Source #
V1 error format.
progipUploadProtocol :: Lens' ProjectsRegionsOperationsGetIAMPolicy (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
progipAccessToken :: Lens' ProjectsRegionsOperationsGetIAMPolicy (Maybe Text) Source #
OAuth access token.
progipUploadType :: Lens' ProjectsRegionsOperationsGetIAMPolicy (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
progipPayload :: Lens' ProjectsRegionsOperationsGetIAMPolicy GetIAMPolicyRequest Source #
Multipart request metadata.
progipResource :: Lens' ProjectsRegionsOperationsGetIAMPolicy Text Source #
REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field.