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 |
Lists all SSL certificates the user is authorized to administer.
See: App Engine Admin API Reference for appengine.apps.authorizedCertificates.list
.
Synopsis
- type AppsAuthorizedCertificatesListResource = "v1" :> ("apps" :> (Capture "appsId" Text :> ("authorizedCertificates" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "view" Text :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListAuthorizedCertificatesResponse))))))))))))
- appsAuthorizedCertificatesList :: Text -> AppsAuthorizedCertificatesList
- data AppsAuthorizedCertificatesList
- aaclXgafv :: Lens' AppsAuthorizedCertificatesList (Maybe Xgafv)
- aaclUploadProtocol :: Lens' AppsAuthorizedCertificatesList (Maybe Text)
- aaclAccessToken :: Lens' AppsAuthorizedCertificatesList (Maybe Text)
- aaclUploadType :: Lens' AppsAuthorizedCertificatesList (Maybe Text)
- aaclAppsId :: Lens' AppsAuthorizedCertificatesList Text
- aaclView :: Lens' AppsAuthorizedCertificatesList (Maybe Text)
- aaclPageToken :: Lens' AppsAuthorizedCertificatesList (Maybe Text)
- aaclPageSize :: Lens' AppsAuthorizedCertificatesList (Maybe Int32)
- aaclCallback :: Lens' AppsAuthorizedCertificatesList (Maybe Text)
REST Resource
type AppsAuthorizedCertificatesListResource = "v1" :> ("apps" :> (Capture "appsId" Text :> ("authorizedCertificates" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "view" Text :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListAuthorizedCertificatesResponse)))))))))))) Source #
A resource alias for appengine.apps.authorizedCertificates.list
method which the
AppsAuthorizedCertificatesList
request conforms to.
Creating a Request
appsAuthorizedCertificatesList Source #
Creates a value of AppsAuthorizedCertificatesList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data AppsAuthorizedCertificatesList Source #
Lists all SSL certificates the user is authorized to administer.
See: appsAuthorizedCertificatesList
smart constructor.
Instances
Request Lenses
aaclUploadProtocol :: Lens' AppsAuthorizedCertificatesList (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
aaclAccessToken :: Lens' AppsAuthorizedCertificatesList (Maybe Text) Source #
OAuth access token.
aaclUploadType :: Lens' AppsAuthorizedCertificatesList (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
aaclAppsId :: Lens' AppsAuthorizedCertificatesList Text Source #
Part of `parent`. Name of the parent Application resource. Example: apps/myapp.
aaclView :: Lens' AppsAuthorizedCertificatesList (Maybe Text) Source #
Controls the set of fields returned in the LIST response.
aaclPageToken :: Lens' AppsAuthorizedCertificatesList (Maybe Text) Source #
Continuation token for fetching the next page of results.
aaclPageSize :: Lens' AppsAuthorizedCertificatesList (Maybe Int32) Source #
Maximum results to return per page.
aaclCallback :: Lens' AppsAuthorizedCertificatesList (Maybe Text) Source #
JSONP