java.lang.Object
it.pagopa.swclient.mil.azureservices.keyvault.keys.bean.KeyItem

public class KeyItem extends Object

The key item containing key metadata.

Author:
Antonio Tarricone
See Also:
  • Field Details

    • attributes

      private KeyAttributes attributes

      The key management attributes.

    • kid

      private String kid

      Key identifier.

    • managed

      private Boolean managed

      True if the key's lifetime is managed by key vault. If this is a key backing a certificate, then managed will be true.

    • tags

      private Map<String,String> tags

      Application specific metadata in the form of key-value pairs.

  • Constructor Details

    • KeyItem

      public KeyItem()

      Default constructor.