Class: Google::Cloud::GkeMultiCloud::V1::GenerateAzureAccessTokenResponse
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::GenerateAzureAccessTokenResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkemulticloud/v1/azure_service.rb
Overview
Response message for AzureClusters.GenerateAzureAccessToken
method.
Instance Attribute Summary collapse
-
#access_token ⇒ ::String
readonly
Output only.
-
#expiration_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#access_token ⇒ ::String (readonly)
Returns Output only. Access token to authenticate to k8s api-server.
552 553 554 555 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_service.rb', line 552 class GenerateAzureAccessTokenResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#expiration_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Timestamp at which the token will expire.
552 553 554 555 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_service.rb', line 552 class GenerateAzureAccessTokenResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |