Class: Google::Cloud::Channel::V1::TransferEntitlementsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::TransferEntitlementsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/service.rb
Overview
Request message for CloudChannelService.TransferEntitlements.
Instance Attribute Summary collapse
-
#auth_token ⇒ ::String
The super admin of the resold customer generates this token to authorize a reseller to access their Cloud Identity and purchase entitlements on their behalf.
-
#entitlements ⇒ ::Array<::Google::Cloud::Channel::V1::Entitlement>
Required.
-
#parent ⇒ ::String
Required.
-
#request_id ⇒ ::String
Optional.
Instance Attribute Details
#auth_token ⇒ ::String
912 913 914 915 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 912 class TransferEntitlementsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#entitlements ⇒ ::Array<::Google::Cloud::Channel::V1::Entitlement>
912 913 914 915 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 912 class TransferEntitlementsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
912 913 914 915 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 912 class TransferEntitlementsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
912 913 914 915 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 912 class TransferEntitlementsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |