Interface Vault.UpdateStages.WithIdentity

All Known Subinterfaces:
Vault.Update
Enclosing interface:
Vault.UpdateStages

public static interface Vault.UpdateStages.WithIdentity
The stage of the Vault update allowing to specify identity.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the identity property: Identity for the resource..
  • Method Details

    • withIdentity

      Vault.Update withIdentity(IdentityData identity)
      Specifies the identity property: Identity for the resource..
      Parameters:
      identity - Identity for the resource.
      Returns:
      the next definition stage.