A list of Dns Authorization field names used to specify the order of the
returned results. The default sorting order is ascending. To specify
descending order for a field, add a suffix " desc".
The value returned by the last ListDnsAuthorizationsResponse. Indicates
that this is a continuation of a prior ListDnsAuthorizations call, and
that the system should return the next page of data.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis page provides reference documentation for the \u003ccode\u003eListDnsAuthorizationsRequest\u003c/code\u003e class within the Google Cloud Certificate Manager v1 API for .NET, with the latest version being 2.8.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListDnsAuthorizationsRequest\u003c/code\u003e class is used to request a list of DNS authorizations, and implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, \u003ccode\u003eIBufferMessage\u003c/code\u003e, and \u003ccode\u003eIPageRequest\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class allows filtering, ordering, and pagination of results through properties like \u003ccode\u003eFilter\u003c/code\u003e, \u003ccode\u003eOrderBy\u003c/code\u003e, \u003ccode\u003ePageSize\u003c/code\u003e, and \u003ccode\u003ePageToken\u003c/code\u003e, and it requires a \u003ccode\u003eParent\u003c/code\u003e property to specify the project and location.\u003c/p\u003e\n"],["\u003cp\u003eIt also contains an overide to the \u003ccode\u003eParent\u003c/code\u003e property called \u003ccode\u003eParentAsLocationName\u003c/code\u003e which provides a \u003ccode\u003eLocationName\u003c/code\u003e typed view over the resource name property.\u003c/p\u003e\n"],["\u003cp\u003eThere are multiple versions of this API available for usage with the earliest being 1.0.0-beta02, and the latest being 2.8.0.\u003c/p\u003e\n"]]],[],null,["# Certificate Manager v1 API - Class ListDnsAuthorizationsRequest (2.8.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.8.0 (latest)](/dotnet/docs/reference/Google.Cloud.CertificateManager.V1/latest/Google.Cloud.CertificateManager.V1.ListDnsAuthorizationsRequest)\n- [2.7.0](/dotnet/docs/reference/Google.Cloud.CertificateManager.V1/2.7.0/Google.Cloud.CertificateManager.V1.ListDnsAuthorizationsRequest)\n- [2.6.0](/dotnet/docs/reference/Google.Cloud.CertificateManager.V1/2.6.0/Google.Cloud.CertificateManager.V1.ListDnsAuthorizationsRequest)\n- [2.5.0](/dotnet/docs/reference/Google.Cloud.CertificateManager.V1/2.5.0/Google.Cloud.CertificateManager.V1.ListDnsAuthorizationsRequest)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.CertificateManager.V1/2.4.0/Google.Cloud.CertificateManager.V1.ListDnsAuthorizationsRequest)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.CertificateManager.V1/2.3.0/Google.Cloud.CertificateManager.V1.ListDnsAuthorizationsRequest)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.CertificateManager.V1/2.2.0/Google.Cloud.CertificateManager.V1.ListDnsAuthorizationsRequest)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.CertificateManager.V1/2.1.0/Google.Cloud.CertificateManager.V1.ListDnsAuthorizationsRequest)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.CertificateManager.V1/2.0.0/Google.Cloud.CertificateManager.V1.ListDnsAuthorizationsRequest)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.CertificateManager.V1/1.0.0-beta02/Google.Cloud.CertificateManager.V1.ListDnsAuthorizationsRequest) \n\n public sealed class ListDnsAuthorizationsRequest : IMessage\u003cListDnsAuthorizationsRequest\u003e, IEquatable\u003cListDnsAuthorizationsRequest\u003e, IDeepCloneable\u003cListDnsAuthorizationsRequest\u003e, IBufferMessage, IMessage, IPageRequest\n\nReference documentation and code samples for the Certificate Manager v1 API class ListDnsAuthorizationsRequest.\n\nRequest for the `ListDnsAuthorizations` method. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListDnsAuthorizationsRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListDnsAuthorizationsRequest](/dotnet/docs/reference/Google.Cloud.CertificateManager.V1/latest/Google.Cloud.CertificateManager.V1.ListDnsAuthorizationsRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListDnsAuthorizationsRequest](/dotnet/docs/reference/Google.Cloud.CertificateManager.V1/latest/Google.Cloud.CertificateManager.V1.ListDnsAuthorizationsRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListDnsAuthorizationsRequest](/dotnet/docs/reference/Google.Cloud.CertificateManager.V1/latest/Google.Cloud.CertificateManager.V1.ListDnsAuthorizationsRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html), [IPageRequest](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/PagedEnumerableCommon.cs) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.CertificateManager.V1](/dotnet/docs/reference/Google.Cloud.CertificateManager.V1/latest/Google.Cloud.CertificateManager.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.CertificateManager.V1.dll\n\nConstructors\n------------\n\n### ListDnsAuthorizationsRequest()\n\n public ListDnsAuthorizationsRequest()\n\n### ListDnsAuthorizationsRequest(ListDnsAuthorizationsRequest)\n\n public ListDnsAuthorizationsRequest(ListDnsAuthorizationsRequest other)\n\nProperties\n----------\n\n### Filter\n\n public string Filter { get; set; }\n\nFilter expression to restrict the Dns Authorizations returned.\n\n### OrderBy\n\n public string OrderBy { get; set; }\n\nA list of Dns Authorization field names used to specify the order of the\nreturned results. The default sorting order is ascending. To specify\ndescending order for a field, add a suffix `\" desc\"`.\n\n### PageSize\n\n public int PageSize { get; set; }\n\nMaximum number of dns authorizations to return per call.\n\n### PageToken\n\n public string PageToken { get; set; }\n\nThe value returned by the last `ListDnsAuthorizationsResponse`. Indicates\nthat this is a continuation of a prior `ListDnsAuthorizations` call, and\nthat the system should return the next page of data.\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. The project and location from which the dns authorizations should\nbe listed, specified in the format `projects/*/locations/*`.\n\n### ParentAsLocationName\n\n public LocationName ParentAsLocationName { get; set; }\n\n[LocationName](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax/ResourceNames/LocationName.cs)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.CertificateManager.V1/latest/Google.Cloud.CertificateManager.V1.ListDnsAuthorizationsRequest#Google_Cloud_CertificateManager_V1_ListDnsAuthorizationsRequest_Parent) resource name property."]]