| Package | Description |
|---|---|
| software.amazon.awssdk.services.pcaconnectorad.model |
| Modifier and Type | Method and Description |
|---|---|
AccessRight |
AccessRights.autoEnroll()
Allow or deny an Active Directory group from autoenrolling certificates issued against a template.
|
AccessRight |
AccessRights.enroll()
Allow or deny an Active Directory group from enrolling certificates issued against a template.
|
static AccessRight |
AccessRight.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AccessRight |
AccessRight.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessRight[] |
AccessRight.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<AccessRight> |
AccessRight.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AccessRights.Builder |
AccessRights.Builder.autoEnroll(AccessRight autoEnroll)
Allow or deny an Active Directory group from autoenrolling certificates issued against a template.
|
AccessRights.Builder |
AccessRights.Builder.enroll(AccessRight enroll)
Allow or deny an Active Directory group from enrolling certificates issued against a template.
|
Copyright © 2023. All rights reserved.