Update Template Group Access Control Entry
pcaconnectorad_update_template_group_access_control_entry | R Documentation |
Update a group access control entry you created using CreateTemplateGroupAccessControlEntry¶
Description¶
Update a group access control entry you created using
create_template_group_access_control_entry
.
Usage¶
pcaconnectorad_update_template_group_access_control_entry(AccessRights,
GroupDisplayName, GroupSecurityIdentifier, TemplateArn)
Arguments¶
AccessRights |
Allow or deny permissions for an Active Directory group to enroll or autoenroll certificates for a template. |
GroupDisplayName |
Name of the Active Directory group. This name does not need to match the group name in Active Directory. |
GroupSecurityIdentifier |
[required] Security identifier (SID) of the group object from Active Directory. The SID starts with "S-". |
TemplateArn |
[required] The Amazon Resource Name (ARN) that was returned when
you called |
Value¶
An empty list.
Request syntax¶
svc$update_template_group_access_control_entry(
AccessRights = list(
AutoEnroll = "ALLOW"|"DENY",
Enroll = "ALLOW"|"DENY"
),
GroupDisplayName = "string",
GroupSecurityIdentifier = "string",
TemplateArn = "string"
)