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."],[[["This page details the `Kubernetes.Types.Role` class within the `Google.Cloud.SecurityCenter.V1` namespace, a core component for managing roles in Kubernetes environments."],["The latest version available is 3.24.0, with a comprehensive list of preceding versions from 3.23.0 all the way to 2.2.0 also available."],["The `Role` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities for message handling, comparison, cloning, and buffer management."],["The class has a constructor that takes in another object of the same type as a parameter."],["Key properties of the `Role` class include `Kind` to specify the type of role, `Name` for the role's name, and `Ns` for the role's namespace, allowing for detailed configuration and identification."]]],[]]