class Google::Apis::CloudchannelV1::GoogleCloudChannelV1ProvisionCloudIdentityRequest

Request message for CloudChannelService.ProvisionCloudIdentity

Attributes

cloud_identity_info[RW]

Cloud Identity information for the Cloud Channel Customer. Corresponds to the JSON property `cloudIdentityInfo` @return [Google::Apis::CloudchannelV1::GoogleCloudChannelV1CloudIdentityInfo]

user[RW]

Information needed to create an Admin User for Google Workspace. Corresponds to the JSON property `user` @return [Google::Apis::CloudchannelV1::GoogleCloudChannelV1AdminUser]

validate_only[RW]

Validate the request and preview the review, but do not post it. Corresponds to the JSON property `validateOnly` @return [Boolean]

validate_only?[RW]

Validate the request and preview the review, but do not post it. Corresponds to the JSON property `validateOnly` @return [Boolean]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/cloudchannel_v1/classes.rb, line 1858
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/cloudchannel_v1/classes.rb, line 1863
def update!(**args)
  @cloud_identity_info = args[:cloud_identity_info] if args.key?(:cloud_identity_info)
  @user = args[:user] if args.key?(:user)
  @validate_only = args[:validate_only] if args.key?(:validate_only)
end