| 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 |
Network.Google.Resource.BigQuery.Projects.GetServiceAccount
Description
Returns the email address of the service account for your project used for interactions with Google Cloud KMS.
See: BigQuery API Reference for bigquery.projects.getServiceAccount.
Synopsis
- type ProjectsGetServiceAccountResource = "bigquery" :> ("v2" :> ("projects" :> (Capture "projectId" Text :> ("serviceAccount" :> (QueryParam "alt" AltJSON :> Get '[JSON] GetServiceAccountResponse)))))
- projectsGetServiceAccount :: Text -> ProjectsGetServiceAccount
- data ProjectsGetServiceAccount
- pgsaProjectId :: Lens' ProjectsGetServiceAccount Text
REST Resource
type ProjectsGetServiceAccountResource = "bigquery" :> ("v2" :> ("projects" :> (Capture "projectId" Text :> ("serviceAccount" :> (QueryParam "alt" AltJSON :> Get '[JSON] GetServiceAccountResponse))))) Source #
A resource alias for bigquery.projects.getServiceAccount method which the
ProjectsGetServiceAccount request conforms to.
Creating a Request
projectsGetServiceAccount Source #
Arguments
| :: Text | |
| -> ProjectsGetServiceAccount |
Creates a value of ProjectsGetServiceAccount with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsGetServiceAccount Source #
Returns the email address of the service account for your project used for interactions with Google Cloud KMS.
See: projectsGetServiceAccount smart constructor.
Instances
Request Lenses
pgsaProjectId :: Lens' ProjectsGetServiceAccount Text Source #
Project ID for which the service account is requested.