Interface User.DefinitionStages.WithSecretStore

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

public static interface User.DefinitionStages.WithSecretStore
The stage of the User definition allowing to specify secretStore.
  • Method Details

    • withSecretStore

      User.DefinitionStages.WithCreate withSecretStore(UserSecretStore secretStore)
      Specifies the secretStore property: The secret store of the user..
      Parameters:
      secretStore - The secret store of the user.
      Returns:
      the next definition stage.