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 specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.
See: Cloud Pub/Sub API Reference for pubsub.projects.subscriptions.testIamPermissions
.
Synopsis
- type ProjectsSubscriptionsTestIAMPermissionsResource = "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))))))))
- projectsSubscriptionsTestIAMPermissions :: TestIAMPermissionsRequest -> Text -> ProjectsSubscriptionsTestIAMPermissions
- data ProjectsSubscriptionsTestIAMPermissions
- pstiampXgafv :: Lens' ProjectsSubscriptionsTestIAMPermissions (Maybe Xgafv)
- pstiampUploadProtocol :: Lens' ProjectsSubscriptionsTestIAMPermissions (Maybe Text)
- pstiampAccessToken :: Lens' ProjectsSubscriptionsTestIAMPermissions (Maybe Text)
- pstiampUploadType :: Lens' ProjectsSubscriptionsTestIAMPermissions (Maybe Text)
- pstiampPayload :: Lens' ProjectsSubscriptionsTestIAMPermissions TestIAMPermissionsRequest
- pstiampResource :: Lens' ProjectsSubscriptionsTestIAMPermissions Text
- pstiampCallback :: Lens' ProjectsSubscriptionsTestIAMPermissions (Maybe Text)
REST Resource
type ProjectsSubscriptionsTestIAMPermissionsResource = "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 pubsub.projects.subscriptions.testIamPermissions
method which the
ProjectsSubscriptionsTestIAMPermissions
request conforms to.
Creating a Request
projectsSubscriptionsTestIAMPermissions Source #
Creates a value of ProjectsSubscriptionsTestIAMPermissions
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsSubscriptionsTestIAMPermissions Source #
Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.
See: projectsSubscriptionsTestIAMPermissions
smart constructor.
Instances
Request Lenses
pstiampXgafv :: Lens' ProjectsSubscriptionsTestIAMPermissions (Maybe Xgafv) Source #
V1 error format.
pstiampUploadProtocol :: Lens' ProjectsSubscriptionsTestIAMPermissions (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
pstiampAccessToken :: Lens' ProjectsSubscriptionsTestIAMPermissions (Maybe Text) Source #
OAuth access token.
pstiampUploadType :: Lens' ProjectsSubscriptionsTestIAMPermissions (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
pstiampPayload :: Lens' ProjectsSubscriptionsTestIAMPermissions TestIAMPermissionsRequest Source #
Multipart request metadata.
pstiampResource :: Lens' ProjectsSubscriptionsTestIAMPermissions Text Source #
REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field.