View source: R/organizations_operations.R
organizations_enable_policy_type | R Documentation |
Enables a policy type in a root. After you enable a policy type in a root, you can attach policies of that type to the root, any organizational unit (OU), or account in that root. You can undo this by using the disable_policy_type
operation.
See https://www.paws-r-sdk.com/docs/organizations_enable_policy_type/ for full documentation.
organizations_enable_policy_type(RootId, PolicyType)
RootId |
[required] The unique identifier (ID) of the root in which you want to enable a
policy type. You can get the ID from the
The regex pattern for a root ID string requires "r-" followed by from 4 to 32 lowercase letters or digits. |
PolicyType |
[required] The policy type that you want to enable. You can specify one of the following values: |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.