Class: Google::Cloud::GkeMultiCloud::V1::GenerateAttachedClusterAgentTokenRequest
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::GenerateAttachedClusterAgentTokenRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkemulticloud/v1/attached_service.rb
Instance Attribute Summary collapse
-
#attached_cluster ⇒ ::String
Required.
-
#audience ⇒ ::String
Optional.
-
#grant_type ⇒ ::String
Optional.
-
#options ⇒ ::String
Optional.
-
#requested_token_type ⇒ ::String
Optional.
-
#scope ⇒ ::String
Optional.
-
#subject_token ⇒ ::String
Required.
-
#subject_token_type ⇒ ::String
Required.
-
#version ⇒ ::String
Required.
Instance Attribute Details
#attached_cluster ⇒ ::String
Returns Required.
330 331 332 333 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/attached_service.rb', line 330 class GenerateAttachedClusterAgentTokenRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#audience ⇒ ::String
Returns Optional.
330 331 332 333 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/attached_service.rb', line 330 class GenerateAttachedClusterAgentTokenRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#grant_type ⇒ ::String
Returns Optional.
330 331 332 333 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/attached_service.rb', line 330 class GenerateAttachedClusterAgentTokenRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#options ⇒ ::String
Returns Optional.
330 331 332 333 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/attached_service.rb', line 330 class GenerateAttachedClusterAgentTokenRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#requested_token_type ⇒ ::String
Returns Optional.
330 331 332 333 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/attached_service.rb', line 330 class GenerateAttachedClusterAgentTokenRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#scope ⇒ ::String
Returns Optional.
330 331 332 333 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/attached_service.rb', line 330 class GenerateAttachedClusterAgentTokenRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#subject_token ⇒ ::String
Returns Required.
330 331 332 333 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/attached_service.rb', line 330 class GenerateAttachedClusterAgentTokenRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#subject_token_type ⇒ ::String
Returns Required.
330 331 332 333 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/attached_service.rb', line 330 class GenerateAttachedClusterAgentTokenRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#version ⇒ ::String
Returns Required.
330 331 332 333 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/attached_service.rb', line 330 class GenerateAttachedClusterAgentTokenRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |