Interface Certificate.DefinitionStages.WithIsExportable

All Known Subinterfaces:
Certificate.Definition, Certificate.DefinitionStages.WithCreate
Enclosing interface:
Certificate.DefinitionStages

public static interface Certificate.DefinitionStages.WithIsExportable
The stage of the Certificate definition allowing to specify isExportable.
  • Method Details

    • withIsExportable

      Certificate.DefinitionStages.WithCreate withIsExportable(Boolean isExportable)
      Specifies the isExportable property: Gets or sets the is exportable flag of the certificate..
      Parameters:
      isExportable - Gets or sets the is exportable flag of the certificate.
      Returns:
      the next definition stage.