@Generated(value="software.amazon.awssdk:codegen") public final class AccessControlEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AccessControlEntry.Builder,AccessControlEntry>
An access control entry allows or denies Active Directory groups based on their security identifiers (SIDs) from enrolling and/or autoenrolling with the template.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AccessControlEntry.Builder |
| Modifier and Type | Method and Description |
|---|---|
AccessRights |
accessRights()
Permissions to allow or deny an Active Directory group to enroll or autoenroll certificates issued against a
template.
|
static AccessControlEntry.Builder |
builder() |
Instant |
createdAt()
The date and time that the Access Control Entry was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
groupDisplayName()
Name of the Active Directory group.
|
String |
groupSecurityIdentifier()
Security identifier (SID) of the group object from Active Directory.
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AccessControlEntry.Builder> |
serializableBuilderClass() |
String |
templateArn()
The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.
|
AccessControlEntry.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updatedAt()
The date and time that the Access Control Entry was updated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AccessRights accessRights()
Permissions to allow or deny an Active Directory group to enroll or autoenroll certificates issued against a template.
public final Instant createdAt()
The date and time that the Access Control Entry was created.
public final String groupDisplayName()
Name of the Active Directory group. This name does not need to match the group name in Active Directory.
public final String groupSecurityIdentifier()
Security identifier (SID) of the group object from Active Directory. The SID starts with "S-".
public final String templateArn()
The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.
public final Instant updatedAt()
The date and time that the Access Control Entry was updated.
public AccessControlEntry.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AccessControlEntry.Builder,AccessControlEntry>public static AccessControlEntry.Builder builder()
public static Class<? extends AccessControlEntry.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.