public sealed class AttachedClusterUser : IMessage<AttachedClusterUser>, IEquatable<AttachedClusterUser>, IDeepCloneable<AttachedClusterUser>, IBufferMessage, IMessage
Reference documentation and code samples for the Anthos Multi-Cloud v1 API class AttachedClusterUser.
Identities of a user-type subject for Attached clusters.
[[["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-09 UTC."],[[["The `AttachedClusterUser` class, part of the Anthos Multi-Cloud v1 API, represents the identities of user-type subjects for Attached clusters."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating its use within the .NET environment."],["The `AttachedClusterUser` class is contained within the `Google.Cloud.GkeMultiCloud.V1` namespace and is found in the `Google.Cloud.GkeMultiCloud.V1.dll` assembly."],["The class provides two constructors: a default constructor, `AttachedClusterUser()`, and a copy constructor, `AttachedClusterUser(AttachedClusterUser other)`."],["The `Username` property, a string, is a required field that holds the user's name, such as an email address."]]],[]]