View source: R/organizations_operations.R
organizations_create_organizational_unit | R Documentation |
Creates an organizational unit (OU) within a root or parent OU. An OU is a container for accounts that enables you to organize your accounts to apply policies according to your business requirements. The number of levels deep that you can nest OUs is dependent upon the policy types enabled for that root. For service control policies, the limit is five.
See https://www.paws-r-sdk.com/docs/organizations_create_organizational_unit/ for full documentation.
organizations_create_organizational_unit(ParentId, Name, Tags = NULL)
ParentId |
[required] The unique identifier (ID) of the parent root or OU that you want to create the new OU in. The regex pattern for a parent ID string requires one of the following:
|
Name |
[required] The friendly name to assign to the new OU. |
Tags |
A list of tags that you want to attach to the newly created OU. For each
tag in the list, you must specify both a tag key and a value. You can
set the value to an empty string, but you can't set it to If any one of the tags is not valid or if you exceed the allowed number of tags for an OU, then the entire request fails and the OU is not created. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.