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.getIamPolicy
.
Synopsis
- type GetIAMPolicyResource = "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))))))))
- getIAMPolicy :: GetIAMPolicyRequest -> Text -> GetIAMPolicy
- data GetIAMPolicy
- gipXgafv :: Lens' GetIAMPolicy (Maybe Xgafv)
- gipUploadProtocol :: Lens' GetIAMPolicy (Maybe Text)
- gipAccessToken :: Lens' GetIAMPolicy (Maybe Text)
- gipUploadType :: Lens' GetIAMPolicy (Maybe Text)
- gipPayload :: Lens' GetIAMPolicy GetIAMPolicyRequest
- gipResource :: Lens' GetIAMPolicy Text
- gipCallback :: Lens' GetIAMPolicy (Maybe Text)
REST Resource
type GetIAMPolicyResource = "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.getIamPolicy
method which the
GetIAMPolicy
request conforms to.
Creating a Request
Creates a value of GetIAMPolicy
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data GetIAMPolicy 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: getIAMPolicy
smart constructor.
Instances
Request Lenses
gipUploadProtocol :: Lens' GetIAMPolicy (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
gipAccessToken :: Lens' GetIAMPolicy (Maybe Text) Source #
OAuth access token.
gipUploadType :: Lens' GetIAMPolicy (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
gipPayload :: Lens' GetIAMPolicy GetIAMPolicyRequest Source #
Multipart request metadata.
gipResource :: Lens' GetIAMPolicy Text Source #
REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field.
gipCallback :: Lens' GetIAMPolicy (Maybe Text) Source #
JSONP