Interface NamedValueContract.DefinitionStages.WithValue

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

public static interface NamedValueContract.DefinitionStages.WithValue
The stage of the NamedValueContract definition allowing to specify value.
  • Method Details

    • withValue

      Specifies the value property: Value of the NamedValue. Can contain policy expressions. It may not be empty or consist only of whitespace. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value..
      Parameters:
      value - Value of the NamedValue. Can contain policy expressions. It may not be empty or consist only of whitespace. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value.
      Returns:
      the next definition stage.