@Generated(value="software.amazon.awssdk:codegen") public final class AccessRights extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AccessRights.Builder,AccessRights>
Allow or deny permissions for an Active Directory group to enroll or autoenroll certificates for a template.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AccessRights.Builder |
| Modifier and Type | Method and Description |
|---|---|
AccessRight |
autoEnroll()
Allow or deny an Active Directory group from autoenrolling certificates issued against a template.
|
String |
autoEnrollAsString()
Allow or deny an Active Directory group from autoenrolling certificates issued against a template.
|
static AccessRights.Builder |
builder() |
AccessRight |
enroll()
Allow or deny an Active Directory group from enrolling certificates issued against a template.
|
String |
enrollAsString()
Allow or deny an Active Directory group from enrolling certificates issued against a template.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AccessRights.Builder> |
serializableBuilderClass() |
AccessRights.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AccessRight autoEnroll()
Allow or deny an Active Directory group from autoenrolling certificates issued against a template. The Active Directory group must be allowed to enroll to allow autoenrollment
If the service returns an enum value that is not available in the current SDK version, autoEnroll will
return AccessRight.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
autoEnrollAsString().
AccessRightpublic final String autoEnrollAsString()
Allow or deny an Active Directory group from autoenrolling certificates issued against a template. The Active Directory group must be allowed to enroll to allow autoenrollment
If the service returns an enum value that is not available in the current SDK version, autoEnroll will
return AccessRight.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
autoEnrollAsString().
AccessRightpublic final AccessRight enroll()
Allow or deny an Active Directory group from enrolling certificates issued against a template.
If the service returns an enum value that is not available in the current SDK version, enroll will
return AccessRight.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
enrollAsString().
AccessRightpublic final String enrollAsString()
Allow or deny an Active Directory group from enrolling certificates issued against a template.
If the service returns an enum value that is not available in the current SDK version, enroll will
return AccessRight.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
enrollAsString().
AccessRightpublic AccessRights.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AccessRights.Builder,AccessRights>public static AccessRights.Builder builder()
public static Class<? extends AccessRights.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.