class Google::Apis::AndroidmanagementV1::User

A user belonging to an enterprise.

Attributes

account_identifier[RW]

A unique identifier you create for this user, such as user342 or asset#44418. This field must be set when the user is created and can't be updated. This field must not contain personally identifiable information (PII). This identifier must be 1024 characters or less; otherwise, the update policy request will fail. Corresponds to the JSON property `accountIdentifier` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/androidmanagement_v1/classes.rb, line 3870
def update!(**args)
  @account_identifier = args[:account_identifier] if args.key?(:account_identifier)
end