Interface AccessRights.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AccessRights.Builder,AccessRights>, SdkBuilder<AccessRights.Builder,AccessRights>, SdkPojo
Enclosing class:
AccessRights

public static interface AccessRights.Builder extends SdkPojo, CopyableBuilder<AccessRights.Builder,AccessRights>
  • Method Details

    • autoEnroll

      AccessRights.Builder autoEnroll(String 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

      Parameters:
      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
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • autoEnroll

      AccessRights.Builder autoEnroll(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

      Parameters:
      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
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • enroll

      AccessRights.Builder enroll(String enroll)

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

      Parameters:
      enroll - Allow or deny an Active Directory group from enrolling certificates issued against a template.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • enroll

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

      Parameters:
      enroll - Allow or deny an Active Directory group from enrolling certificates issued against a template.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: