workmail_list_mobile_device_access_overrides: Lists all the mobile device access overrides for any given...

View source: R/workmail_operations.R

workmail_list_mobile_device_access_overridesR Documentation

Lists all the mobile device access overrides for any given combination of WorkMail organization, user, or device

Description

Lists all the mobile device access overrides for any given combination of WorkMail organization, user, or device.

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

Usage

workmail_list_mobile_device_access_overrides(
  OrganizationId,
  UserId = NULL,
  DeviceId = NULL,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

OrganizationId

[required] The WorkMail organization under which to list mobile device access overrides.

UserId

The WorkMail user under which you list the mobile device access overrides. Accepts the following types of user identities:

  • User ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234

  • Email address: user@domain.tld

  • User name: user

DeviceId

The mobile device to which the access override applies.

NextToken

The token to use to retrieve the next page of results. The first call does not require a token.

MaxResults

The maximum number of results to return in a single call.


paws.end.user.computing documentation built on Sept. 12, 2023, 1:17 a.m.