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 an 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.getIamPolicy
.
Synopsis
- type ProjectsIapWebServicesGetIAMPolicyResource = "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))))))))
- projectsIapWebServicesGetIAMPolicy :: GetIAMPolicyRequest -> Text -> ProjectsIapWebServicesGetIAMPolicy
- data ProjectsIapWebServicesGetIAMPolicy
- piwsgipXgafv :: Lens' ProjectsIapWebServicesGetIAMPolicy (Maybe Xgafv)
- piwsgipUploadProtocol :: Lens' ProjectsIapWebServicesGetIAMPolicy (Maybe Text)
- piwsgipAccessToken :: Lens' ProjectsIapWebServicesGetIAMPolicy (Maybe Text)
- piwsgipUploadType :: Lens' ProjectsIapWebServicesGetIAMPolicy (Maybe Text)
- piwsgipPayload :: Lens' ProjectsIapWebServicesGetIAMPolicy GetIAMPolicyRequest
- piwsgipResource :: Lens' ProjectsIapWebServicesGetIAMPolicy Text
- piwsgipCallback :: Lens' ProjectsIapWebServicesGetIAMPolicy (Maybe Text)
REST Resource
type ProjectsIapWebServicesGetIAMPolicyResource = "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 iap.projects.iap_web.services.getIamPolicy
method which the
ProjectsIapWebServicesGetIAMPolicy
request conforms to.
Creating a Request
projectsIapWebServicesGetIAMPolicy Source #
Creates a value of ProjectsIapWebServicesGetIAMPolicy
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsIapWebServicesGetIAMPolicy Source #
Gets the access control policy for an 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: projectsIapWebServicesGetIAMPolicy
smart constructor.
Instances
Request Lenses
piwsgipXgafv :: Lens' ProjectsIapWebServicesGetIAMPolicy (Maybe Xgafv) Source #
V1 error format.
piwsgipUploadProtocol :: Lens' ProjectsIapWebServicesGetIAMPolicy (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
piwsgipAccessToken :: Lens' ProjectsIapWebServicesGetIAMPolicy (Maybe Text) Source #
OAuth access token.
piwsgipUploadType :: Lens' ProjectsIapWebServicesGetIAMPolicy (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
piwsgipPayload :: Lens' ProjectsIapWebServicesGetIAMPolicy GetIAMPolicyRequest Source #
Multipart request metadata.
piwsgipResource :: Lens' ProjectsIapWebServicesGetIAMPolicy Text Source #
REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field.