public sealed class EnrolledService : IMessage<EnrolledService>, IEquatable<EnrolledService>, IDeepCloneable<EnrolledService>, IBufferMessage, IMessage
Represents the enrollment of a cloud resource into a specific service.
[[["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-04-17 UTC."],[[["This webpage details the `EnrolledService` class within the `Google.Cloud.AccessApproval.V1` namespace, representing the enrollment of a cloud resource into a specific service."],["The `EnrolledService` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `EnrolledService` class has two constructors, one default and another to copy from another `EnrolledService` instance."],["The `EnrolledService` class includes properties `CloudProduct`, which specifies the product enrolled for Access Approval, and `EnrollmentLevel`, which indicates the enrollment level of the service."],["The page includes links to previous versions of this class, ranging from version 1.0.0 to 2.5.0, with version 2.5.0 being the latest."]]],[]]