View Source GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1CloudIdentityInfo (google_api_cloud_channel v0.11.0)
Cloud Identity information for the Cloud Channel Customer.
Attributes
-
adminConsoleUri(type:String.t, default:nil) - Output only. URI of Customer's Admin console dashboard. -
alternateEmail(type:String.t, default:nil) - The alternate email. -
customerType(type:String.t, default:nil) - CustomerType indicates verification type needed for using services. -
eduData(type:GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1EduData.t, default:nil) - Edu information about the customer. -
isDomainVerified(type:boolean(), default:nil) - Output only. Whether the domain is verified. This field is not returned for a Customer's cloud_identity_info resource. Partners can use the domains.get() method of the Workspace SDK's Directory API, or listen to the PRIMARY_DOMAIN_VERIFIED Pub/Sub event in to track domain verification of their resolve Workspace customers. -
languageCode(type:String.t, default:nil) - Language code. -
phoneNumber(type:String.t, default:nil) - Phone number associated with the Cloud Identity. -
primaryDomain(type:String.t, default:nil) - Output only. The primary domain name.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1CloudIdentityInfo{ adminConsoleUri: String.t() | nil, alternateEmail: String.t() | nil, customerType: String.t() | nil, eduData: GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1EduData.t() | nil, isDomainVerified: boolean() | nil, languageCode: String.t() | nil, phoneNumber: String.t() | nil, primaryDomain: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.