public sealed class QueryAuditableServicesRequest : IMessage<QueryAuditableServicesRequest>, IEquatable<QueryAuditableServicesRequest>, IDeepCloneable<QueryAuditableServicesRequest>, IBufferMessage, IMessage
A request to get the list of auditable services for a resource.
Required. The full resource name to query from the list of auditable
services.
The name follows the Google Cloud Platform resource format.
For example, a Cloud Platform project with id my-project will be named
//cloudresourcemanager.googleapis.com/projects/my-project.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides documentation for the `QueryAuditableServicesRequest` class, which is used to request a list of auditable services for a specific resource."],["The latest version available is 2.4.0, and the class is part of the `Google.Cloud.Iam.Admin.V1` namespace in the Google.Cloud.Iam.Admin.V1.dll assembly, with version 2.0.0 highlighted on the page."],["The `QueryAuditableServicesRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["It includes a constructor to create an instance of `QueryAuditableServicesRequest` and also a copy constructor that accepts another `QueryAuditableServicesRequest` object as a parameter."],["The `FullResourceName` property allows setting a full resource name that is required when querying for auditable services, using the standard Google Cloud Platform resource format."]]],[]]