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 specified SSL certificate.
See: App Engine Admin API Reference for appengine.apps.authorizedCertificates.get
.
Synopsis
- type AppsAuthorizedCertificatesGetResource = "v1" :> ("apps" :> (Capture "appsId" Text :> ("authorizedCertificates" :> (Capture "authorizedCertificatesId" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "view" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] AuthorizedCertificate)))))))))))
- appsAuthorizedCertificatesGet :: Text -> Text -> AppsAuthorizedCertificatesGet
- data AppsAuthorizedCertificatesGet
- aacgAuthorizedCertificatesId :: Lens' AppsAuthorizedCertificatesGet Text
- aacgXgafv :: Lens' AppsAuthorizedCertificatesGet (Maybe Xgafv)
- aacgUploadProtocol :: Lens' AppsAuthorizedCertificatesGet (Maybe Text)
- aacgAccessToken :: Lens' AppsAuthorizedCertificatesGet (Maybe Text)
- aacgUploadType :: Lens' AppsAuthorizedCertificatesGet (Maybe Text)
- aacgAppsId :: Lens' AppsAuthorizedCertificatesGet Text
- aacgView :: Lens' AppsAuthorizedCertificatesGet (Maybe Text)
- aacgCallback :: Lens' AppsAuthorizedCertificatesGet (Maybe Text)
REST Resource
type AppsAuthorizedCertificatesGetResource = "v1" :> ("apps" :> (Capture "appsId" Text :> ("authorizedCertificates" :> (Capture "authorizedCertificatesId" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "view" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] AuthorizedCertificate))))))))))) Source #
A resource alias for appengine.apps.authorizedCertificates.get
method which the
AppsAuthorizedCertificatesGet
request conforms to.
Creating a Request
appsAuthorizedCertificatesGet Source #
Creates a value of AppsAuthorizedCertificatesGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data AppsAuthorizedCertificatesGet Source #
Gets the specified SSL certificate.
See: appsAuthorizedCertificatesGet
smart constructor.
Instances
Request Lenses
aacgAuthorizedCertificatesId :: Lens' AppsAuthorizedCertificatesGet Text Source #
Part of `name`. See documentation of `appsId`.
aacgUploadProtocol :: Lens' AppsAuthorizedCertificatesGet (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
aacgAccessToken :: Lens' AppsAuthorizedCertificatesGet (Maybe Text) Source #
OAuth access token.
aacgUploadType :: Lens' AppsAuthorizedCertificatesGet (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
aacgAppsId :: Lens' AppsAuthorizedCertificatesGet Text Source #
Part of `name`. Name of the resource requested. Example: apps/myapp/authorizedCertificates/12345.
aacgView :: Lens' AppsAuthorizedCertificatesGet (Maybe Text) Source #
Controls the set of fields returned in the GET response.
aacgCallback :: Lens' AppsAuthorizedCertificatesGet (Maybe Text) Source #
JSONP