Class: Aws::DirectoryServiceData::Types::GroupSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryServiceData::Types::GroupSummary
- Defined in:
- gems/aws-sdk-directoryservicedata/lib/aws-sdk-directoryservicedata/types.rb
Overview
A structure containing a subset of fields of a group object from a directory.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_scope ⇒ String
The scope of the AD group.
-
#group_type ⇒ String
The AD group type.
-
#sam_account_name ⇒ String
The name of the group.
-
#sid ⇒ String
The unique security identifier (SID) of the group.
Instance Attribute Details
#group_scope ⇒ String
The scope of the AD group. For details, see Active Directory security groups.
830 831 832 833 834 835 836 837 |
# File 'gems/aws-sdk-directoryservicedata/lib/aws-sdk-directoryservicedata/types.rb', line 830 class GroupSummary < Struct.new( :group_scope, :group_type, :sam_account_name, :sid) SENSITIVE = [] include Aws::Structure end |
#group_type ⇒ String
The AD group type. For details, see Active Directory security group type.
830 831 832 833 834 835 836 837 |
# File 'gems/aws-sdk-directoryservicedata/lib/aws-sdk-directoryservicedata/types.rb', line 830 class GroupSummary < Struct.new( :group_scope, :group_type, :sam_account_name, :sid) SENSITIVE = [] include Aws::Structure end |
#sam_account_name ⇒ String
The name of the group.
830 831 832 833 834 835 836 837 |
# File 'gems/aws-sdk-directoryservicedata/lib/aws-sdk-directoryservicedata/types.rb', line 830 class GroupSummary < Struct.new( :group_scope, :group_type, :sam_account_name, :sid) SENSITIVE = [] include Aws::Structure end |
#sid ⇒ String
The unique security identifier (SID) of the group.
830 831 832 833 834 835 836 837 |
# File 'gems/aws-sdk-directoryservicedata/lib/aws-sdk-directoryservicedata/types.rb', line 830 class GroupSummary < Struct.new( :group_scope, :group_type, :sam_account_name, :sid) SENSITIVE = [] include Aws::Structure end |