Learn R Programming

paws.end.user.computing (version 0.9.0)

workmail_create_resource: Creates a new WorkMail resource

Description

Creates a new WorkMail resource.

See https://www.paws-r-sdk.com/docs/workmail_create_resource/ for full documentation.

Usage

workmail_create_resource(
  OrganizationId,
  Name,
  Type,
  Description = NULL,
  HiddenFromGlobalAddressList = NULL
)

Arguments

OrganizationId

[required] The identifier associated with the organization for which the resource is created.

Name

[required] The name of the new resource.

Type

[required] The type of the new resource. The available types are equipment and room.

Description

Resource description.

HiddenFromGlobalAddressList

If this parameter is enabled, the resource will be hidden from the address book.