organizations_describe_organizational_unit {paws.management} | R Documentation |
Retrieves information about an organizational unit (OU)
Description
Retrieves information about an organizational unit (OU).
See https://www.paws-r-sdk.com/docs/organizations_describe_organizational_unit/ for full documentation.
Usage
organizations_describe_organizational_unit(OrganizationalUnitId)
Arguments
OrganizationalUnitId |
[required] The unique identifier (ID) of the organizational unit that you want
details about. You can get the ID from the
The regex pattern for an organizational unit ID string requires "ou-" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second "-" dash and from 8 to 32 additional lowercase letters or digits. |
[Package paws.management version 0.9.0 Index]