Class: Aws::PcaConnectorAd::Types::AccessControlEntrySummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::PcaConnectorAd::Types::AccessControlEntrySummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pcaconnectorad/types.rb
Overview
Summary of group access control entries that allow or deny Active Directory groups based on their security identifiers (SIDs) from enrolling and/or autofenrolling with the template.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_rights ⇒ Types::AccessRights
Allow or deny an Active Directory group from enrolling and autoenrolling certificates issued against a template.
-
#created_at ⇒ Time
The date and time that the Access Control Entry was created.
-
#group_display_name ⇒ String
Name of the Active Directory group.
-
#group_security_identifier ⇒ String
Security identifier (SID) of the group object from Active Directory.
-
#template_arn ⇒ String
The Amazon Resource Name (ARN) that was returned when you called [CreateTemplate].
-
#updated_at ⇒ Time
The date and time that the Access Control Entry was updated.
Instance Attribute Details
#access_rights ⇒ Types::AccessRights
Allow or deny an Active Directory group from enrolling and autoenrolling certificates issued against a template.
100 101 102 103 104 105 106 107 108 109 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 100 class AccessControlEntrySummary < Struct.new( :access_rights, :created_at, :group_display_name, :group_security_identifier, :template_arn, :updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time that the Access Control Entry was created.
100 101 102 103 104 105 106 107 108 109 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 100 class AccessControlEntrySummary < Struct.new( :access_rights, :created_at, :group_display_name, :group_security_identifier, :template_arn, :updated_at) SENSITIVE = [] include Aws::Structure end |
#group_display_name ⇒ String
Name of the Active Directory group. This name does not need to match the group name in Active Directory.
100 101 102 103 104 105 106 107 108 109 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 100 class AccessControlEntrySummary < Struct.new( :access_rights, :created_at, :group_display_name, :group_security_identifier, :template_arn, :updated_at) SENSITIVE = [] include Aws::Structure end |
#group_security_identifier ⇒ String
Security identifier (SID) of the group object from Active Directory. The SID starts with “S-”.
100 101 102 103 104 105 106 107 108 109 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 100 class AccessControlEntrySummary < Struct.new( :access_rights, :created_at, :group_display_name, :group_security_identifier, :template_arn, :updated_at) SENSITIVE = [] include Aws::Structure end |
#template_arn ⇒ String
The Amazon Resource Name (ARN) that was returned when you called [CreateTemplate].
[1]: docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_CreateTemplate.html
100 101 102 103 104 105 106 107 108 109 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 100 class AccessControlEntrySummary < Struct.new( :access_rights, :created_at, :group_display_name, :group_security_identifier, :template_arn, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The date and time that the Access Control Entry was updated.
100 101 102 103 104 105 106 107 108 109 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 100 class AccessControlEntrySummary < Struct.new( :access_rights, :created_at, :group_display_name, :group_security_identifier, :template_arn, :updated_at) SENSITIVE = [] include Aws::Structure end |