Class: Aws::WorkMail::Types::CreateUserRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::CreateUserRequest
- Defined in:
- gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:password]
Instance Attribute Summary collapse
-
#display_name ⇒ String
The display name for the new user.
-
#name ⇒ String
The name for the new user.
-
#organization_id ⇒ String
The identifier of the organization for which the user is created.
-
#password ⇒ String
The password for the new user.
Instance Attribute Details
#display_name ⇒ String
The display name for the new user.
635 636 637 638 639 640 641 642 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 635 class CreateUserRequest < Struct.new( :organization_id, :name, :display_name, :password) SENSITIVE = [:password] include Aws::Structure end |
#name ⇒ String
The name for the new user. WorkMail directory user names have a maximum length of 64. All others have a maximum length of 20.
635 636 637 638 639 640 641 642 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 635 class CreateUserRequest < Struct.new( :organization_id, :name, :display_name, :password) SENSITIVE = [:password] include Aws::Structure end |
#organization_id ⇒ String
The identifier of the organization for which the user is created.
635 636 637 638 639 640 641 642 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 635 class CreateUserRequest < Struct.new( :organization_id, :name, :display_name, :password) SENSITIVE = [:password] include Aws::Structure end |
#password ⇒ String
The password for the new user.
635 636 637 638 639 640 641 642 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 635 class CreateUserRequest < Struct.new( :organization_id, :name, :display_name, :password) SENSITIVE = [:password] include Aws::Structure end |