Class AccountsResource.CheckCloudIdentityAccountsExistRequest
Confirms the existence of Cloud Identity accounts based on the domain and if the Cloud Identity accounts are owned by the reseller. Possible error codes: * PERMISSION_DENIED: The reseller account making the request is different from the reseller account in the API request. * INVALID_ARGUMENT: Required request parameters are missing or invalid. * INVALID_VALUE: Invalid domain value in the request. Return value: A list of CloudIdentityCustomerAccount resources for the domain (may be empty) Note: in the v1alpha1 version of the API, a NOT_FOUND error returns if no CloudIdentityCustomerAccount resources match the domain.
Inheritance
Implements
Inherited Members
Namespace: Google.Apis.Cloudchannel.v1
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class AccountsResource.CheckCloudIdentityAccountsExistRequest : CloudchannelBaseServiceRequest<GoogleCloudChannelV1CheckCloudIdentityAccountsExistResponse>, IClientServiceRequest<GoogleCloudChannelV1CheckCloudIdentityAccountsExistResponse>, IClientServiceRequest
Constructors
CheckCloudIdentityAccountsExistRequest(IClientService, GoogleCloudChannelV1CheckCloudIdentityAccountsExistRequest, string)
Constructs a new CheckCloudIdentityAccountsExist request.
Declaration
public CheckCloudIdentityAccountsExistRequest(IClientService service, GoogleCloudChannelV1CheckCloudIdentityAccountsExistRequest body, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudChannelV1CheckCloudIdentityAccountsExistRequest | body | |
string | parent |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Parent
Required. The reseller account's resource name. Parent uses the format: accounts/{account_id}
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes CheckCloudIdentityAccountsExist parameter list.
Declaration
protected override void InitParameters()