Secret.UpdateStages.WithVersion Interface

public static interface Secret.UpdateStages.WithVersion

The stage of a secret update allowing to set the secret to a different version.

Method Summary

Modifier and Type Method and Description
abstract Update withVersion(String version)

Specifies the version the secret show use.

Method Details

withVersion

public abstract Secret.Update withVersion(String version)

Specifies the version the secret show use.

Parameters:

version - the version of the secret

Returns:

the next stage of the secret update

Applies to