Update Root Domain Unit Owner
| datazone_update_root_domain_unit_owner | R Documentation |
Updates the owner of the root domain unit¶
Description¶
Updates the owner of the root domain unit.
Usage¶
datazone_update_root_domain_unit_owner(domainIdentifier, currentOwner,
newOwner, clientToken)
Arguments¶
domainIdentifier |
[required] The ID of the domain where the root domain unit owner is to be updated. |
currentOwner |
[required] The current owner of the root domain unit. |
newOwner |
[required] The new owner of the root domain unit. |
clientToken |
A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided. |
Value¶
An empty list.
Request syntax¶
svc$update_root_domain_unit_owner(
domainIdentifier = "string",
currentOwner = "string",
newOwner = "string",
clientToken = "string"
)