Class: Aws::PcaConnectorAd::Types::DeleteTemplateGroupAccessControlEntryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PcaConnectorAd::Types::DeleteTemplateGroupAccessControlEntryRequest
- 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-”.
701 702 703 704 705 706 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 701 class DeleteTemplateGroupAccessControlEntryRequest < 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
701 702 703 704 705 706 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 701 class DeleteTemplateGroupAccessControlEntryRequest < Struct.new( :group_security_identifier, :template_arn) SENSITIVE = [] include Aws::Structure end |