Is there a way to create organizations programmatically in GCP using gcloud command or an API. I have several small orgs under which there are departments and then teams and finally products(projects). I wanted to have clean inheritance for security policies, standards, shared storage which could be defined at top level and applied across projects and also I wanted to have billing metrics at org level, so that it can be easily tracked where the spending is going..
GCP create organization from command line or through API
326 Views Asked by user1614862 At
1
There are 1 best solutions below
Related Questions in GOOGLE-CLOUD-PLATFORM
- Google Logging API - What service name to use when writing entries from non-Google application?
- Custom exception message from google endpoints exception
- Unable to connect database of lamp instance from servlet running on tomcat instance of google cloud
- How to launch a Jar file using Spark on hadoop
- Google Cloud Bigtable Durability/Availability Guarantees
- How do I add a startup script to an existing VM from the developer console?
- What is the difference between an Instance and an Instance group
- How do i change files using ftp in google cloud?
- How to update all machines in an instance group on Google Cloud Platform?
- Setting up freeswitch server on Google cloud compute
- Google Cloud Endpoints: verifyToken: Signature length not correct
- Google Cloud BigTable connection setup time
- How GCE HTTP Cross-Region Load Balancing implemented
- Google Cloud Bigtable compression
- Google cloud SDK code to execute via cron
Related Questions in GOOGLE-CLOUD-STORAGE
- Google Cloud Storage sort directory by name
- Creating a scalable database for android app | cloud hosted
- Reading/writing to Google Storage from Google Compute Windows 2008 VM
- Reading PlayStore csv review files from Google storage bucket using Java App Engine
- How to update ACL of a file in Google Cloud Storage using Java API
- How do i change files using ftp in google cloud?
- Downloading files from Google Cloud Bucket onto Google Compuete Engine Instance Startup (.NET)
- Google Cloud Storage: FATAL Alert:BAD_CERTIFICATE - A corrupt or unuseable certificate was received
- Google Cloud Storage authentication: restrict permissions without creating additional Google Accounts
- Where is the retrying logic in the Google Cloud Storage go client?
- Google Storage Incorrect Authorization Header with Amazon S3 PHP SDK v3
- Upload a file via google cloud Endpoints to google cloud Storage via Android Client
- Map tasks with input from Cloud Storage use only one worker
- How to Create Google Cloud Storage Signed Urls on App Engine Python
- Password protect site hosted on Google Cloud Storage
Related Questions in GOOGLE-CLOUD-BILLING
- GCP Delete Compute Engine - VM Instances - without enabling the billing
- sort GCP billing data by metadata tags
- How do I disable Billing Account Creation for my organization on Google Cloud Platform?
- How to you start using cloud in a non-tech savvy company?
- Google Cloud Platform free trial billing
- How do I set a cost limit in Google Developers Console
- How can I get the budget id for a Google Cloud project
- Get SKUs information from Google Cloud Billing API in BigQuery
- Android app is crashing due to disabled google cloud billing account
- Could I use Gift Card for Google Cloud Platform?
- How to create a team on a single GCP billing account, without providing a domain?
- how to get the current google resource price programmatically?
- How to cancel free trial for my Google Cloud Platform account?
- GCP Billing Account Suspicious Activity
- When are GCP secrets accessed using Cloud Functions
Related Questions in CLOUD-SECURITY
- Ensure that App Engine applications enforce HTTPS connections
- Aws config for Api security monitoring
- Google cloud load balancer dynamically adding backend buckets
- Google Cloud Function 403 for internal authenticated requests
- How To Export GCP Security Command Center Findings To BigQuery?
- AWS Config - Resource discovery stuck on "Your resources are being discovered"
- How to restrict/deny data access to an application system administrator
- User in an EC2 instance that’s assigned a S3 full access role can’t access S3
- GCP create organization from command line or through API
- xss-attack took place in our webapp hosted in Azure. How to find the IP address of the attacker Machine?
- what would happen to ServiceAccount when we switch from Fine grain to Uniform in Google cloud
- How to handle keys and credentials when deploying to Google Cloud Functions?
- Access Amazon S3 from a Java program
- Guardduty not able to detect attacks outside the Aws
- How do I ensure only my enterprise devices can sync from google drive sync or file stream
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Organization can be created only on console , although in the documentation for
gcloud organizationscommand description is:but there is no command for create.
Looking at your example I don't think that maintaining of several organization is good idea, as in another doc I found that:
Which, I understand, is meant to be only one.
However, I suggest to use concept of "folder" which is described here. This concept is designed to create organization structure, and there is both API and for creation of folders .