| Package | Description |
|---|---|
| com.amazonaws.services.pcaconnectorad.model |
| Modifier and Type | Method and Description |
|---|---|
AccessControlEntry |
AccessControlEntry.clone() |
AccessControlEntry |
GetTemplateGroupAccessControlEntryResult.getAccessControlEntry()
An access control entry allows or denies an Active Directory group from enrolling and/or autoenrolling with a
template.
|
AccessControlEntry |
AccessControlEntry.withAccessRights(AccessRights accessRights)
Permissions to allow or deny an Active Directory group to enroll or autoenroll certificates issued against a
template.
|
AccessControlEntry |
AccessControlEntry.withCreatedAt(Date createdAt)
The date and time that the Access Control Entry was created.
|
AccessControlEntry |
AccessControlEntry.withGroupDisplayName(String groupDisplayName)
Name of the Active Directory group.
|
AccessControlEntry |
AccessControlEntry.withGroupSecurityIdentifier(String groupSecurityIdentifier)
Security identifier (SID) of the group object from Active Directory.
|
AccessControlEntry |
AccessControlEntry.withTemplateArn(String templateArn)
The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.
|
AccessControlEntry |
AccessControlEntry.withUpdatedAt(Date updatedAt)
The date and time that the Access Control Entry was updated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetTemplateGroupAccessControlEntryResult.setAccessControlEntry(AccessControlEntry accessControlEntry)
An access control entry allows or denies an Active Directory group from enrolling and/or autoenrolling with a
template.
|
GetTemplateGroupAccessControlEntryResult |
GetTemplateGroupAccessControlEntryResult.withAccessControlEntry(AccessControlEntry accessControlEntry)
An access control entry allows or denies an Active Directory group from enrolling and/or autoenrolling with a
template.
|
Copyright © 2024. All rights reserved.