Class: Aws::PcaConnectorAd::Types::GetTemplateGroupAccessControlEntryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PcaConnectorAd::Types::GetTemplateGroupAccessControlEntryResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pcaconnectorad/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_control_entry ⇒ Types::AccessControlEntry
An access control entry allows or denies an Active Directory group from enrolling and/or autoenrolling with a template.
Instance Attribute Details
#access_control_entry ⇒ Types::AccessControlEntry
An access control entry allows or denies an Active Directory group from enrolling and/or autoenrolling with a template.
1193 1194 1195 1196 1197 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 1193 class GetTemplateGroupAccessControlEntryResponse < Struct.new( :access_control_entry) SENSITIVE = [] include Aws::Structure end |