public static interface PrivateKeyFlagsV2.Builder extends SdkPojo, CopyableBuilder<PrivateKeyFlagsV2.Builder,PrivateKeyFlagsV2>
| Modifier and Type | Method and Description |
|---|---|
PrivateKeyFlagsV2.Builder |
clientVersion(ClientCompatibilityV2 clientVersion)
Defines the minimum client compatibility.
|
PrivateKeyFlagsV2.Builder |
clientVersion(String clientVersion)
Defines the minimum client compatibility.
|
PrivateKeyFlagsV2.Builder |
exportableKey(Boolean exportableKey)
Allows the private key to be exported.
|
PrivateKeyFlagsV2.Builder |
strongKeyProtectionRequired(Boolean strongKeyProtectionRequired)
Require user input when using the private key for enrollment.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPrivateKeyFlagsV2.Builder clientVersion(String clientVersion)
Defines the minimum client compatibility.
clientVersion - Defines the minimum client compatibility.ClientCompatibilityV2,
ClientCompatibilityV2PrivateKeyFlagsV2.Builder clientVersion(ClientCompatibilityV2 clientVersion)
Defines the minimum client compatibility.
clientVersion - Defines the minimum client compatibility.ClientCompatibilityV2,
ClientCompatibilityV2PrivateKeyFlagsV2.Builder exportableKey(Boolean exportableKey)
Allows the private key to be exported.
exportableKey - Allows the private key to be exported.PrivateKeyFlagsV2.Builder strongKeyProtectionRequired(Boolean strongKeyProtectionRequired)
Require user input when using the private key for enrollment.
strongKeyProtectionRequired - Require user input when using the private key for enrollment.Copyright © 2023. All rights reserved.