public sealed class IdentityServiceConfig : IMessage<IdentityServiceConfig>, IEquatable<IdentityServiceConfig>, IDeepCloneable<IdentityServiceConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class IdentityServiceConfig.
IdentityServiceConfig is configuration for Identity Service which allows
customers to use external identity providers with the K8S API
[[["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 reference documentation for the `IdentityServiceConfig` class within the Google Kubernetes Engine v1 API, specifically for the .NET library."],["The latest version of the library is 3.33.0, and the page includes links to documentation for all versions ranging from 2.3.0 to the most recent release."],["`IdentityServiceConfig` enables users to integrate external identity providers with the Kubernetes API and extends from the .NET `object` class while implementing `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class has two constructors, a default one and another that accepts an `IdentityServiceConfig` as an argument, along with a property called `Enabled`, which is a boolean used to indicate whether to enable the service."]]],[]]