Cloudresourcemanager_v1Functions

Functions

Link copied to clipboard
suspend fun getLien(argument: GetLienPlainArgs): GetLienResult

Retrieve a Lien by name. Callers of this method will require permission on the parent resource. For example, a Lien with a parent of projects/1234 requires permission resourcemanager.projects.get

suspend fun getLien(lienId: String): GetLienResult
suspend fun getLien(argument: suspend GetLienPlainArgsBuilder.() -> Unit): GetLienResult
Link copied to clipboard

Gets the access control policy for an Organization resource. May be empty if no such policy or resource exists. The resource field should be the organization's resource name, e.g. "organizations/123". Authorization requires the Google IAM permission resourcemanager.organizations.getIamPolicy on the specified organization

Link copied to clipboard

Retrieves the Project identified by the specified project_id (for example, my-project-123). The caller must have read permissions for this Project.

suspend fun getProject(project: String? = null): GetProjectResult
suspend fun getProject(argument: suspend GetProjectPlainArgsBuilder.() -> Unit): GetProjectResult
Link copied to clipboard

Returns the IAM access control policy for the specified Project. Permission is denied if the policy or the resource does not exist. Authorization requires the Google IAM permission resourcemanager.projects.getIamPolicy on the project. For additional information about resource (e.g. my-project-id) structure and identification, see Resource Names.