Class KeyReleasePolicy
java.lang.Object
it.pagopa.swclient.mil.azureservices.keyvault.keys.bean.KeyReleasePolicy
The policy rules under which the key can be exported.
- Author:
- Antonio Tarricone
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
contentType
Content type and version of key release policy. Default value: application/json; charset=utf-8
-
data
Blob encoding the policy rules under which the key can be released. Blob must be base64 URL encoded.
-
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.
-