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 |
Sets the access control policy for an Identity-Aware Proxy protected resource. Replaces any existing policy. 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.setIamPolicy
.
Synopsis
- type ProjectsIapWebServicesSetIAMPolicyResource = "v1" :> (CaptureMode "resource" "setIamPolicy" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] SetIAMPolicyRequest :> Post '[JSON] Policy))))))))
- projectsIapWebServicesSetIAMPolicy :: SetIAMPolicyRequest -> Text -> ProjectsIapWebServicesSetIAMPolicy
- data ProjectsIapWebServicesSetIAMPolicy
- piwssipXgafv :: Lens' ProjectsIapWebServicesSetIAMPolicy (Maybe Xgafv)
- piwssipUploadProtocol :: Lens' ProjectsIapWebServicesSetIAMPolicy (Maybe Text)
- piwssipAccessToken :: Lens' ProjectsIapWebServicesSetIAMPolicy (Maybe Text)
- piwssipUploadType :: Lens' ProjectsIapWebServicesSetIAMPolicy (Maybe Text)
- piwssipPayload :: Lens' ProjectsIapWebServicesSetIAMPolicy SetIAMPolicyRequest
- piwssipResource :: Lens' ProjectsIapWebServicesSetIAMPolicy Text
- piwssipCallback :: Lens' ProjectsIapWebServicesSetIAMPolicy (Maybe Text)
REST Resource
type ProjectsIapWebServicesSetIAMPolicyResource = "v1" :> (CaptureMode "resource" "setIamPolicy" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] SetIAMPolicyRequest :> Post '[JSON] Policy)))))))) Source #
A resource alias for iap.projects.iap_web.services.setIamPolicy
method which the
ProjectsIapWebServicesSetIAMPolicy
request conforms to.
Creating a Request
projectsIapWebServicesSetIAMPolicy Source #
Creates a value of ProjectsIapWebServicesSetIAMPolicy
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsIapWebServicesSetIAMPolicy Source #
Sets the access control policy for an Identity-Aware Proxy protected resource. Replaces any existing policy. 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: projectsIapWebServicesSetIAMPolicy
smart constructor.
Instances
Request Lenses
piwssipXgafv :: Lens' ProjectsIapWebServicesSetIAMPolicy (Maybe Xgafv) Source #
V1 error format.
piwssipUploadProtocol :: Lens' ProjectsIapWebServicesSetIAMPolicy (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
piwssipAccessToken :: Lens' ProjectsIapWebServicesSetIAMPolicy (Maybe Text) Source #
OAuth access token.
piwssipUploadType :: Lens' ProjectsIapWebServicesSetIAMPolicy (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
piwssipPayload :: Lens' ProjectsIapWebServicesSetIAMPolicy SetIAMPolicyRequest Source #
Multipart request metadata.
piwssipResource :: Lens' ProjectsIapWebServicesSetIAMPolicy Text Source #
REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field.