Class: Aws::DirectoryServiceData::Types::User

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

Overview

A user object that contains identifying information and attributes for a specified user.

Constant Summary collapse

SENSITIVE =
[:distinguished_name, :email_address, :given_name, :surname, :user_principal_name]

Instance Attribute Summary collapse

Instance Attribute Details

#distinguished_nameString

The distinguished name of the object.

Returns:

  • (String)


1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
# File 'gems/aws-sdk-directoryservicedata/lib/aws-sdk-directoryservicedata/types.rb', line 1674

class User < Struct.new(
  :distinguished_name,
  :email_address,
  :enabled,
  :given_name,
  :other_attributes,
  :sam_account_name,
  :sid,
  :surname,
  :user_principal_name)
  SENSITIVE = [:distinguished_name, :email_address, :given_name, :surname, :user_principal_name]
  include Aws::Structure
end

#email_addressString

The email address of the user.

Returns:

  • (String)


1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
# File 'gems/aws-sdk-directoryservicedata/lib/aws-sdk-directoryservicedata/types.rb', line 1674

class User < Struct.new(
  :distinguished_name,
  :email_address,
  :enabled,
  :given_name,
  :other_attributes,
  :sam_account_name,
  :sid,
  :surname,
  :user_principal_name)
  SENSITIVE = [:distinguished_name, :email_address, :given_name, :surname, :user_principal_name]
  include Aws::Structure
end

#enabledBoolean

Indicates whether the user account is active.

Returns:

  • (Boolean)


1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
# File 'gems/aws-sdk-directoryservicedata/lib/aws-sdk-directoryservicedata/types.rb', line 1674

class User < Struct.new(
  :distinguished_name,
  :email_address,
  :enabled,
  :given_name,
  :other_attributes,
  :sam_account_name,
  :sid,
  :surname,
  :user_principal_name)
  SENSITIVE = [:distinguished_name, :email_address, :given_name, :surname, :user_principal_name]
  include Aws::Structure
end

#given_nameString

The first name of the user.

Returns:

  • (String)


1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
# File 'gems/aws-sdk-directoryservicedata/lib/aws-sdk-directoryservicedata/types.rb', line 1674

class User < Struct.new(
  :distinguished_name,
  :email_address,
  :enabled,
  :given_name,
  :other_attributes,
  :sam_account_name,
  :sid,
  :surname,
  :user_principal_name)
  SENSITIVE = [:distinguished_name, :email_address, :given_name, :surname, :user_principal_name]
  include Aws::Structure
end

#other_attributesHash<String,Types::AttributeValue>

An expression that includes one or more attributes, data types, and values of a user.

Returns:



1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
# File 'gems/aws-sdk-directoryservicedata/lib/aws-sdk-directoryservicedata/types.rb', line 1674

class User < Struct.new(
  :distinguished_name,
  :email_address,
  :enabled,
  :given_name,
  :other_attributes,
  :sam_account_name,
  :sid,
  :surname,
  :user_principal_name)
  SENSITIVE = [:distinguished_name, :email_address, :given_name, :surname, :user_principal_name]
  include Aws::Structure
end

#sam_account_nameString

The name of the user.

Returns:

  • (String)


1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
# File 'gems/aws-sdk-directoryservicedata/lib/aws-sdk-directoryservicedata/types.rb', line 1674

class User < Struct.new(
  :distinguished_name,
  :email_address,
  :enabled,
  :given_name,
  :other_attributes,
  :sam_account_name,
  :sid,
  :surname,
  :user_principal_name)
  SENSITIVE = [:distinguished_name, :email_address, :given_name, :surname, :user_principal_name]
  include Aws::Structure
end

#sidString

The unique security identifier (SID) of the user.

Returns:

  • (String)


1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
# File 'gems/aws-sdk-directoryservicedata/lib/aws-sdk-directoryservicedata/types.rb', line 1674

class User < Struct.new(
  :distinguished_name,
  :email_address,
  :enabled,
  :given_name,
  :other_attributes,
  :sam_account_name,
  :sid,
  :surname,
  :user_principal_name)
  SENSITIVE = [:distinguished_name, :email_address, :given_name, :surname, :user_principal_name]
  include Aws::Structure
end

#surnameString

The last name of the user.

Returns:

  • (String)


1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
# File 'gems/aws-sdk-directoryservicedata/lib/aws-sdk-directoryservicedata/types.rb', line 1674

class User < Struct.new(
  :distinguished_name,
  :email_address,
  :enabled,
  :given_name,
  :other_attributes,
  :sam_account_name,
  :sid,
  :surname,
  :user_principal_name)
  SENSITIVE = [:distinguished_name, :email_address, :given_name, :surname, :user_principal_name]
  include Aws::Structure
end

#user_principal_nameString

The UPN that is an internet-style login name for a user and based on the internet standard RFC 822. The UPN is shorter than the distinguished name and easier to remember.

Returns:

  • (String)


1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
# File 'gems/aws-sdk-directoryservicedata/lib/aws-sdk-directoryservicedata/types.rb', line 1674

class User < Struct.new(
  :distinguished_name,
  :email_address,
  :enabled,
  :given_name,
  :other_attributes,
  :sam_account_name,
  :sid,
  :surname,
  :user_principal_name)
  SENSITIVE = [:distinguished_name, :email_address, :given_name, :surname, :user_principal_name]
  include Aws::Structure
end