public sealed class Subject : IMessage<Kubernetes.Types.Subject>, IEquatable<Kubernetes.Types.Subject>, IDeepCloneable<Kubernetes.Types.Subject>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 API class Kubernetes.Types.Subject.
[[["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 webpage provides documentation for the `Kubernetes.Types.Subject` class within the Google Cloud Security Center v1 API, specifically for the .NET environment, with the current version being 3.6.0, although many other versions are listed."],["The `Kubernetes.Types.Subject` class represents a Kubernetes subject, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from the base `Object` class, and it has the methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `Subject` class can be constructed either with a default constructor `Subject()` or by using another `Kubernetes.Types.Subject` object in the constructor, `Subject(Kubernetes.Types.Subject)`."],["Key properties of the `Subject` class include `Kind` (the authentication type), `Name` (the name of the subject), and `Ns` (the namespace of the subject)."]]],[]]