@Generated(value="software.amazon.awssdk:codegen") public final class AccessControlEntrySummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AccessControlEntrySummary.Builder,AccessControlEntrySummary>
Summary of group access control entries that allow or deny Active Directory groups based on their security identifiers (SIDs) from enrolling and/or autofenrolling with the template.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AccessControlEntrySummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
AccessRights |
accessRights()
Allow or deny an Active Directory group from enrolling and autoenrolling certificates issued against a template.
|
static AccessControlEntrySummary.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 AccessControlEntrySummary.Builder> |
serializableBuilderClass() |
String |
templateArn()
The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.
|
AccessControlEntrySummary.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()
Allow or deny an Active Directory group from enrolling and autoenrolling 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 AccessControlEntrySummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AccessControlEntrySummary.Builder,AccessControlEntrySummary>public static AccessControlEntrySummary.Builder builder()
public static Class<? extends AccessControlEntrySummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.