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 Identity-Aware Proxy protected resource. More information about managing access via IAP can be found at: https://cloud.google.com/iap/docs/managing-access#managing_access_via_the_api
See: Cloud Identity-Aware Proxy API Reference for iap.projects.iap_web.services.testIamPermissions
.
Synopsis
- type ProjectsIapWebServicesTestIAMPermissionsResource = "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))))))))
- projectsIapWebServicesTestIAMPermissions :: TestIAMPermissionsRequest -> Text -> ProjectsIapWebServicesTestIAMPermissions
- data ProjectsIapWebServicesTestIAMPermissions
- piwstipXgafv :: Lens' ProjectsIapWebServicesTestIAMPermissions (Maybe Xgafv)
- piwstipUploadProtocol :: Lens' ProjectsIapWebServicesTestIAMPermissions (Maybe Text)
- piwstipAccessToken :: Lens' ProjectsIapWebServicesTestIAMPermissions (Maybe Text)
- piwstipUploadType :: Lens' ProjectsIapWebServicesTestIAMPermissions (Maybe Text)
- piwstipPayload :: Lens' ProjectsIapWebServicesTestIAMPermissions TestIAMPermissionsRequest
- piwstipResource :: Lens' ProjectsIapWebServicesTestIAMPermissions Text
- piwstipCallback :: Lens' ProjectsIapWebServicesTestIAMPermissions (Maybe Text)
REST Resource
type ProjectsIapWebServicesTestIAMPermissionsResource = "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 iap.projects.iap_web.services.testIamPermissions
method which the
ProjectsIapWebServicesTestIAMPermissions
request conforms to.
Creating a Request
projectsIapWebServicesTestIAMPermissions Source #
Creates a value of ProjectsIapWebServicesTestIAMPermissions
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsIapWebServicesTestIAMPermissions Source #
Returns permissions that a caller has on the Identity-Aware Proxy protected resource. More information about managing access via IAP can be found at: https://cloud.google.com/iap/docs/managing-access#managing_access_via_the_api
See: projectsIapWebServicesTestIAMPermissions
smart constructor.
Instances
Request Lenses
piwstipXgafv :: Lens' ProjectsIapWebServicesTestIAMPermissions (Maybe Xgafv) Source #
V1 error format.
piwstipUploadProtocol :: Lens' ProjectsIapWebServicesTestIAMPermissions (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
piwstipAccessToken :: Lens' ProjectsIapWebServicesTestIAMPermissions (Maybe Text) Source #
OAuth access token.
piwstipUploadType :: Lens' ProjectsIapWebServicesTestIAMPermissions (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
piwstipPayload :: Lens' ProjectsIapWebServicesTestIAMPermissions TestIAMPermissionsRequest Source #
Multipart request metadata.
piwstipResource :: Lens' ProjectsIapWebServicesTestIAMPermissions Text Source #
REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field.