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_tunnel.zones.instances.setIamPolicy
.
Synopsis
- type ProjectsIapTunnelZonesInstancesSetIAMPolicyResource = "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))))))))
- projectsIapTunnelZonesInstancesSetIAMPolicy :: SetIAMPolicyRequest -> Text -> ProjectsIapTunnelZonesInstancesSetIAMPolicy
- data ProjectsIapTunnelZonesInstancesSetIAMPolicy
- pitzisipXgafv :: Lens' ProjectsIapTunnelZonesInstancesSetIAMPolicy (Maybe Xgafv)
- pitzisipUploadProtocol :: Lens' ProjectsIapTunnelZonesInstancesSetIAMPolicy (Maybe Text)
- pitzisipAccessToken :: Lens' ProjectsIapTunnelZonesInstancesSetIAMPolicy (Maybe Text)
- pitzisipUploadType :: Lens' ProjectsIapTunnelZonesInstancesSetIAMPolicy (Maybe Text)
- pitzisipPayload :: Lens' ProjectsIapTunnelZonesInstancesSetIAMPolicy SetIAMPolicyRequest
- pitzisipResource :: Lens' ProjectsIapTunnelZonesInstancesSetIAMPolicy Text
- pitzisipCallback :: Lens' ProjectsIapTunnelZonesInstancesSetIAMPolicy (Maybe Text)
REST Resource
type ProjectsIapTunnelZonesInstancesSetIAMPolicyResource = "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_tunnel.zones.instances.setIamPolicy
method which the
ProjectsIapTunnelZonesInstancesSetIAMPolicy
request conforms to.
Creating a Request
projectsIapTunnelZonesInstancesSetIAMPolicy Source #
Creates a value of ProjectsIapTunnelZonesInstancesSetIAMPolicy
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsIapTunnelZonesInstancesSetIAMPolicy 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: projectsIapTunnelZonesInstancesSetIAMPolicy
smart constructor.
Instances
Request Lenses
pitzisipXgafv :: Lens' ProjectsIapTunnelZonesInstancesSetIAMPolicy (Maybe Xgafv) Source #
V1 error format.
pitzisipUploadProtocol :: Lens' ProjectsIapTunnelZonesInstancesSetIAMPolicy (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
pitzisipAccessToken :: Lens' ProjectsIapTunnelZonesInstancesSetIAMPolicy (Maybe Text) Source #
OAuth access token.
pitzisipUploadType :: Lens' ProjectsIapTunnelZonesInstancesSetIAMPolicy (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
pitzisipPayload :: Lens' ProjectsIapTunnelZonesInstancesSetIAMPolicy SetIAMPolicyRequest Source #
Multipart request metadata.
pitzisipResource :: Lens' ProjectsIapTunnelZonesInstancesSetIAMPolicy Text Source #
REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field.