Update Subscription
shield_update_subscription | R Documentation |
Updates the details of an existing subscription¶
Description¶
Updates the details of an existing subscription. Only enter values for parameters you want to change. Empty parameters are not updated.
For accounts that are members of an Organizations organization, Shield Advanced subscriptions are billed against the organization's payer account, regardless of whether the payer account itself is subscribed.
Usage¶
shield_update_subscription(AutoRenew)
Arguments¶
AutoRenew |
When you initally create a subscription, |
Value¶
An empty list.
Request syntax¶
svc$update_subscription(
AutoRenew = "ENABLED"|"DISABLED"
)