Interface GatewayCertificateAuthorityContract.DefinitionStages.WithIsTrusted
- All Known Subinterfaces:
GatewayCertificateAuthorityContract.Definition,GatewayCertificateAuthorityContract.DefinitionStages.WithCreate
- Enclosing interface:
GatewayCertificateAuthorityContract.DefinitionStages
public static interface GatewayCertificateAuthorityContract.DefinitionStages.WithIsTrusted
The stage of the GatewayCertificateAuthorityContract definition 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.
-