Class: Aws::PcaConnectorAd::Types::DeleteTemplateGroupAccessControlEntryRequest

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

#group_security_identifierString

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

Returns:

  • (String)


701
702
703
704
705
706
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 701

class DeleteTemplateGroupAccessControlEntryRequest < Struct.new(
  :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)


701
702
703
704
705
706
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 701

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