Class: Google::Cloud::Channel::V1::CheckCloudIdentityAccountsExistResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::CheckCloudIdentityAccountsExistResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/service.rb
Overview
Response message for CloudChannelService.CheckCloudIdentityAccountsExist.
Instance Attribute Summary collapse
-
#cloud_identity_accounts ⇒ ::Array<::Google::Cloud::Channel::V1::CloudIdentityCustomerAccount>
The Cloud Identity accounts associated with the domain.
Instance Attribute Details
#cloud_identity_accounts ⇒ ::Array<::Google::Cloud::Channel::V1::CloudIdentityCustomerAccount>
Returns The Cloud Identity accounts associated with the domain.
79 80 81 82 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 79 class CheckCloudIdentityAccountsExistResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |