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
)
[required] The identifier associated with the organization for which the resource is updated.
[required] The identifier of the resource to be updated.
The identifier can accept ResourceId, Resourcename, or email. The following identity formats are available:
Resource ID: r-0123456789a0123456789b0123456789
Email address: resource@domain.tld
Resource name: resource
The name of the resource to be updated.
The resource's booking options to be updated.
Updates the resource description.
Updates the resource type.
If enabled, the resource is hidden from the global address list.