Class: Aws::PcaConnectorAd::Types::GetTemplateGroupAccessControlEntryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PcaConnectorAd::Types::GetTemplateGroupAccessControlEntryRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pcaconnectorad/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_security_identifier ⇒ String
Security identifier (SID) of the group object from Active Directory.
-
#template_arn ⇒ String
The Amazon Resource Name (ARN) that was returned when you called [CreateTemplate].
Instance Attribute Details
#group_security_identifier ⇒ String
Security identifier (SID) of the group object from Active Directory. The SID starts with “S-”.
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_arn ⇒ String
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
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 |