OrganizationRequestedit

A request to create or update an organization

Propertiesedit

billing_contacts (array[string])
The list of contacts for billing notifications
default_disk_usage_alerts_enabled (boolean)
Whether the default disk alerts are enabled
name (string)
The organization's friendly name
notifications_allowed_email_domains (array[string])
The list of allowed domains for notification-email recipients
operational_contacts (array[string])
The list of contacts for operational notifications

Exampleedit

{
   "billing_contacts" : [
      "string"
   ],
   "default_disk_usage_alerts_enabled" : true,
   "name" : "string",
   "notifications_allowed_email_domains" : [
      "string"
   ],
   "operational_contacts" : [
      "string"
   ]
}