Method: OCI::Identity::Models::CreateUserDetails#email
- Defined in:
- lib/oci/identity/models/create_user_details.rb
#email ⇒ String
The email you assign to the user. Has to be unique across the tenancy.
25 26 27 |
# File 'lib/oci/identity/models/create_user_details.rb', line 25 def email @email end |