public sealed class GenerateAzureAccessTokenResponse : IMessage<GenerateAzureAccessTokenResponse>, IEquatable<GenerateAzureAccessTokenResponse>, IDeepCloneable<GenerateAzureAccessTokenResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Anthos Multi-Cloud v1 API class GenerateAzureAccessTokenResponse.
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-04-09 UTC."],[[["This webpage provides reference documentation for the `GenerateAzureAccessTokenResponse` class within the Google Cloud GKE MultiCloud v1 API."],["The `GenerateAzureAccessTokenResponse` class is used as a response message for the `AzureClusters.GenerateAzureAccessToken` method, as it contains details regarding the authentication into the k8s API-server."],["The class inherits from the .NET object class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GenerateAzureAccessTokenResponse` class has two primary properties: `AccessToken`, which holds the access token string, and `ExpirationTime`, a timestamp indicating when the token expires."],["This class is available in multiple versions of the API, with version 2.8.0 being the latest and 1.0.0-beta01 being the oldest listed version, all accessible through various links provided on the page."]]],[]]