Interface GatewayCertificateAuthorityContract.UpdateStages.WithIsTrusted
- All Known Subinterfaces:
GatewayCertificateAuthorityContract.Update
- Enclosing interface:
GatewayCertificateAuthorityContract.UpdateStages
public static interface GatewayCertificateAuthorityContract.UpdateStages.WithIsTrusted
The stage of the GatewayCertificateAuthorityContract update allowing to specify isTrusted.
-
Method Summary
Modifier and TypeMethodDescriptionwithIsTrusted(Boolean isTrusted) Specifies the isTrusted property: Determines whether certificate authority is trusted..
-
Method Details
-
withIsTrusted
Specifies the isTrusted property: Determines whether certificate authority is trusted..- Parameters:
isTrusted- Determines whether certificate authority is trusted.- Returns:
- the next definition stage.
-