Interface NamedValueContract.DefinitionStages.WithSecret

    • Method Detail

      • withSecret

        NamedValueContract.DefinitionStages.WithCreate withSecret​(Boolean secret)
        Specifies the secret property: Determines whether the value is a secret and should be encrypted or not. Default value is false..
        Parameters:
        secret - Determines whether the value is a secret and should be encrypted or not. Default value is false.
        Returns:
        the next definition stage.