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 Machine Learning Engine Reference for ml.projects.models.testIamPermissions
.
Synopsis
- type ProjectsModelsTestIAMPermissionsResource = "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] GoogleIAMV1__TestIAMPermissionsRequest :> Post '[JSON] GoogleIAMV1__TestIAMPermissionsResponse))))))))
- projectsModelsTestIAMPermissions :: GoogleIAMV1__TestIAMPermissionsRequest -> Text -> ProjectsModelsTestIAMPermissions
- data ProjectsModelsTestIAMPermissions
- pmtipXgafv :: Lens' ProjectsModelsTestIAMPermissions (Maybe Xgafv)
- pmtipUploadProtocol :: Lens' ProjectsModelsTestIAMPermissions (Maybe Text)
- pmtipAccessToken :: Lens' ProjectsModelsTestIAMPermissions (Maybe Text)
- pmtipUploadType :: Lens' ProjectsModelsTestIAMPermissions (Maybe Text)
- pmtipPayload :: Lens' ProjectsModelsTestIAMPermissions GoogleIAMV1__TestIAMPermissionsRequest
- pmtipResource :: Lens' ProjectsModelsTestIAMPermissions Text
- pmtipCallback :: Lens' ProjectsModelsTestIAMPermissions (Maybe Text)
REST Resource
type ProjectsModelsTestIAMPermissionsResource = "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] GoogleIAMV1__TestIAMPermissionsRequest :> Post '[JSON] GoogleIAMV1__TestIAMPermissionsResponse)))))))) Source #
A resource alias for ml.projects.models.testIamPermissions
method which the
ProjectsModelsTestIAMPermissions
request conforms to.
Creating a Request
projectsModelsTestIAMPermissions Source #
Creates a value of ProjectsModelsTestIAMPermissions
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsModelsTestIAMPermissions 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: projectsModelsTestIAMPermissions
smart constructor.
Instances
Request Lenses
pmtipXgafv :: Lens' ProjectsModelsTestIAMPermissions (Maybe Xgafv) Source #
V1 error format.
pmtipUploadProtocol :: Lens' ProjectsModelsTestIAMPermissions (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
pmtipAccessToken :: Lens' ProjectsModelsTestIAMPermissions (Maybe Text) Source #
OAuth access token.
pmtipUploadType :: Lens' ProjectsModelsTestIAMPermissions (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
pmtipPayload :: Lens' ProjectsModelsTestIAMPermissions GoogleIAMV1__TestIAMPermissionsRequest Source #
Multipart request metadata.
pmtipResource :: Lens' ProjectsModelsTestIAMPermissions Text Source #
REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field.