Class: Aws::WorkMail::Types::CreateUserRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:password]

Instance Attribute Summary collapse

Instance Attribute Details

#display_nameString

The display name for the new user.

Returns:

  • (String)


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

#nameString

The name for the new user. WorkMail directory user names have a maximum length of 64. All others have a maximum length of 20.

Returns:

  • (String)


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_idString

The identifier of the organization for which the user is created.

Returns:

  • (String)


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

#passwordString

The password for the new user.

Returns:

  • (String)


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