public sealed class Role : IMessage<Kubernetes.Types.Role>, IEquatable<Kubernetes.Types.Role>, IDeepCloneable<Kubernetes.Types.Role>, IBufferMessage, IMessage
[[["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."],[[["The `Google.Cloud.SecurityCenter.V1.Kubernetes.Types.Role` class represents a Kubernetes Role or ClusterRole within the Google Cloud Security Center."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide functionality for message handling, equality comparison, deep cloning, and buffer-based operations, respectively."],["The `Role` class has properties `Kind`, `Name`, and `Ns` that provide information regarding the role's type, name, and namespace, and this class can be constructed either without parameters or with another instance of `Kubernetes.Types.Role` as a parameter."],["This documentation covers many different versions of the `Role` class, with the latest version being 3.24.0, and the oldest being version 2.2.0."]]],[]]