Class: Aws::PcaConnectorAd::Types::AccessRights
- Inherits:
-
Struct
- Object
- Struct
- Aws::PcaConnectorAd::Types::AccessRights
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pcaconnectorad/types.rb
Overview
Allow or deny permissions for an Active Directory group to enroll or autoenroll certificates for a template.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_enroll ⇒ String
Allow or deny an Active Directory group from autoenrolling certificates issued against a template.
-
#enroll ⇒ String
Allow or deny an Active Directory group from enrolling certificates issued against a template.
Instance Attribute Details
#auto_enroll ⇒ String
Allow or deny an Active Directory group from autoenrolling certificates issued against a template. The Active Directory group must be allowed to enroll to allow autoenrollment
146 147 148 149 150 151 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 146 class AccessRights < Struct.new( :auto_enroll, :enroll) SENSITIVE = [] include Aws::Structure end |
#enroll ⇒ String
Allow or deny an Active Directory group from enrolling certificates issued against a template.
146 147 148 149 150 151 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 146 class AccessRights < Struct.new( :auto_enroll, :enroll) SENSITIVE = [] include Aws::Structure end |