public static interface GeneralFlagsV2.Builder extends SdkPojo, CopyableBuilder<GeneralFlagsV2.Builder,GeneralFlagsV2>
| Modifier and Type | Method and Description |
|---|---|
GeneralFlagsV2.Builder |
autoEnrollment(Boolean autoEnrollment)
Allows certificate issuance using autoenrollment.
|
GeneralFlagsV2.Builder |
machineType(Boolean machineType)
Defines if the template is for machines or users.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGeneralFlagsV2.Builder autoEnrollment(Boolean autoEnrollment)
Allows certificate issuance using autoenrollment. Set to TRUE to allow autoenrollment.
autoEnrollment - Allows certificate issuance using autoenrollment. Set to TRUE to allow autoenrollment.GeneralFlagsV2.Builder machineType(Boolean machineType)
Defines if the template is for machines or users. Set to TRUE if the template is for machines. Set to FALSE if the template is for users.
machineType - Defines if the template is for machines or users. Set to TRUE if the template is for machines. Set to
FALSE if the template is for users.Copyright © 2023. All rights reserved.