Class: Aws::PcaConnectorAd::Types::GetTemplateGroupAccessControlEntryRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1179
1180
1181
1182
1183
1184
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 1179

class GetTemplateGroupAccessControlEntryRequest < 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].

[1]: docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_CreateTemplate.html

Returns:

  • (String)


1179
1180
1181
1182
1183
1184
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 1179

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