public sealed class GenerateCredentialsResponse : IMessage<GenerateCredentialsResponse>, IEquatable<GenerateCredentialsResponse>, IDeepCloneable<GenerateCredentialsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Connect Gateway v1 API class GenerateCredentialsResponse.
Connection information for a particular membership.
[[["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 `GenerateCredentialsResponse` class, part of the Connect Gateway v1 API, provides connection information for a specific membership."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality within the .NET environment."],["`GenerateCredentialsResponse` offers two constructors: a default constructor and one that takes another `GenerateCredentialsResponse` object as a parameter."],["It includes properties like `Endpoint`, representing the cluster's URI, and `Kubeconfig`, which holds the full YAML kubeconfig in serialized format."],["The latest version of GenerateCredentialsResponse is version 1.0.0."]]],[]]