public sealed class RuntimeAccessConfig : IMessage<RuntimeAccessConfig>, IEquatable<RuntimeAccessConfig>, IDeepCloneable<RuntimeAccessConfig>, 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."],[[["The latest version of `RuntimeAccessConfig` is 2.5.0, with several previous versions also available, including 2.4.0, 2.3.0, 2.2.0, 2.1.0, 2.0.0, and 1.0.0-beta04."],["`RuntimeAccessConfig` specifies the login configuration for a runtime and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has properties for managing access, including `AccessType`, which defines the access mode, `ProxyUri`, which provides the runtime access endpoint, and `RuntimeOwner`, which is used to assign ownership."],["The `RuntimeAccessConfig` class has a default constructor as well as a constructor that takes in another `RuntimeAccessConfig` object as a parameter, for creating copies."],["The `RuntimeAccessConfig` class has inherited methods from the object class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]