Class: Aws::DirectoryServiceData::Types::Group

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

Overview

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

Constant Summary collapse

SENSITIVE =
[:distinguished_name]

Instance Attribute Summary collapse

Instance Attribute Details

#distinguished_nameString

The distinguished name of the object.

Returns:

  • (String)


788
789
790
791
792
793
794
795
796
797
# File 'gems/aws-sdk-directoryservicedata/lib/aws-sdk-directoryservicedata/types.rb', line 788

class Group < Struct.new(
  :distinguished_name,
  :group_scope,
  :group_type,
  :other_attributes,
  :sam_account_name,
  :sid)
  SENSITIVE = [:distinguished_name]
  include Aws::Structure
end

#group_scopeString

The scope of the AD group. For details, see Active Directory security groups

Returns:

  • (String)


788
789
790
791
792
793
794
795
796
797
# File 'gems/aws-sdk-directoryservicedata/lib/aws-sdk-directoryservicedata/types.rb', line 788

class Group < Struct.new(
  :distinguished_name,
  :group_scope,
  :group_type,
  :other_attributes,
  :sam_account_name,
  :sid)
  SENSITIVE = [:distinguished_name]
  include Aws::Structure
end

#group_typeString

The AD group type. For details, see Active Directory security group type.

Returns:

  • (String)


788
789
790
791
792
793
794
795
796
797
# File 'gems/aws-sdk-directoryservicedata/lib/aws-sdk-directoryservicedata/types.rb', line 788

class Group < Struct.new(
  :distinguished_name,
  :group_scope,
  :group_type,
  :other_attributes,
  :sam_account_name,
  :sid)
  SENSITIVE = [:distinguished_name]
  include Aws::Structure
end

#other_attributesHash<String,Types::AttributeValue>

An expression of one or more attributes, data types, and the values of a group.

Returns:



788
789
790
791
792
793
794
795
796
797
# File 'gems/aws-sdk-directoryservicedata/lib/aws-sdk-directoryservicedata/types.rb', line 788

class Group < Struct.new(
  :distinguished_name,
  :group_scope,
  :group_type,
  :other_attributes,
  :sam_account_name,
  :sid)
  SENSITIVE = [:distinguished_name]
  include Aws::Structure
end

#sam_account_nameString

The name of the group.

Returns:

  • (String)


788
789
790
791
792
793
794
795
796
797
# File 'gems/aws-sdk-directoryservicedata/lib/aws-sdk-directoryservicedata/types.rb', line 788

class Group < Struct.new(
  :distinguished_name,
  :group_scope,
  :group_type,
  :other_attributes,
  :sam_account_name,
  :sid)
  SENSITIVE = [:distinguished_name]
  include Aws::Structure
end

#sidString

The unique security identifier (SID) of the group.

Returns:

  • (String)


788
789
790
791
792
793
794
795
796
797
# File 'gems/aws-sdk-directoryservicedata/lib/aws-sdk-directoryservicedata/types.rb', line 788

class Group < Struct.new(
  :distinguished_name,
  :group_scope,
  :group_type,
  :other_attributes,
  :sam_account_name,
  :sid)
  SENSITIVE = [:distinguished_name]
  include Aws::Structure
end