Google Cloud Channel V1 Client - Class ProvisionCloudIdentityRequest (2.3.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Channel V1 Client class ProvisionCloudIdentityRequest.
Request message for CloudChannelService.ProvisionCloudIdentity
Generated from protobuf message google.cloud.channel.v1.ProvisionCloudIdentityRequest
Namespace
Google \ Cloud \ Channel \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ customer |
string
Required. Resource name of the customer. Format: accounts/{account_id}/customers/{customer_id} |
↳ cloud_identity_info |
CloudIdentityInfo
CloudIdentity-specific customer information. |
↳ user |
AdminUser
Admin user information. |
↳ validate_only |
bool
Validate the request and preview the review, but do not post it. |
getCustomer
Required. Resource name of the customer.
Format: accounts/{account_id}/customers/{customer_id}
| Returns | |
|---|---|
| Type | Description |
string |
|
setCustomer
Required. Resource name of the customer.
Format: accounts/{account_id}/customers/{customer_id}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCloudIdentityInfo
CloudIdentity-specific customer information.
| Returns | |
|---|---|
| Type | Description |
CloudIdentityInfo|null |
|
hasCloudIdentityInfo
clearCloudIdentityInfo
setCloudIdentityInfo
CloudIdentity-specific customer information.
| Parameter | |
|---|---|
| Name | Description |
var |
CloudIdentityInfo
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUser
Admin user information.
| Returns | |
|---|---|
| Type | Description |
AdminUser|null |
|
hasUser
clearUser
setUser
Admin user information.
| Parameter | |
|---|---|
| Name | Description |
var |
AdminUser
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getValidateOnly
Validate the request and preview the review, but do not post it.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setValidateOnly
Validate the request and preview the review, but do not post it.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|