Class AccessControlEntrySummary

    • Method Detail

      • accessRights

        public final AccessRights accessRights()

        Allow or deny an Active Directory group from enrolling and autoenrolling certificates issued against a template.

        Returns:
        Allow or deny an Active Directory group from enrolling and autoenrolling certificates issued against a template.
      • createdAt

        public final Instant createdAt()

        The date and time that the Access Control Entry was created.

        Returns:
        The date and time that the Access Control Entry was created.
      • groupDisplayName

        public final String groupDisplayName()

        Name of the Active Directory group. This name does not need to match the group name in Active Directory.

        Returns:
        Name of the Active Directory group. This name does not need to match the group name in Active Directory.
      • groupSecurityIdentifier

        public final String groupSecurityIdentifier()

        Security identifier (SID) of the group object from Active Directory. The SID starts with "S-".

        Returns:
        Security identifier (SID) of the group object from Active Directory. The SID starts with "S-".
      • templateArn

        public final String templateArn()

        The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.

        Returns:
        The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.
      • updatedAt

        public final Instant updatedAt()

        The date and time that the Access Control Entry was updated.

        Returns:
        The date and time that the Access Control Entry was updated.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)