public static interface GetTemplateGroupAccessControlEntryResponse.Builder extends PcaConnectorAdResponse.Builder, SdkPojo, CopyableBuilder<GetTemplateGroupAccessControlEntryResponse.Builder,GetTemplateGroupAccessControlEntryResponse>
| Modifier and Type | Method and Description |
|---|---|
GetTemplateGroupAccessControlEntryResponse.Builder |
accessControlEntry(AccessControlEntry accessControlEntry)
An access control entry allows or denies an Active Directory group from enrolling and/or autoenrolling with a
template.
|
default GetTemplateGroupAccessControlEntryResponse.Builder |
accessControlEntry(Consumer<AccessControlEntry.Builder> accessControlEntry)
An access control entry allows or denies an Active Directory group from enrolling and/or autoenrolling with a
template.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetTemplateGroupAccessControlEntryResponse.Builder accessControlEntry(AccessControlEntry accessControlEntry)
An access control entry allows or denies an Active Directory group from enrolling and/or autoenrolling with a template.
accessControlEntry - An access control entry allows or denies an Active Directory group from enrolling and/or autoenrolling
with a template.default GetTemplateGroupAccessControlEntryResponse.Builder accessControlEntry(Consumer<AccessControlEntry.Builder> accessControlEntry)
An access control entry allows or denies an Active Directory group from enrolling and/or autoenrolling with a template.
This is a convenience method that creates an instance of theAccessControlEntry.Builder avoiding the
need to create one manually via AccessControlEntry.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to accessControlEntry(AccessControlEntry).
accessControlEntry - a consumer that will call methods on AccessControlEntry.BuilderaccessControlEntry(AccessControlEntry)Copyright © 2023. All rights reserved.