Class: Aws::PcaConnectorAd::Types::AccessRights

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pcaconnectorad/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

Instance Attribute Details

#auto_enrollString

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

Returns:

  • (String)


146
147
148
149
150
151
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 146

class AccessRights < Struct.new(
  :auto_enroll,
  :enroll)
  SENSITIVE = []
  include Aws::Structure
end

#enrollString

Allow or deny an Active Directory group from enrolling certificates issued against a template.

Returns:

  • (String)


146
147
148
149
150
151
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 146

class AccessRights < Struct.new(
  :auto_enroll,
  :enroll)
  SENSITIVE = []
  include Aws::Structure
end