Class: Aws::DirectoryServiceData::Types::DescribeGroupResult

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

Overview

Constant Summary collapse

SENSITIVE =
[:distinguished_name]

Instance Attribute Summary collapse

Instance Attribute Details

#directory_idString

The identifier (ID) of the directory that’s associated with the group.

Returns:

  • (String)


547
548
549
550
551
552
553
554
555
556
557
558
# File 'lib/aws-sdk-directoryservicedata/types.rb', line 547

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

#distinguished_nameString

Returns:

  • (String)


547
548
549
550
551
552
553
554
555
556
557
558
# File 'lib/aws-sdk-directoryservicedata/types.rb', line 547

class DescribeGroupResult < Struct.new(
  :directory_id,
  :distinguished_name,
  :group_scope,
  :group_type,
  :other_attributes,
  :realm,
  :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].

[1]: learn.microsoft.com/en-us/windows-server/identity/ad-ds/manage/understand-security-groups#group-scope

Returns:

  • (String)


547
548
549
550
551
552
553
554
555
556
557
558
# File 'lib/aws-sdk-directoryservicedata/types.rb', line 547

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

#group_typeString

Returns:

  • (String)


547
548
549
550
551
552
553
554
555
556
557
558
# File 'lib/aws-sdk-directoryservicedata/types.rb', line 547

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

#other_attributesHash<String,Types::AttributeValue>

The attribute values that are returned for the attribute names that are included in the request.

Returns:



547
548
549
550
551
552
553
554
555
556
557
558
# File 'lib/aws-sdk-directoryservicedata/types.rb', line 547

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

#realmString

The domain name that’s associated with the group.

Returns:

  • (String)


547
548
549
550
551
552
553
554
555
556
557
558
# File 'lib/aws-sdk-directoryservicedata/types.rb', line 547

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

#sam_account_nameString

The name of the group.

Returns:

  • (String)


547
548
549
550
551
552
553
554
555
556
557
558
# File 'lib/aws-sdk-directoryservicedata/types.rb', line 547

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

#sidString

The unique security identifier (SID) of the group.

Returns:

  • (String)


547
548
549
550
551
552
553
554
555
556
557
558
# File 'lib/aws-sdk-directoryservicedata/types.rb', line 547

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