Reference documentation and code samples for the Cloud Channel V1 API class Google::Cloud::Channel::V1::CheckCloudIdentityAccountsExistRequest.
Request message for CloudChannelService.CheckCloudIdentityAccountsExist.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#domain
def domain() -> ::String
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.
#domain=
def domain=(value) -> ::String
Parameter
- value (::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.
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.
#parent
def parent() -> ::String
Returns
- (::String) — Required. The reseller account's resource name. Parent uses the format: accounts/{account_id}
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — 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}
#primary_admin_email
def primary_admin_email() -> ::String
Returns
- (::String) — Optional. Primary admin email to fetch for Cloud Identity account team customer.
#primary_admin_email=
def primary_admin_email=(value) -> ::String
Parameter
- value (::String) — 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.