| Package | Description |
|---|---|
| com.amazonaws.services.pcaconnectorad.model |
| Modifier and Type | Method and Description |
|---|---|
AccessControlEntrySummary |
AccessControlEntrySummary.clone() |
AccessControlEntrySummary |
AccessControlEntrySummary.withAccessRights(AccessRights accessRights)
Allow or deny an Active Directory group from enrolling and autoenrolling certificates issued against a template.
|
AccessControlEntrySummary |
AccessControlEntrySummary.withCreatedAt(Date createdAt)
The date and time that the Access Control Entry was created.
|
AccessControlEntrySummary |
AccessControlEntrySummary.withGroupDisplayName(String groupDisplayName)
Name of the Active Directory group.
|
AccessControlEntrySummary |
AccessControlEntrySummary.withGroupSecurityIdentifier(String groupSecurityIdentifier)
Security identifier (SID) of the group object from Active Directory.
|
AccessControlEntrySummary |
AccessControlEntrySummary.withTemplateArn(String templateArn)
The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.
|
AccessControlEntrySummary |
AccessControlEntrySummary.withUpdatedAt(Date updatedAt)
The date and time that the Access Control Entry was updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<AccessControlEntrySummary> |
ListTemplateGroupAccessControlEntriesResult.getAccessControlEntries()
An access control entry grants or denies permission to an Active Directory group to enroll certificates for a
template.
|
| Modifier and Type | Method and Description |
|---|---|
ListTemplateGroupAccessControlEntriesResult |
ListTemplateGroupAccessControlEntriesResult.withAccessControlEntries(AccessControlEntrySummary... accessControlEntries)
An access control entry grants or denies permission to an Active Directory group to enroll certificates for a
template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTemplateGroupAccessControlEntriesResult.setAccessControlEntries(Collection<AccessControlEntrySummary> accessControlEntries)
An access control entry grants or denies permission to an Active Directory group to enroll certificates for a
template.
|
ListTemplateGroupAccessControlEntriesResult |
ListTemplateGroupAccessControlEntriesResult.withAccessControlEntries(Collection<AccessControlEntrySummary> accessControlEntries)
An access control entry grants or denies permission to an Active Directory group to enroll certificates for a
template.
|
Copyright © 2025. All rights reserved.