| Package | Description |
|---|---|
| com.amazonaws.services.pcaconnectorad.model |
| Modifier and Type | Method and Description |
|---|---|
AccessRights |
AccessRights.clone() |
AccessRights |
AccessControlEntrySummary.getAccessRights()
Allow or deny an Active Directory group from enrolling and autoenrolling certificates issued against a template.
|
AccessRights |
UpdateTemplateGroupAccessControlEntryRequest.getAccessRights()
Allow or deny permissions for an Active Directory group to enroll or autoenroll certificates for a template.
|
AccessRights |
CreateTemplateGroupAccessControlEntryRequest.getAccessRights()
Allow or deny permissions for an Active Directory group to enroll or autoenroll certificates for a template.
|
AccessRights |
AccessControlEntry.getAccessRights()
Permissions to allow or deny an Active Directory group to enroll or autoenroll certificates issued against a
template.
|
AccessRights |
AccessRights.withAutoEnroll(AccessRight autoEnroll)
Allow or deny an Active Directory group from autoenrolling certificates issued against a template.
|
AccessRights |
AccessRights.withAutoEnroll(String autoEnroll)
Allow or deny an Active Directory group from autoenrolling certificates issued against a template.
|
AccessRights |
AccessRights.withEnroll(AccessRight enroll)
Allow or deny an Active Directory group from enrolling certificates issued against a template.
|
AccessRights |
AccessRights.withEnroll(String enroll)
Allow or deny an Active Directory group from enrolling certificates issued against a template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AccessControlEntrySummary.setAccessRights(AccessRights accessRights)
Allow or deny an Active Directory group from enrolling and autoenrolling certificates issued against a template.
|
void |
UpdateTemplateGroupAccessControlEntryRequest.setAccessRights(AccessRights accessRights)
Allow or deny permissions for an Active Directory group to enroll or autoenroll certificates for a template.
|
void |
CreateTemplateGroupAccessControlEntryRequest.setAccessRights(AccessRights accessRights)
Allow or deny permissions for an Active Directory group to enroll or autoenroll certificates for a template.
|
void |
AccessControlEntry.setAccessRights(AccessRights accessRights)
Permissions to allow or deny an Active Directory group to enroll or autoenroll certificates issued against a
template.
|
AccessControlEntrySummary |
AccessControlEntrySummary.withAccessRights(AccessRights accessRights)
Allow or deny an Active Directory group from enrolling and autoenrolling certificates issued against a template.
|
UpdateTemplateGroupAccessControlEntryRequest |
UpdateTemplateGroupAccessControlEntryRequest.withAccessRights(AccessRights accessRights)
Allow or deny permissions for an Active Directory group to enroll or autoenroll certificates for a template.
|
CreateTemplateGroupAccessControlEntryRequest |
CreateTemplateGroupAccessControlEntryRequest.withAccessRights(AccessRights accessRights)
Allow or deny permissions for an Active Directory group to enroll or autoenroll certificates for 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.
|
Copyright © 2024. All rights reserved.