Method: OCI::Identity::Models::CreateUserDetails#email

Defined in:
lib/oci/identity/models/create_user_details.rb

#emailString

The email you assign to the user. Has to be unique across the tenancy.

Returns:

  • (String)


25
26
27
# File 'lib/oci/identity/models/create_user_details.rb', line 25

def email
  @email
end