Interface Secret.DefinitionStages.WithTags
- All Known Subinterfaces:
Secret.Definition,Secret.DefinitionStages.WithCreate
- Enclosing interface:
- Secret.DefinitionStages
public static interface Secret.DefinitionStages.WithTags
The stage of a secret definition allowing to specify the tags.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the tags on the secret.
-
Method Details
-
withTags
Specifies the tags on the secret.- Parameters:
tags- the key value pair of the tags- Returns:
- the next stage of the definition
-