public sealed class GenerateAzureAccessTokenResponse : IMessage<GenerateAzureAccessTokenResponse>, IEquatable<GenerateAzureAccessTokenResponse>, IDeepCloneable<GenerateAzureAccessTokenResponse>, IBufferMessage, IMessage
Response message for AzureClusters.GenerateAzureAccessToken method.
[[["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 `GenerateAzureAccessTokenResponse` class is used to handle the response from the `AzureClusters.GenerateAzureAccessToken` method."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities."],["The latest version available for `GenerateAzureAccessTokenResponse` is 2.8.0, with versions ranging from 2.0.0 to 2.7.0, along with version 1.0.0-beta01."],["It includes properties for `AccessToken` (a string for authenticating with the k8s API server) and `ExpirationTime` (a Timestamp indicating token expiration)."],["There are two constructors available, a default one `GenerateAzureAccessTokenResponse()`, and a copy constructor `GenerateAzureAccessTokenResponse(GenerateAzureAccessTokenResponse other)`."]]],[]]