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 |
Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.
See: Cloud Dataproc API Reference for dataproc.projects.regions.operations.testIamPermissions
.
Synopsis
- type ProjectsRegionsOperationsTestIAMPermissionsResource = "v1" :> (CaptureMode "resource" "testIamPermissions" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] TestIAMPermissionsRequest :> Post '[JSON] TestIAMPermissionsResponse))))))))
- projectsRegionsOperationsTestIAMPermissions :: TestIAMPermissionsRequest -> Text -> ProjectsRegionsOperationsTestIAMPermissions
- data ProjectsRegionsOperationsTestIAMPermissions
- protipXgafv :: Lens' ProjectsRegionsOperationsTestIAMPermissions (Maybe Xgafv)
- protipUploadProtocol :: Lens' ProjectsRegionsOperationsTestIAMPermissions (Maybe Text)
- protipAccessToken :: Lens' ProjectsRegionsOperationsTestIAMPermissions (Maybe Text)
- protipUploadType :: Lens' ProjectsRegionsOperationsTestIAMPermissions (Maybe Text)
- protipPayload :: Lens' ProjectsRegionsOperationsTestIAMPermissions TestIAMPermissionsRequest
- protipResource :: Lens' ProjectsRegionsOperationsTestIAMPermissions Text
- protipCallback :: Lens' ProjectsRegionsOperationsTestIAMPermissions (Maybe Text)
REST Resource
type ProjectsRegionsOperationsTestIAMPermissionsResource = "v1" :> (CaptureMode "resource" "testIamPermissions" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] TestIAMPermissionsRequest :> Post '[JSON] TestIAMPermissionsResponse)))))))) Source #
A resource alias for dataproc.projects.regions.operations.testIamPermissions
method which the
ProjectsRegionsOperationsTestIAMPermissions
request conforms to.
Creating a Request
projectsRegionsOperationsTestIAMPermissions Source #
Creates a value of ProjectsRegionsOperationsTestIAMPermissions
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsRegionsOperationsTestIAMPermissions Source #
Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.
See: projectsRegionsOperationsTestIAMPermissions
smart constructor.
Instances
Request Lenses
protipXgafv :: Lens' ProjectsRegionsOperationsTestIAMPermissions (Maybe Xgafv) Source #
V1 error format.
protipUploadProtocol :: Lens' ProjectsRegionsOperationsTestIAMPermissions (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
protipAccessToken :: Lens' ProjectsRegionsOperationsTestIAMPermissions (Maybe Text) Source #
OAuth access token.
protipUploadType :: Lens' ProjectsRegionsOperationsTestIAMPermissions (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
protipPayload :: Lens' ProjectsRegionsOperationsTestIAMPermissions TestIAMPermissionsRequest Source #
Multipart request metadata.
protipResource :: Lens' ProjectsRegionsOperationsTestIAMPermissions Text Source #
REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field.