Class: Google::Cloud::Channel::V1::CheckCloudIdentityAccountsExistRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::CheckCloudIdentityAccountsExistRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/service.rb
Overview
Request message for CloudChannelService.CheckCloudIdentityAccountsExist.
Instance Attribute Summary collapse
-
#domain ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
-
#primary_admin_email ⇒ ::String
Optional.
Instance Attribute Details
#domain ⇒ ::String
Returns Required. Domain to fetch for Cloud Identity account customers, including domain and team customers. For team customers, please use the domain for their emails.
39 40 41 42 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 39 class CheckCloudIdentityAccountsExistRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The reseller account's resource name. Parent uses the format: accounts/{account_id}.
39 40 41 42 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 39 class CheckCloudIdentityAccountsExistRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#primary_admin_email ⇒ ::String
Returns Optional. Primary admin email to fetch for Cloud Identity account team customer.
39 40 41 42 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 39 class CheckCloudIdentityAccountsExistRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |