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

public class KeyReleasePolicy extends Object

The policy rules under which the key can be exported.

Author:
Antonio Tarricone
See Also:
  • Field Details

    • contentType

      private String contentType

      Content type and version of key release policy. Default value: application/json; charset=utf-8

    • data

      private String data

      Blob encoding the policy rules under which the key can be released. Blob must be base64 URL encoded.

    • immutable

      private Boolean immutable

      Defines the mutability state of the policy. Once marked immutable, this flag cannot be reset and the policy cannot be changed under any circumstances.

  • Constructor Details

    • KeyReleasePolicy

      public KeyReleasePolicy()

      Default constructor.