View source: R/organizations_operations.R
organizations_detach_policy | R Documentation |
Detaches a policy from a target root, organizational unit (OU), or account.
See https://www.paws-r-sdk.com/docs/organizations_detach_policy/ for full documentation.
organizations_detach_policy(PolicyId, TargetId)
PolicyId |
[required] The unique identifier (ID) of the policy you want to detach. You can get
the ID from the The regex pattern for a policy ID string requires "p-" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_). |
TargetId |
[required] The unique identifier (ID) of the root, OU, or account that you want to
detach the policy from. You can get the ID from the
The regex pattern for a target ID string requires one of the following:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.