Class AccessRights
- java.lang.Object
-
- software.amazon.awssdk.services.pcaconnectorad.model.AccessRights
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AccessRights.Builder,AccessRights>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAccessRights.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessRightautoEnroll()Allow or deny an Active Directory group from autoenrolling certificates issued against a template.StringautoEnrollAsString()Allow or deny an Active Directory group from autoenrolling certificates issued against a template.static AccessRights.Builderbuilder()AccessRightenroll()Allow or deny an Active Directory group from enrolling certificates issued against a template.StringenrollAsString()Allow or deny an Active Directory group from enrolling certificates issued against a template.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends AccessRights.Builder>serializableBuilderClass()AccessRights.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
autoEnroll
public 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,
autoEnrollwill returnAccessRight.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromautoEnrollAsString().- Returns:
- 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
- See Also:
AccessRight
-
autoEnrollAsString
public 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,
autoEnrollwill returnAccessRight.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromautoEnrollAsString().- Returns:
- 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
- See Also:
AccessRight
-
enroll
public 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,
enrollwill returnAccessRight.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromenrollAsString().- Returns:
- Allow or deny an Active Directory group from enrolling certificates issued against a template.
- See Also:
AccessRight
-
enrollAsString
public 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,
enrollwill returnAccessRight.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromenrollAsString().- Returns:
- Allow or deny an Active Directory group from enrolling certificates issued against a template.
- See Also:
AccessRight
-
toBuilder
public AccessRights.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AccessRights.Builder,AccessRights>
-
builder
public static AccessRights.Builder builder()
-
serializableBuilderClass
public static Class<? extends AccessRights.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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.
-
-