public sealed class QueryAuditableServicesRequest : IMessage<QueryAuditableServicesRequest>, IEquatable<QueryAuditableServicesRequest>, IDeepCloneable<QueryAuditableServicesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Identity and Access Management (IAM) v1 API class QueryAuditableServicesRequest.
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."],[[["The `QueryAuditableServicesRequest` class, part of the Google Cloud IAM Admin v1 API, is used to request a list of auditable services for a specific resource."],["This class is implemented with `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, providing functionality for message handling, equality checks, deep cloning, and buffer message operations."],["The latest version of `QueryAuditableServicesRequest` is 2.4.0, with older versions available ranging from 1.0.0 to 2.3.0, providing a history of the API's evolution."],["The class's primary property, `FullResourceName`, requires a string representing the full resource name to query, formatted according to Google Cloud Platform resource conventions."],["The class has two constructors, one default and another that takes a `QueryAuditableServicesRequest` object for parameter, facilitating the creation of instances and copies."]]],[]]