Class: Aws::DirectoryServiceData::Types::Group
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryServiceData::Types::Group
- 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
-
#distinguished_name ⇒ String
The [distinguished name][1] of the object.
-
#group_scope ⇒ String
The scope of the AD group.
-
#group_type ⇒ String
The AD group type.
-
#other_attributes ⇒ Hash<String,Types::AttributeValue>
An expression of one or more attributes, data types, and the values of a group.
-
#sam_account_name ⇒ String
The name of the group.
-
#sid ⇒ String
The unique security identifier (SID) of the group.
Instance Attribute Details
#distinguished_name ⇒ String
The distinguished name of the object.
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_scope ⇒ String
The scope of the AD group. For details, see Active Directory security groups
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_type ⇒ String
The AD group type. For details, see Active Directory security group type.
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_attributes ⇒ Hash<String,Types::AttributeValue>
An expression of one or more attributes, data types, and the values of a group.
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_name ⇒ String
The name of the group.
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 |
#sid ⇒ String
The unique security identifier (SID) of the group.
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 |