ProjectsFunctions

Functions

Link copied to clipboard

Retrieves the current IAM policy data for a project.

suspend fun getIamPolicy(project: String): GetIamPolicyResult
Link copied to clipboard

Allows management of Organization policies for a Google Project. For more information see [the official

Link copied to clipboard

Retrieve information about a set of projects based on a filter. See the REST API for more details.

suspend fun getProject(filter: String): GetProjectResult
suspend fun getProject(argument: suspend GetProjectPlainArgsBuilder.() -> Unit): GetProjectResult
Link copied to clipboard

Verify the API service for the Google Cloud Platform project to see if it is enabled or not. For a list of services available, visit the API library page or run gcloud services list --available. This datasource requires the Service Usage API to use. To get more information about gcp.projects.Service, see:

suspend fun getProjectService(project: String? = null, service: String): GetProjectServiceResult