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 ListAuthorizers operation. Lists the authorizers registered in your account.

Requires permission to access the ListAuthorizers action.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.IoT.AmazonIoTRequest
      Amazon.IoT.Model.ListAuthorizersRequest

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

Syntax

C#
public class ListAuthorizersRequest : AmazonIoTRequest
         IAmazonWebServiceRequest

The ListAuthorizersRequest type exposes the following members

Constructors

NameDescription
Public Method ListAuthorizersRequest()

Properties

NameTypeDescription
Public Property AscendingOrder System.Boolean

Gets and sets the property AscendingOrder.

Return the list of authorizers in ascending alphabetical order.

Public Property Marker System.String

Gets and sets the property Marker.

A marker used to get the next set of results.

Public Property PageSize System.Int32

Gets and sets the property PageSize.

The maximum number of results to return at one time.

Public Property Status Amazon.IoT.AuthorizerStatus

Gets and sets the property Status.

The status of the list authorizers request.

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