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 |
Get the email address of this project's Google Cloud Storage service account.
See: Cloud Storage JSON API Reference for storage.projects.serviceAccount.get
.
Synopsis
- type ProjectsServiceAccountGetResource = "storage" :> ("v1" :> ("projects" :> (Capture "projectId" Text :> ("serviceAccount" :> (QueryParam "userProject" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ServiceAccount))))))
- projectsServiceAccountGet :: Text -> ProjectsServiceAccountGet
- data ProjectsServiceAccountGet
- psagUserProject :: Lens' ProjectsServiceAccountGet (Maybe Text)
- psagProjectId :: Lens' ProjectsServiceAccountGet Text
REST Resource
type ProjectsServiceAccountGetResource = "storage" :> ("v1" :> ("projects" :> (Capture "projectId" Text :> ("serviceAccount" :> (QueryParam "userProject" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ServiceAccount)))))) Source #
A resource alias for storage.projects.serviceAccount.get
method which the
ProjectsServiceAccountGet
request conforms to.
Creating a Request
projectsServiceAccountGet Source #
Creates a value of ProjectsServiceAccountGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsServiceAccountGet Source #
Get the email address of this project's Google Cloud Storage service account.
See: projectsServiceAccountGet
smart constructor.
Instances
Request Lenses
psagUserProject :: Lens' ProjectsServiceAccountGet (Maybe Text) Source #
The project to be billed for this request.
psagProjectId :: Lens' ProjectsServiceAccountGet Text Source #
Project ID