package
1.22.0
Repository: https://github.com/sinmetal/gcpbox.git
Documentation: pkg.go.dev

# Functions

NewErrPermissionDenied is return ErrPermissionDenied.
NewResourceManagerService is return ResourceManagerService.
ValidateProjectIDFormat is ProjectIDのFormatを検証する ProjectIDは、6〜30文字の小文字、数字、またはハイフンの一意の文字列である必要があります。 文字で始める必要があり、末尾にハイフンを付けることはできません。 https://cloud.google.com/resource-manager/docs/creating-managing-projects?hl=en#before_you_begin 仕様上、googleなどの文字を含むものは利用できないが、なんのワードが禁止なのか分からないので、チェックしていない。.

# Variables

ErrPermissionDenied is 権限エラーの時に返す.

# Structs

Error is Error情報を保持する struct.
Folder: A Folder in an Organization's resource hierarchy, used to organize that Organization's resources.
IamMember is GCP IAMのMember struct.
Project: A Project is a high-level Google Cloud Platform entity.
ResourceId: A container to reference an id for any resource type.
No description provided by the author