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 document provides reference documentation for the `QueryAuditableServicesResponse` class within the Identity and Access Management (IAM) v1 API, specifically for version 2.1.0, with links to previous versions as well."],["`QueryAuditableServicesResponse` is a class used to represent a response containing a list of auditable services for a given resource."],["The `QueryAuditableServicesResponse` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, a default constructor `QueryAuditableServicesResponse()`, and an overloaded constructor `QueryAuditableServicesResponse(QueryAuditableServicesResponse other)`, for cloning the object."],["The `Services` property of the `QueryAuditableServicesResponse` class is a `RepeatedField` that contains the auditable services for the specified resource, with more information on that type also provided."]]],[]]