Interface NamedValueContract.DefinitionStages.WithValue

    • Method Detail

      • withValue

        NamedValueContract.DefinitionStages.WithCreate withValue​(String value)
        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.