public static interface AccessRights.Builder extends SdkPojo, CopyableBuilder<AccessRights.Builder,AccessRights>
| Modifier and Type | Method and Description |
|---|---|
AccessRights.Builder |
autoEnroll(AccessRight autoEnroll)
Allow or deny an Active Directory group from autoenrolling certificates issued against a template.
|
AccessRights.Builder |
autoEnroll(String autoEnroll)
Allow or deny an Active Directory group from autoenrolling certificates issued against a template.
|
AccessRights.Builder |
enroll(AccessRight enroll)
Allow or deny an Active Directory group from enrolling certificates issued against a template.
|
AccessRights.Builder |
enroll(String enroll)
Allow or deny an Active Directory group from enrolling certificates issued against a template.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAccessRights.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
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 autoenrollmentAccessRight,
AccessRightAccessRights.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
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 autoenrollmentAccessRight,
AccessRightAccessRights.Builder enroll(String enroll)
Allow or deny an Active Directory group from enrolling certificates issued against a template.
enroll - Allow or deny an Active Directory group from enrolling certificates issued against a template.AccessRight,
AccessRightAccessRights.Builder enroll(AccessRight enroll)
Allow or deny an Active Directory group from enrolling certificates issued against a template.
enroll - Allow or deny an Active Directory group from enrolling certificates issued against a template.AccessRight,
AccessRightCopyright © 2023. All rights reserved.