View source: R/workmail_operations.R
workmail_update_resource | R Documentation |
Updates data for the resource. To have the latest information, it must be preceded by a describe_resource
call. The dataset in the request should be the one expected when performing another describe_resource
call.
See https://www.paws-r-sdk.com/docs/workmail_update_resource/ for full documentation.
workmail_update_resource(
OrganizationId,
ResourceId,
Name = NULL,
BookingOptions = NULL,
Description = NULL,
Type = NULL,
HiddenFromGlobalAddressList = NULL
)
OrganizationId |
[required] The identifier associated with the organization for which the resource is updated. |
ResourceId |
[required] The identifier of the resource to be updated. The identifier can accept ResourceId, Resourcename, or email. The following identity formats are available:
|
Name |
The name of the resource to be updated. |
BookingOptions |
The resource's booking options to be updated. |
Description |
Updates the resource description. |
Type |
Updates the resource type. |
HiddenFromGlobalAddressList |
If enabled, the resource is hidden from the global address list. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.