Class: Aws::PcaConnectorAd::Types::UpdateTemplateGroupAccessControlEntryRequest

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_rightsTypes::AccessRights

Allow or deny permissions for an Active Directory group to enroll or autoenroll certificates for a template.

Returns:



2732
2733
2734
2735
2736
2737
2738
2739
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 2732

class UpdateTemplateGroupAccessControlEntryRequest < Struct.new(
  :access_rights,
  :group_display_name,
  :group_security_identifier,
  :template_arn)
  SENSITIVE = []
  include Aws::Structure
end

#group_display_nameString

Name of the Active Directory group. This name does not need to match the group name in Active Directory.

Returns:

  • (String)


2732
2733
2734
2735
2736
2737
2738
2739
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 2732

class UpdateTemplateGroupAccessControlEntryRequest < Struct.new(
  :access_rights,
  :group_display_name,
  :group_security_identifier,
  :template_arn)
  SENSITIVE = []
  include Aws::Structure
end

#group_security_identifierString

Security identifier (SID) of the group object from Active Directory. The SID starts with "S-".

Returns:

  • (String)


2732
2733
2734
2735
2736
2737
2738
2739
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 2732

class UpdateTemplateGroupAccessControlEntryRequest < Struct.new(
  :access_rights,
  :group_display_name,
  :group_security_identifier,
  :template_arn)
  SENSITIVE = []
  include Aws::Structure
end

#template_arnString

The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.

Returns:

  • (String)


2732
2733
2734
2735
2736
2737
2738
2739
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 2732

class UpdateTemplateGroupAccessControlEntryRequest < Struct.new(
  :access_rights,
  :group_display_name,
  :group_security_identifier,
  :template_arn)
  SENSITIVE = []
  include Aws::Structure
end