Class: Aws::PcaConnectorAd::Types::CreateTemplateGroupAccessControlEntryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PcaConnectorAd::Types::CreateTemplateGroupAccessControlEntryRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pcaconnectorad/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_rights ⇒ Types::AccessRights
Allow or deny permissions for an Active Directory group to enroll or autoenroll certificates for a template.
-
#client_token ⇒ String
Idempotency token.
-
#group_display_name ⇒ String
Name of the Active Directory group.
-
#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
#access_rights ⇒ Types::AccessRights
Allow or deny permissions for an Active Directory group to enroll or autoenroll certificates for a template.
559 560 561 562 563 564 565 566 567 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 559 class CreateTemplateGroupAccessControlEntryRequest < Struct.new( :access_rights, :client_token, :group_display_name, :group_security_identifier, :template_arn) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
Idempotency token.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
559 560 561 562 563 564 565 566 567 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 559 class CreateTemplateGroupAccessControlEntryRequest < Struct.new( :access_rights, :client_token, :group_display_name, :group_security_identifier, :template_arn) SENSITIVE = [] include Aws::Structure end |
#group_display_name ⇒ String
Name of the Active Directory group. This name does not need to match the group name in Active Directory.
559 560 561 562 563 564 565 566 567 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 559 class CreateTemplateGroupAccessControlEntryRequest < Struct.new( :access_rights, :client_token, :group_display_name, :group_security_identifier, :template_arn) SENSITIVE = [] include Aws::Structure end |
#group_security_identifier ⇒ String
Security identifier (SID) of the group object from Active Directory. The SID starts with “S-”.
559 560 561 562 563 564 565 566 567 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 559 class CreateTemplateGroupAccessControlEntryRequest < Struct.new( :access_rights, :client_token, :group_display_name, :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
559 560 561 562 563 564 565 566 567 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 559 class CreateTemplateGroupAccessControlEntryRequest < Struct.new( :access_rights, :client_token, :group_display_name, :group_security_identifier, :template_arn) SENSITIVE = [] include Aws::Structure end |