Class CustomersResource.UserinvitationsResource.IsInvitableUserRequest
Verifies whether a user account is eligible to receive a UserInvitation (is an unmanaged account). Eligibility is based on the following criteria: * the email address is a consumer account and it's the primary email address of the account, and * the domain of the email address matches an existing verified Google Workspace or Cloud Identity domain If both conditions are met, the user is eligible. Note: This method is not supported for Workspace Essentials customers.
Inheritance
CustomersResource.UserinvitationsResource.IsInvitableUserRequest
Inherited Members
Namespace: Google.Apis.CloudIdentity.v1beta1
Assembly: Google.Apis.CloudIdentity.v1beta1.dll
Syntax
public class CustomersResource.UserinvitationsResource.IsInvitableUserRequest : CloudIdentityBaseServiceRequest<IsInvitableUserResponse>, IClientServiceRequest<IsInvitableUserResponse>, IClientServiceRequest
Constructors
IsInvitableUserRequest(IClientService, string)
Constructs a new IsInvitableUser request.
Declaration
public IsInvitableUserRequest(IClientService service, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | name |
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
Name
Required. UserInvitation
name in the format
customers/{customer}/userinvitations/{user_email_address}
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes IsInvitableUser parameter list.
Declaration
protected override void InitParameters()