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."],[[["The latest version of the `IdentityServiceConfig` API is 3.33.0, which can be found through the provided link, and there is a list of previous versions dating back to 2.3.0."],["`IdentityServiceConfig` is a class within the Google Kubernetes Engine v1 API designed for managing external identity providers with the K8S API, as indicated in the provided class description."],["The `IdentityServiceConfig` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["This class has two constructors, `IdentityServiceConfig()` and `IdentityServiceConfig(IdentityServiceConfig other)`, which allow for creating new instances or cloning existing ones."],["One of the main properties of the `IdentityServiceConfig` class is `Enabled`, a boolean that determines if the Identity Service component is active or not."]]],[]]