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 webpage provides documentation for the `QueryAuditableServicesResponse` class within the Identity and Access Management (IAM) v1 API, detailing its structure and usage."],["The latest version of the API available on this webpage is 2.4.0, with links to documentation for prior versions ranging from 1.0.0 to 2.3.0."],["`QueryAuditableServicesResponse` is a response object that contains a list of auditable services for a given resource, as part of the Google.Cloud.Iam.Admin.V1 namespace."],["The `QueryAuditableServicesResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the standard `object` class, offering methods for common operations."],["The key property of `QueryAuditableServicesResponse` is the `Services` property, which is a `RepeatedField` containing `AuditableService` objects, representing the auditable services related to a resource."]]],[]]