aws.pca_connector_ad.list_template_group_access_control_entries
Example SQL Queries
SELECT * FROMaws.pca_connector_ad.list_template_group_access_control_entriesWHERE"template_arn" = 'VALUE';Description
Lists group access control entries you created.
Table Definition
| Column Name | Column Data Type |
|---|---|
| template_arn Required Input Column The Amazon Resource Name (ARN) that was returned when you called CreateTemplate. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| access_rights Allow or deny an Active Directory group from enrolling and autoenrolling certificates issued against a template. | STRUCT( |
Show child fields
| |
| created_at The date and time that the Access Control Entry was created. | TIMESTAMP_S |
| group_display_name Name of the Active Directory group. This name does not need to match the group name in Active Directory. | VARCHAR |
| group_security_identifier Security identifier (SID) of the group object from Active Directory. The SID starts with "S-". | VARCHAR |
| updated_at The date and time that the Access Control Entry was updated. | TIMESTAMP_S |