AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the ListResourceDelegates operation. Lists the delegates associated with a resource. Users and groups can be resource delegates and answer requests on behalf of the resource.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.WorkMail.AmazonWorkMailRequest
      Amazon.WorkMail.Model.ListResourceDelegatesRequest

Namespace: Amazon.WorkMail.Model
Assembly: AWSSDK.WorkMail.dll
Version: 3.x.y.z

Syntax

C#
public class ListResourceDelegatesRequest : AmazonWorkMailRequest
         IAmazonWebServiceRequest

The ListResourceDelegatesRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The number of maximum results in a page.

Public Property NextToken System.String

Gets and sets the property NextToken.

The token used to paginate through the delegates associated with a resource.

Public Property OrganizationId System.String

Gets and sets the property OrganizationId.

The identifier for the organization that contains the resource for which delegates are listed.

Public Property ResourceId System.String

Gets and sets the property ResourceId.

The identifier for the resource whose delegates are listed.

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

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5