Projects Functions
object ProjectsFunctions
Functions
Link copied to clipboard
Retrieves the current IAM policy data for a project.
suspend fun getIamPolicy(argument: suspend GetIamPolicyPlainArgsBuilder.() -> Unit): GetIamPolicyResult
Link copied to clipboard
suspend fun getOrganizationPolicy(argument: GetOrganizationPolicyPlainArgs): GetOrganizationPolicyResult
Allows management of Organization policies for a Google Project. For more information see [the official
suspend fun getOrganizationPolicy(argument: suspend GetOrganizationPolicyPlainArgsBuilder.() -> Unit): GetOrganizationPolicyResult
Link copied to clipboard
Retrieve information about a set of projects based on a filter. See the REST API for more details.
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(argument: suspend GetProjectServicePlainArgsBuilder.() -> Unit): GetProjectServiceResult