Class: Aws::PcaConnectorAd::Types::GetTemplateGroupAccessControlEntryResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_control_entryTypes::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 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 1193

class GetTemplateGroupAccessControlEntryResponse < Struct.new(
  :access_control_entry)
  SENSITIVE = []
  include Aws::Structure
end