public sealed class QueryAuditableServicesResponse : IMessage<QueryAuditableServicesResponse>, IEquatable<QueryAuditableServicesResponse>, IDeepCloneable<QueryAuditableServicesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Identity and Access Management (IAM) v1 API class QueryAuditableServicesResponse.
A response containing a list of auditable services for a resource.
[[["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 documentation page covers the `QueryAuditableServicesResponse` class, which is part of the Identity and Access Management (IAM) v1 API within the `Google.Cloud.Iam.Admin.V1` namespace."],["The `QueryAuditableServicesResponse` class provides a response that lists auditable services for a specific resource, and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a `Services` property of type `RepeatedField` that lists `AuditableService` types, representing the auditable services associated with a given resource."],["This documentation provides reference details for versions ranging from 1.0.0 to 2.4.0, with 2.4.0 as the latest release, and the current page specifically focuses on version 2.2.0."],["The class can be constructed either empty or by copying the data of another instance of itself with its two constructors: `QueryAuditableServicesResponse()` and `QueryAuditableServicesResponse(QueryAuditableServicesResponse other)`."]]],[]]