Class DeletedKeyBundle
java.lang.Object
it.pagopa.swclient.mil.azureservices.keyvault.keys.bean.DeletedKeyBundle
A DeletedKeyBundle consisting of a WebKey plus its Attributes and deletion info
- Author:
- Antonio Tarricone
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprivate KeyAttributes
The key management attributes.private Long
The time when the key was deleted, in UTC.private JsonWebKey
The Json web key.private Boolean
True if the key's lifetime is managed by key vault.private String
The url of the recovery object, used to identify and recover the deleted key.private KeyReleasePolicy
The policy rules under which the key can be exported.private Long
The time when the key is scheduled to be purged, in UTC.Application specific metadata in the form of key-value pairs. -
Constructor Summary
-
Method Summary
-
Field Details
-
delAttributes
The key management attributes.
-
delDeletedDate
The time when the key was deleted, in UTC.
-
delKey
The Json web key.
-
delManaged
True if the key's lifetime is managed by key vault. If this is a key backing a certificate, then managed will be true.
-
delRecoveryId
The url of the recovery object, used to identify and recover the deleted key.
-
delReleasePolicy
The policy rules under which the key can be exported.
-
delScheduledPurgeDate
The time when the key is scheduled to be purged, in UTC.
-
delTags
Application specific metadata in the form of key-value pairs.
-
-
Constructor Details
-
DeletedKeyBundle
public DeletedKeyBundle()Default constructor.
-