Class: Google::Cloud::Channel::V1::CheckCloudIdentityAccountsExistRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/channel/v1/service.rb

Overview

Instance Attribute Summary collapse

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.

Returns:

  • (::String)

    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}.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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